View payout methods
See payout methods available to your platform by currency and country
Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.
Path parameters
ClientId
Platform's API account identifier, associated with the API key.
Query parameters
Currency
**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
Format: Two-letter country code (ISO 3166-1 alpha-2 format)
The destination country of the payout method.
Response
Success
AvailablePayoutMethods
Possible values: LocalBankTransfer, InternationalBankTransfer
The payout methods available for the currency and country combination.
Errors
400
Bad Request Error