Skip to content

Bank Account Details

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

Bank account details for receiving money into a Wise Multi-Currency Account.

idinteger or null, (int64)

Bank account details ID. Returns null for preview account details that have not yet been issued.

Example:14000001
currencyobject

Currency information for the bank account details.

titlestring

Account title.

Example:"Your EUR account details"
subtitlestring

Account subtitle.

Example:"IBAN, SWIFT/BIC"
statusstring

Account details status:

  • AVAILABLE: Account details do not exist for the user but may be created
  • ACTIVE: Account details are ready to be used by this user
Enum:"AVAILABLE""ACTIVE"
Example:"ACTIVE"
deprecatedboolean

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.

Example:false
receiveOptionsArray of objects

Available receive options for the given currency:

  • LOCAL: Local bank details to receive money in the account currency
  • INTERNATIONAL: SWIFT bank details to receive money internationally
bankFeaturesArray of objects

Features enabled on the account.

{ "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 } ] }