Payment Options

Number of APIs: 5

  1. Create a payment option POST https://{{subdomain}}.commercelayer.io/api/payment_options

  2. Delete a payment option DELETE https://{{subdomain}}.commercelayer.io/api/payment_options/{{payment_option_id}}

  3. List all payment options GET https://{{subdomain}}.commercelayer.io/api/payment_options

  4. Retrieve a payment option GET https://{{subdomain}}.commercelayer.io/api/payment_options/{{payment_option_id}}

  5. Update a payment option PATCH https://{{subdomain}}.commercelayer.io/api/payment_options/{{payment_option_id}}