---
title: "Get Mandate Associated to a Payment Account"
method: GET
path: "/v2/moneyins/{accountid}/mandate"
tags: ["MoneyIns | Direct Debits"]
---

# Get Mandate Associated to a Payment Account

`GET /v2/moneyins/{accountid}/mandate`

## 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

- AccountMandatsOutput
  - `mandates` SddMandate[] — List of documents that changed since the entry date.
    - `id` integer — Mandate ID
    - `status` 0 | 5 | 6 | 8 | 9 — Mandate Status<br/>0 = Pending validation.<br/>5 = Validated, First SDD to be done.<br/>6 = Enabled.<br/>8 = Disabled.<br/>9 = Rejected.<br/>
    - `IBAN` string — IBAN associated to the mandate
    - `BIC` string — SWIFT code associated to the mandate
    - `holder` string — IBAN Holder
    - `UniqueMandateReference` string — Unique mandate reference
  - `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)
