v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBPayment gateways
List all payment gateways
Returns a list of payment gateways.
Payment gateways are integrations created through Shipmondo to payment service providers. They are used to capture and cancel payments through Shipmondo.
get/payment_gateways
Query parameters
idinteger
ID for the payment gateway to be included in the filter
per_pageinteger
For pagination. Defines how many entries are returned per page.
pageinteger
For pagination. Defines which page the results are fetched from.
Response
Successful.
Example response
[
{
"id": 5314,
"name": "QuickPay 1",
"provider": "quick_pay",
"merchant_number": "12345678"
}
]