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, ZAR

The 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": [
        "LocalBankTransfer"
    ]
}
// GET has no body parameters