List Capabilities of Virtual Accounts
Retrieve a list of the capabilities of virtual accounts you can issue to a Rapyd Wallet.
The list is filtered by country.
Note
To use this feature in production, contact Rapyd Client Support.
This endpoint replaces the deprecated endpoint -
GET v1/issuing/bankaccounts/capabilities/:country
Rapyd will continue to support the deprecated endpoint until December 31, 2024.
country
Two-letter ISO 3166-1 ALPHA-2 code of the country.
/v1/virtual_accounts/capabilities/:country
List Capabilities of Virtual Accounts
curl -X get https://sandboxapi.rapyd.net/v1/virtual_accounts/capabilities/sg -H 'access_key: your-access-key-here' -H 'Content-Type: application/json' -H 'salt: your-random-string-here' -H 'signature: your-calculated-signature-here' -H 'timestamp: your-unix-timestamp-here'
{ "status": { "error_code": "", "status": "SUCCESS", "message": "", "response_code": "", "operation_id": "8b4dd067-91e3-4d67-be79-9295588c2d17" }, "data": { "country": "sg", "supported_currencies": [ "AUD", "CAD", "CHF", "EUR", "GBP", "HKD", "JPY", "NOK", "NZD", "SEK", "SGD", "USD" ], "account_id_type": "account_number", "accept_swift": true, "refundable": false, "remitter_details": true, "local_bank_code_type": "bic" } }