v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBPayment 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"
}