Skip to main content
GET
/
v1
/
collections
/
markets
List markets available to the calling integrator
curl --request GET \
  --url https://sandbox.api.eqxpay.io/v1/collections/markets \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "MW",
    "name": "Malawi",
    "currency": "MWK"
  }
]

Authorizations

Authorization
string
header
required

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

Response

code
string
required
Example:

"MW"

name
string
required
Example:

"Malawi"

currency
string
required
Example:

"MWK"