v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
bank-account-details

List bank account detail orders

Returns the bank account assignment requests for a profile and multi-currency account.

The response includes bank-details orders in the following statuses: PENDING_USER, PENDING_TW, REQUIREMENTS_FULFILLED, DONE.

get/v3/profiles/{profileId}/account-details-orders

Path parameters

profileIdinteger required
Example:12345678

The ID of the profile to list bank account detail orders for.

Query parameters

currencystring required
Example:GBP

Currency code (ISO 4217 Alphabetic Code).

Headers

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Response

A list of bank account detail orders.

status'PENDING_USER' | 'PENDING_TW' | 'REQUIREMENTS_FULFILLED' | 'DONE'

Order status.

currencystring

Currency code (ISO 4217 Alphabetic Code).

Example response

[
  {
    "status": "DONE",
    "currency": "EUR",
    "requirements": [
      {
        "type": "TOP_UP",
        "status": "DONE"
      }
    ]
  }
]