Returns all countries available on the Nexus network, along with key reference data for sending payments to those countries, such as maximum transaction amounts and requirements for category purpose codes.
Responses
200
A list of countries with payment details.
application/json
get
GET /countries HTTP/1.1
Host: localhost:3000
Accept: */*
Returns a specified country based on the 2-letter countryCode provided, along with key reference data for sending payments to that country, such as maximum transaction amounts and requirements for category purpose codes.
Path parameters
countryCodestringRequired
The ISO 3166 alpha-2 country code
Example: ID
Responses
200
Country information.
application/json
get
GET /countries/{countryCode} HTTP/1.1
Host: localhost:3000
Accept: */*