Create a checkout.com gateway

POST https://{{subdomain}}.commercelayer.io/api/checkout_com_gateways

Request Body

{"data"=>{"type"=>"checkout_com_gateways", "attributes"=>{"name"=>"{{checkout_com_gateway_name}}", "secret_key"=>"{{checkout_com_gateway_secret_key}}", "public_key"=>"{{checkout_com_gateway_public_key}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"checkout_com_gateways","links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde"},"attributes":{"name":"US payment gateway","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"},"webhook_endpoint_id":"xxxx-yyyy-zzzz","webhook_endpoint_secret":"xxxx-yyyy-zzzz","webhook_endpoint_url":"https://core.commercelayer.co/webhook_callbacks/checkout_com_gateways/xxxxx"},"relationships":{"payment_methods":{"links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde/relationships/payment_methods","related":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde/payment_methods"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde/versions"}},"checkout_com_payments":{"links":{"self":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde/relationships/checkout_com_payments","related":"https://yourdomain.commercelayer.io/api/checkout_com_gateways/xYZkjABcde/checkout_com_payments"}}},"meta":{"mode":"test"}}}