To create a new checkout.com gateway, send a POST request to the /api/checkout_com_gateways endpoint, passing the resource arguments in the request body.
Request
POST https://yourdomain.commercelayer.io/api/checkout_com_gateways
Arguments
Body Parameter
Type
Required
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
Example
The following request creates a new checkout.com gateway: