v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
Accounts

List supported countries for bank payouts

Returns countries supported for bank payout destinations and which business types are available per country.

get/api/account/countries

Response

List supported countries for bank payouts successful

countryCodestring required

ISO-3166 alpha-2 country code

INDIVIDUALboolean required

Whether individual bank payouts are supported in this country

BUSINESSboolean required

Whether business bank payouts are supported in this country

pausedboolean required

Whether bank registration and payouts for this country are temporarily paused

Example response

[
  {
    "countryCode": "FR",
    "INDIVIDUAL": true,
    "BUSINESS": true
  }
]