---
title: "List bank account detail orders (v1)"
method: GET
path: "/v1/profiles/{profileId}/account-details-orders"
tags: ["bank-account-details"]
deprecated: true
---

# List bank account detail orders (v1)

`GET /v1/profiles/{profileId}/account-details-orders`

> **Deprecated.**

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](/api-reference/bank-account-details/bankaccountdetailsorderslist) instead.
{% /admonition %}

## Path parameters

- `profileId` integer, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

A list of bank account detail orders.

- object[]
  - `status` 'PENDING_USER' | 'PENDING_TW' | 'DONE' — Order status.
  - `currency` string — Currency code (ISO 4217 Alphabetic Code).
  - `requirements` object[] — List of requirements for the order.
    - `type` 'VERIFICATION' | 'TOP_UP' — Requirement type.
    - `status` 'PENDING_USER' | 'PENDING_TW' | 'DONE' — Requirement status.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
