Create a braintree gateway

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

Request Body

{"data"=>{"type"=>"braintree_gateways", "attributes"=>{"name"=>"{{braintree_gateway_name}}", "merchant_account_id"=>"{{braintree_gateway_merchant_account_id}}", "merchant_id"=>"{{braintree_gateway_merchant_id}}", "public_key"=>"{{braintree_gateway_public_key}}", "private_key"=>"{{braintree_gateway_private_key}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"braintree_gateways","links":{"self":"https://yourdomain.commercelayer.io/api/braintree_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"},"descriptor_name":"company*productabc1234","descriptor_phone":"3125551212","descriptor_url":"company.com","webhook_endpoint_url":"https://core.commercelayer.co/webhook_callbacks/braintree_gateways/xxxxx"},"relationships":{"payment_methods":{"links":{"self":"https://yourdomain.commercelayer.io/api/braintree_gateways/xYZkjABcde/relationships/payment_methods","related":"https://yourdomain.commercelayer.io/api/braintree_gateways/xYZkjABcde/payment_methods"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/braintree_gateways/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/braintree_gateways/xYZkjABcde/versions"}},"braintree_payments":{"links":{"self":"https://yourdomain.commercelayer.io/api/braintree_gateways/xYZkjABcde/relationships/braintree_payments","related":"https://yourdomain.commercelayer.io/api/braintree_gateways/xYZkjABcde/braintree_payments"}}},"meta":{"mode":"test"}}}