List Gateways Connected to Merchant
description: >-
This API allows our partner to retrieve a list of Gateways connected to a
merchant ID
List Gateways Connected to Merchant
Get a list of all gateways supported by PayEngine
GET
https://<PayEngine-host>/api/merchant/:merchantId/gateways
Path Parameters
Name
Type
Description
merchant_id
UUID
Merchant ID
Field Name
Types
Description
merchant_id
UUID
Merchant ID
data
array
All gateways
data[i].id
UUID
PayEngine unique gateway ID
data[i].gateway_id (deprecated)
string
Deprecated. Use gateway
instead.
data[i].gateway
string
3rd party gateway type.
Example:
nmi
| sierra
| viaconex
| stripe
| elavon
| payrix
| etc.
List Available Gateways
data[i].nickname
string
Nickname given to the gateway
data[i].capabilities
object
Capabilities enabled for the gateway
data[i].enabled
boolean
true / false
Last updated