GET
/
merchants
/
eligibleCountries
Get a list of supported countries and geographies for merchant services.
curl --request GET \
  --url https://api.paygentic.io/v0/merchants/eligibleCountries \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

List of two-letter ISO 3166 codes of countries eligible for merchant services.

The response is of type string[].