---
title: "GET /user/{userID}/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment"
method: GET
path: "/user/{userID}/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment"
tags: ["note-attachment"]
---

# GET /user/{userID}/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment

`GET /user/{userID}/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment`

Manage the notes for a given user.

## Path parameters

- `userID` integer, required
- `monetary-accountID` integer, required
- `draft-paymentID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Response `200`

Used to manage attachment notes.

- NoteAttachmentDraftPaymentListing[]
  - `id` integer — The id of the note.
  - `created` string — The timestamp of the note's creation.
  - `updated` string — The timestamp of the note's last update.
  - `label_user_creator` LabelUser
    - `uuid` string — The public UUID of the label-user.
    - `display_name` string — The name to be displayed for this user, as it was given on the request.
    - `country` string — The country of the user. 000 stands for "unknown"
    - `avatar` Avatar
      - `uuid` string — The public UUID of the avatar.
      - `anchor_uuid` string — The public UUID of object this avatar is anchored to.
      - `image` Image[] — The actual image information of this avatar.
        - `attachment_public_uuid` string — The public UUID of the public attachment containing the image.
        - `content_type` string — The content-type as a MIME filetype.
        - `height` integer — The image height in pixels.
        - `width` integer — The image width in pixels.
      - `style` string — The style (if applicable) for this Avatar.
    - `public_nick_name` string — The current nickname of the user.
  - `description` string — Optional description of the attachment.
  - `attachment` AttachmentMonetaryAccountPayment[] — The attachment attached to the note.
    - `id` integer — The id of the attached Attachment.
    - `monetary_account_id` integer — The id of the MonetaryAccount this Attachment is attached from.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/versions/369477c7bd26/schema)
