Payment Methods

Number of APIs: 5

  1. List all payment methods GET https://{{subdomain}}.commercelayer.io/api/payment_methods

  2. Retrieve a payment method GET https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}

  3. Create a payment method POST https://{{subdomain}}.commercelayer.io/api/payment_methods

  4. Delete a payment method DELETE https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}

  5. Update a payment method PATCH https://{{subdomain}}.commercelayer.io/api/payment_methods/{{payment_method_id}}