Update a paypal gateway

PATCH https://{{subdomain}}.commercelayer.io/api/paypal_gateways/{{paypal_gateway_id}}

Request Body

{"data"=>{"type"=>"paypal_gateways", "id"=>"{{paypal_gateway_id}}", "attributes"=>{"metadata"=>"{{paypal_gateway_metadata}}", "client_id"=>"{{paypal_gateway_client_id}}", "client_secret"=>"{{paypal_gateway_client_secret}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: OK

{"data":{"id":"xYZkjABcde","type":"paypal_gateways","links":{"self":"https://yourdomain.commercelayer.io/api/paypal_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"}},"relationships":{"payment_methods":{"links":{"self":"https://yourdomain.commercelayer.io/api/paypal_gateways/xYZkjABcde/relationships/payment_methods","related":"https://yourdomain.commercelayer.io/api/paypal_gateways/xYZkjABcde/payment_methods"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/paypal_gateways/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/paypal_gateways/xYZkjABcde/versions"}},"paypal_payments":{"links":{"self":"https://yourdomain.commercelayer.io/api/paypal_gateways/xYZkjABcde/relationships/paypal_payments","related":"https://yourdomain.commercelayer.io/api/paypal_gateways/xYZkjABcde/paypal_payments"}}},"meta":{"mode":"test"}}}