code when you resolve an account number or create a bank transfer.
Cache the bank list in your application and refresh it periodically. Avoid calling this endpoint before every transfer.
Endpoint
Headers
Example request
Successful response
Response fields
| Field | Type | Description |
|---|---|---|
code | string | The bank code to use when resolving an account or creating a transfer. |
name | string | The display name of the supported bank. |
How to use bank codes
Resolve the account
Send the selected bank
code with the account number to confirm the account holder’s name.Notes
- The bank list may change as institutions are added or removed.
- Store the bank
code, not only the bank name. - Refresh cached banks periodically to keep your transfer form up to date.
- Use the same bank
codewhen resolving accounts and creating transfers.
Next steps
Resolve account
Confirm an account name before creating a transfer.
Create transfer
Send money to a verified bank account.