latestOpenAPI 3.0.12026-08-2188138404.6 KB
3b9f91693dec
Payment gateways
Retrieve a payment gateway
Returns the details of a payment gateway.
Payment gateways are integrations created through Shipmondo to payment service providers. They are used to capture and cancel payments through Shipmondo.
get/payment_gateways/{id}
Path parameters
idinteger required
ID for the payment gateway to be included in the filter
Response
Successful.
Example response
{
"id": 5314,
"name": "QuickPay 1",
"provider": "quick_pay",
"merchant_number": "12345678"
}