Bank account details allow users to receive money into their Wise Multi-Currency Account. Each currency balance can have local bank details (for domestic payments) and international bank details (for SWIFT payments) where available.
Bank account details can be retrieved for existing balances, or new details can be ordered for currencies where they're available but not yet issued.
Bank account details for receiving money into a Wise Multi-Currency Account.
Bank account details ID. Returns null for preview account details that have not yet been issued.
Account details status:
AVAILABLE: Account details do not exist for the user but may be createdACTIVE: Account details are ready to be used by this user
When true, Wise has issued new account details for the same currency. Users should not use the deprecated account but may still have external references to it.
Available receive options for the given currency:
LOCAL: Local bank details to receive money in the account currencyINTERNATIONAL: SWIFT bank details to receive money internationally
{ "id": 14000001, "currency": { "code": "EUR", "name": "Euro" }, "title": "Your EUR account details", "subtitle": "IBAN, SWIFT/BIC", "status": "ACTIVE", "deprecated": false, "receiveOptions": [ { "type": "LOCAL", "title": "Local", "description": { … }, "details": [ … ] } ], "bankFeatures": [ { "key": "LOCAL_RECEIVE", "title": "Receive locally", "supported": true } ] }