Get Countries
This endpoint retrieves a list of countries along with their associated details. Use these IDs when initializing payments, processing refunds, or filtering transactions by country.
{
"status": "",
"code": 0,
"message": "",
"data": [
{
"id": "",
"name": "",
"country_code": "",
"currency_code": ""
}
]
}Using country_id in Other Requests
Last updated