{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses payment_gateways API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "payment_gateways", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the payment gateway associated to the adyen payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/adyen_payments/:adyenPaymentId/payment_gateway", "params": [ { "name": "adyenPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the adyen payment" }, { "info": { "name": "Retrieve the payment gateway associated to the axerve payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/axerve_payments/:axervePaymentId/payment_gateway", "params": [ { "name": "axervePaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the axerve payment" }, { "info": { "name": "Retrieve the payment gateway associated to the braintree payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/braintree_payments/:braintreePaymentId/payment_gateway", "params": [ { "name": "braintreePaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the braintree payment" }, { "info": { "name": "Retrieve the payment gateway associated to the checkout.com payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/checkout_com_payments/:checkoutComPaymentId/payment_gateway", "params": [ { "name": "checkoutComPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the checkout.com payment" }, { "info": { "name": "Retrieve the payment gateway associated to the external payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/external_payments/:externalPaymentId/payment_gateway", "params": [ { "name": "externalPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the external payment" }, { "info": { "name": "Retrieve the payment gateway associated to the klarna payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/klarna_payments/:klarnaPaymentId/payment_gateway", "params": [ { "name": "klarnaPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the klarna payment" }, { "info": { "name": "List all payment gateways", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/payment_gateways" }, "docs": "List all payment gateways" }, { "info": { "name": "Retrieve a payment gateway", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/payment_gateways/:paymentGatewayId", "params": [ { "name": "paymentGatewayId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve a payment gateway" }, { "info": { "name": "Retrieve the payment gateway associated to the payment method", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/payment_methods/:paymentMethodId/payment_gateway", "params": [ { "name": "paymentMethodId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the payment method" }, { "info": { "name": "Retrieve the payment gateway associated to the paypal payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/paypal_payments/:paypalPaymentId/payment_gateway", "params": [ { "name": "paypalPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the paypal payment" }, { "info": { "name": "Retrieve the payment gateway associated to the satispay payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/satispay_payments/:satispayPaymentId/payment_gateway", "params": [ { "name": "satispayPaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the satispay payment" }, { "info": { "name": "Retrieve the payment gateway associated to the stripe payment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/stripe_payments/:stripePaymentId/payment_gateway", "params": [ { "name": "stripePaymentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve the payment gateway associated to the stripe payment" } ] } ], "bundled": true }