Payin Catalog
Gets a list of countries where payins services offered.
This GET endpoint is used to retrieve a list of all currently available countries of payins service. <br> You can use this endpoint to obtain a list of countries where MassPay services are offered. <br> There are no required parameters for this endpoint. <br> The response will include a JSON array containing details for each country, including the country code, name, and three_letter_code.
get/payin/country/list
Response
Successful operation.
Example response
[
{
"code": "MX",
"name": "Mexico",
"three_letter_code": "MEX",
"iso_numeric": 484,
"generic_options": [
"LOCAL_BANK_DEPOSIT"
]
}
]