Get details of a gateway connected to a merchant
This API allows our partner to retrieve details of a gateway connected to a merchant ID
GET
https://<Platform-host>/api/merchant/:merchantId/gateways/:id
Path Parameters
Name
Type
Description
merchant_id*
String
Merchant ID
id*
UUID
Platform unique ID
Response
Field Name
Types
Description
id
UUID
Platform unique ID
merchant_id
UUID
Merchant ID
gateway_id (deprecated)
string
Deprecated. Use gateway
instead.
gateway
string
3rd party gateway type.
Example:
nmi
| sierra
| viaconex
| stripe
| elavon
| payrix
| etc.
List Available Gateways
enabled
boolean
True/False
configuration
object
configuration data for this gateway
Last updated