Payout countries enabled
Sample Request
curl --request GET \
--url {api_endpoint}/organizations/{tenant}/payout/{sourceCountryIso2}/destinations \
--header 'content-type: application/json' \
--header 'x-agent-api-key: {agentApiKey}' \
--header 'x-agent-id: {agentId}'{
"countryDestinations": [
{
"country": "BR",
"countryName": "Brazil",
"currency": "BRL",
"currencyName": "Brazilian real",
"currencySymbol": "R$",
"emoji": ""
},
{
"country": "DO",
"countryName": "Dominican Republic",
"currency": "DOP",
"currencyName": "Dominican peso",
"currencySymbol": "RD$",
"emoji": ""
}
]
}Response Details
Usage Notes
Last updated