---
title: "Get the IBAN Associated with a Payment Account"
method: GET
path: "/v2/moneyouts/{accountid}/iban"
tags: ["MoneyOuts"]
---

# Get the IBAN Associated with a Payment Account

`GET /v2/moneyouts/{accountid}/iban`

## Path parameters

- `accountid` string, required

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Response `200`

OK

- AccountIbansOutput
  - `ibans` Iban[] — List of documents that changed since the entry date.
    - `id` integer — IBAN ID
    - `status` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 — Only status 5 allows the use of the IBAN for a Money-Out.<br/>1 = None.<br/>2 = Internal.<br/>3 = Not used.<br/>4 = Waiting to be verified by Lemon Way.<br/>5 = Activated.<br/>6 = Rejected by the bank.<br/>7 = Rejected, no owner.<br/>8 = Deactivated.<br/>9 = Rejected.<br/>
    - `iban` string — IBAN saved
    - `swift` string — SWIFT BIC code associated with the IBAN
    - `holder` string — IBAN Holder
    - `type` integer — Indicates if a merchant IBAN or a virtual client IBAN 1: Merchant IBAN 2: IBAN virtual client
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
