Create a checkout.com gateway
How to create a checkout.com gateway via API
Last updated
How to create a checkout.com gateway via API
Last updated
To a new checkout.com gateway, send a POST
request to the /api/checkout_com_gateways
endpoint, passing the resource arguments in the request body.
POST https://yourdomain.commercelayer.io/api/checkout_com_gateways
type
string
Required
attributes.name
string
Required
attributes.reference
string
Optional
attributes.reference_origin
string
Optional
attributes.metadata
object
Optional
attributes.secret_key
string
Required
attributes.public_key
string
Required
relationships.checkout_com_payments
array
Optional
The following request creates a new checkout.com gateway: