Payment Methods
Number of APIs: 5
-
List all payment methods GET https://{{subdomain}}.commercelayer.io/api/payment_methods
-
Retrieve a payment method GET https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}
-
Create a payment method POST https://{{subdomain}}.commercelayer.io/api/payment_methods
-
Delete a payment method DELETE https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}
-
Update a payment method PATCH https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}