GET
/
v2.01
/
{ClientId}
/
recipients
/
payout-methods
// GET has no body parameters
{
    "AvailablePayoutMethods": [
        "LocalBankTransfer"
    ]
}

Query parameters

Currency
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.
Country
string
required
Format: Two-letter country code (ISO 3166-1 alpha-2 format)The destination country of the payout method.

Responses

200

AvailablePayoutMethods
array (string)
Possible values: LocalBankTransfer, InternationalBankTransferThe payout methods available for the currency and country combination.
{
    "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"
    }
}
{
    "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"
    ]
}
// GET has no body parameters