{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Gateways API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Gateways", "type": "folder" }, "items": [ { "info": { "name": "Get all Gateways", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/gateways" }, "docs": "Retrieves all gateways." }, { "info": { "name": "Get a Gateway", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/v2/gateways/:gatewaySlug", "params": [ { "name": "gatewaySlug", "value": "", "type": "path", "description": "The slug of the gateway." } ] }, "docs": "Retrieves the specified gateway." }, { "info": { "name": "Update Manual Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/manual", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows you update the manual gateway." }, { "info": { "name": "Update Braintree Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/braintree", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure Braintree." }, { "info": { "name": "Update Stripe Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/stripe", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure Stripe." }, { "info": { "name": "Update Stripe Payment Intents Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/stripe_payment_intents", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure Stripe Payment Intents." }, { "info": { "name": "Update Elastic Path Payments Powered by Stripe", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/elastic_path_payments_stripe", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure Elastic Path Payments Powered by Stripe in Commerce. \n\n:::note\n\nYou can contact Elastic Path sales or [customer success team](mailto:customersuccess@elasticpath.com) to get more information about Elastic Path Payments Powered by Stripe and to check whether it will work for you.\n\n:::\n" }, { "info": { "name": "Update PayPal Express Checkout", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/paypal_express_checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure PayPal Express Checkout. \n:::note\n\nTo learn more about PayPal Express Checkout and check whether it will work for you, contact your sales or [customer success team](mailto:customersuccess@elasticpath.com).\n\n:::\n" }, { "info": { "name": "Update Adyen Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/adyen", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure Adyen." }, { "info": { "name": "Update Authorize.net Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/authorize_net", "body": { "type": "json", "data": "{}" } }, "docs": "\nUse this endpoint to configure Authorize.net.\n\n:::note\nThe credentials used for a test account may differ from those used for a live account. When configuring the payment gateway with your credentials and setting `test` to `true`, the system allows you to test various Authorize.net payment interactions to ensure everything works as expected. Once you are ready to go live, update `test` as `false` to direct requests to the live endpoints instead of the test account. Additionally, ensure that you" }, { "info": { "name": "Update CardConnect Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/card_connect", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure CardConnect." }, { "info": { "name": "Update CyberSource Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/gateways/cyber_source", "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to configure CyberSource." } ] } ], "bundled": true }