Skip to main content

Participating Countries

Description: Returns all countries currently connected to the PAPSS network.

Use Case

Used by channels and applications to populate destination country selection lists.

GET {base_url}/api/v1/epapss/countries
{
"status": "Success",
"message": "Participating countries retrieved successfully",
"data": [
{
"countryName": "AfriExim Region",
"alpha2Code": "AX",
"currencyCode": "EUR",
"currencyName": "Euro",
"callingCode": "Euro"
},
{
"countryName": "Liberia",
"alpha2Code": "LR",
"currencyCode": "LRD",
"currencyName": "Liberian Dollar",
"callingCode": "Liberian Dollar"
},
{
"countryName": "Rwanda",
"alpha2Code": "RW",
"currencyCode": "RWF",
"currencyName": "Rwandan Franc",
"callingCode": "Rwandan Franc"
}
]
}