Skip to main content
GET
/
v1
/
collections
/
{market}
/
rails
List active rails for a market
curl --request GET \
  --url https://sandbox.api.eqxpay.io/v1/collections/{market}/rails \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "mobile_money",
    "name": "Mobile Money",
    "market": "MW"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

market
string
required
Example:

"MW"

Response

code
string
required
Example:

"mobile_money"

name
string
required
Example:

"Mobile Money"

market
string
required
Example:

"MW"