Returns all supported destination countries with their supported payout currencies.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/countries \ --header 'Authorization: Bearer <token>'
{ "data": [ { "iso2": "GB", "iso3": "GBR", "name": "United Kingdom", "supported_currencies": [ "GBP" ] } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
List of supported countries.
Show child attributes