Update a braintree gateway

PATCH https://{{subdomain}}.commercelayer.io/api/braintree_gateways/{{braintree_gateway_id}}

Request Body

{"data"=>{"type"=>"braintree_gateways", "id"=>"{{braintree_gateway_id}}", "attributes"=>{"descriptor_name"=>"{{braintree_gateway_descriptor_name}}", "descriptor_phone"=>"{{braintree_gateway_descriptor_phone}}", "descriptor_url"=>"{{braintree_gateway_descriptor_url}}"}, "relationships"=>{"braintree_payments"=>{"data"=>{"type"=>"braintree_payments", "id"=>"{{braintree_gateway_rel_id}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"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"}}}