Retrieve a paypal gateway
GET https://{{subdomain}}.commercelayer.io/api/paypal_gateways/{{paypal_gateway_id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
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"}}}