latestOpenAPI 3.0.12026-08-2188138404.6 KB
3b9f91693dec
Payment 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"
}
]