v5

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

List bank account detail orders (v1)

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

{% admonition type="warning" %} This endpoint is deprecated. Please use the v3 endpoint instead. {% /admonition %}

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

Path parameters

profileIdinteger required
Example:12345678

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

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' | 'DONE'

Order status.

currencystring

Currency code (ISO 4217 Alphabetic Code).

Example response

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