// GET has no body parameters
{
"AvailablePayoutMethods": [
"LocalBankTransfer"
]
}
{
"AvailablePayoutMethods": [
"InternationalBankTransfer"
]
}
Recipients
View payout methods
See payout methods available to your platform by currency and country
GET
/
v2.01
/
{ClientId}
/
recipients
/
payout-methods
// GET has no body parameters
{
"AvailablePayoutMethods": [
"LocalBankTransfer"
]
}
{
"AvailablePayoutMethods": [
"InternationalBankTransfer"
]
}
Query parameters
string
required
Possible values:
AED, AUD, CAD, CHF, CNH, CZK, DKK, EUR, GBP, HKD, HUF, ILS, JPY, MXN, NOK, NZD, PLN, RON, SAR, SEK, SGD, TRY, USD, ZARThe currency of the payout method.string
required
Format: Two-letter country code (ISO 3166-1 alpha-2 format)The destination country of the payout method.
Responses
200
200
array (string)
Possible values:
LocalBankTransfer, InternationalBankTransferThe payout methods available for the currency and country combination.400 - Currency not supported
400 - Currency not supported
{
"Id": "0d361fcc-c766-4062-844a-b619ae2a49a8",
"Message": "One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.",
"Type": "param_error",
"Date": 1741945960,
"Errors": {
"Currency": "UNSUPPORTED_CURRENCY"
}
}
400 - Country not supported
400 - Country not supported
{
"Id": "ada94e6f-6f54-4140-a45b-ff165ea2157f",
"Message": "One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error.",
"Type": "param_error",
"Date": 1756384533,
"Errors": {
"Country": "UNSUPPORTED_COUNTRY"
}
}
{
"AvailablePayoutMethods": [
"LocalBankTransfer"
]
}
{
"AvailablePayoutMethods": [
"InternationalBankTransfer"
]
}
// GET has no body parameters
Was this page helpful?