---
title: "GET /user/{userID}/card"
method: GET
path: "/user/{userID}/card"
tags: ["card"]
---

# GET /user/{userID}/card

`GET /user/{userID}/card`

Return all the cards available to the user.

## Path parameters

- `userID` 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`

Endpoint for retrieving details for the cards the user has access to.

- CardListing[]
  - `id` integer — The id of the card.
  - `created` string — The timestamp of the card's creation.
  - `updated` string — The timestamp of the card's last update.
  - `public_uuid` string — The public UUID of the card.
  - `user_id` integer — DEPRECATED. ID of the user who is owner of the card.
  - `user_owner_id` integer — ID of the user who is owner of the card.
  - `user_holder_id` integer — ID of the user who is holder of the card.
  - `type` string — The type of the card. Can be MAESTRO, MASTERCARD.
  - `sub_type` string — The sub-type of the card.
  - `product_type` string — The product type of the card.
  - `product_sub_type` string — The product sub-type of the card.
  - `first_line` string — The first line of text on the card
  - `second_line` string — The second line of text on the card
  - `status` string — The status to set for the card. Can be ACTIVE, DEACTIVATED, LOST, STOLEN, CANCELLED, EXPIRED or PIN_TRIES_EXCEEDED.
  - `sub_status` string — The sub-status of the card. Can be NONE or REPLACED.
  - `order_status` string — The order status of the card. Can be NEW_CARD_REQUEST_RECEIVED, CARD_REQUEST_PENDING, SENT_FOR_PRODUCTION, ACCEPTED_FOR_PRODUCTION, DELIVERED_TO_CUSTOMER, CARD_UPDATE_REQUESTED, CARD_UPDATE_PENDING, CARD_UPDATE_SENT, CARD_UPDATE_ACCEPTED, VIRTUAL_DELIVERY, NEW_CARD_REQUEST_PENDING_USER_APPROVAL, SENT_FOR_DELIVERY or NEW_CARD_REQUEST_CANCELLED.
  - `expiry_date` string — Expiry date of the card.
  - `name_on_card` string — The user's name on the card.
  - `preferred_name_on_card` string — The user's preferred name on the card.
  - `primary_account_numbers` CardPrimaryAccountNumber[] — Array of PANs and their attributes.
    - `id` integer — The ID for this Virtual PAN.
    - `description` string — The description for this PAN.
    - `status` string — The status for this PAN, only for Online Cards.
    - `monetary_account_id` integer — The ID of the monetary account to assign to this PAN, only for Online Cards.
    - `uuid` string — The UUID for this Virtual PAN.
    - `four_digit` string — The last four digits of the PAN.
    - `type` string — The type of the PAN.
  - `payment_account_reference` string — The payment account reference number associated with the card.
  - `card_limit` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `card_limit_atm` Amount
    - `value` string — The amount formatted to two decimal places.
    - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
  - `country_permission` CardCountryPermission[] — The countries for which to grant (temporary) permissions to use the card.
    - `country` string — The country to allow transactions in (e.g. NL, DE).
    - `expiry_time` string — Expiry time of this rule.
    - `id` integer — The id of the card country permission entry.
  - `label_monetary_account_ordered` LabelMonetaryAccount
    - `iban` string — The IBAN of the monetary account.
    - `display_name` string — The name to display with this monetary account.
    - `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.
    - `label_user` 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.
    - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
    - `bunq_me` Pointer
      - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
      - `value` string — The alias value.
      - `name` string — The alias name.
      - `service` string — The pointer service. Only required for external counterparties.
    - `is_light` boolean — Whether or not the monetary account is light.
    - `swift_bic` string — The BIC used for a SWIFT payment.
    - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
    - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
    - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
    - `merchant_category_code` string — The merchant category code.
  - `label_monetary_account_current` LabelMonetaryAccount
    - `iban` string — The IBAN of the monetary account.
    - `display_name` string — The name to display with this monetary account.
    - `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.
    - `label_user` 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.
    - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
    - `bunq_me` Pointer
      - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
      - `value` string — The alias value.
      - `name` string — The alias name.
      - `service` string — The pointer service. Only required for external counterparties.
    - `is_light` boolean — Whether or not the monetary account is light.
    - `swift_bic` string — The BIC used for a SWIFT payment.
    - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
    - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
    - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
    - `merchant_category_code` string — The merchant category code.
  - `monetary_account` MonetaryAccount
    - `alias` Pointer[] — The aliases for the MonetaryAccount.
      - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
      - `value` string — The alias value.
      - `name` string — The alias name.
      - `service` string — The pointer service. Only required for external counterparties.
    - `balance` Amount
      - `value` string — The amount formatted to two decimal places.
      - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
    - `monetary_account_profile` MonetaryAccountProfile[] — The profiles of the account.
      - `profile_fill` MonetaryAccountProfileFill
        - `status` string — The status of the profile.
        - `balance_preferred` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `balance_threshold_low` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `issuer` Issuer
          - `bic` string — The BIC code.
          - `name` string — The name of the bank.
      - `profile_drain` MonetaryAccountProfileDrain
        - `status` string — The status of the profile.
        - `balance_preferred` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `balance_threshold_high` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `savings_account_alias` LabelMonetaryAccount
          - `iban` string — The IBAN of the monetary account.
          - `display_name` string — The name to display with this monetary account.
          - `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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `label_user` 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
              - …
            - `public_nick_name` string — The current nickname of the user.
          - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
          - `bunq_me` Pointer
            - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
            - `value` string — The alias value.
            - `name` string — The alias name.
            - `service` string — The pointer service. Only required for external counterparties.
          - `is_light` boolean — Whether or not the monetary account is light.
          - `swift_bic` string — The BIC used for a SWIFT payment.
          - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
          - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
          - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
          - `merchant_category_code` string — The merchant category code.
    - `setting` MonetaryAccountSetting
      - `color` string — The color chosen for the MonetaryAccount.
      - `icon` string — The icon chosen for the MonetaryAccount.
      - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
      - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
      - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
    - `budget` MonetaryAccountBudget[] — The budgets of the MonetaryAccount.
      - `all_category` string[], required — DEPRECATED. The list of categories on which the user wants to set the budget.
      - `amount` Amount, required
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `recurrence_type` string, required — DEPRECATED. The recurrence type for the automatic top-up.
      - `monetary_account_source_funding_id` integer, required — DEPRECATED. The monetary account's ID from/to which the missing/exceeding funds will be transferred.
      - `payment_day_of_month` integer — DEPRECATED. The day of the month for the automatic top-up.
    - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccount.
    - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccount. Can be any user provided message.
    - `share` ShareInviteMonetaryAccountResponse
      - `status` string — The status of the share. Can be ACTIVE, REVOKED, REJECTED.
      - `card_id` integer — The card to link to the shared monetary account. Used only if share_detail is ShareDetailCardPayment.
      - `id` integer — The id of the ShareInviteBankResponse.
      - `created` string — The timestamp of the ShareInviteBankResponse creation.
      - `updated` string — The timestamp of the ShareInviteBankResponse last update.
      - `counter_alias` LabelMonetaryAccount
        - `iban` string — The IBAN of the monetary account.
        - `display_name` string — The name to display with this monetary account.
        - `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.
        - `label_user` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
        - `bunq_me` Pointer
          - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
          - `value` string — The alias value.
          - `name` string — The alias name.
          - `service` string — The pointer service. Only required for external counterparties.
        - `is_light` boolean — Whether or not the monetary account is light.
        - `swift_bic` string — The BIC used for a SWIFT payment.
        - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
        - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
        - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
        - `merchant_category_code` string — The merchant category code.
      - `user_alias_cancelled` 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.
      - `monetary_account_id` integer — The id of the monetary account the ACCEPTED share applies to. null otherwise.
      - `draft_share_invite_bank_id` integer — The id of the draft share invite bank.
      - `share_detail` ShareDetail
        - `payment` ShareDetailPayment
          - `make_payments` boolean — If set to true, the invited user will be able to make payments from the shared account.
          - `make_draft_payments` boolean — If set to true, the invited user will be able to make draft payments from the shared account.
          - `view_balance` boolean — If set to true, the invited user will be able to view the account balance.
          - `view_old_events` boolean — If set to true, the invited user will be able to view events from before the share was active.
          - `view_new_events` boolean — If set to true, the invited user will be able to view events starting from the time the share became active.
        - `read_only` ShareDetailReadOnly
          - `view_balance` boolean — If set to true, the invited user will be able to view the account balance.
          - `view_old_events` boolean — If set to true, the invited user will be able to view events from before the share was active.
          - `view_new_events` boolean — If set to true, the invited user will be able to view events starting from the time the share became active.
        - `draft_payment` ShareDetailDraftPayment
          - `make_draft_payments` boolean — If set to true, the invited user will be able to make draft payments from the shared account.
          - `view_balance` boolean — If set to true, the invited user will be able to view the account balance.
          - `view_old_events` boolean — If set to true, the invited user will be able to view events from before the share was active.
          - `view_new_events` boolean — If set to true, the invited user will be able to view events starting from the time the share became active.
      - `access_type` string — Type of access that is wanted, one of VIEW_BALANCE, VIEW_TRANSACTION, DRAFT_PAYMENT or FULL_TRANSIENT
      - `relation_user` RelationUser
        - `user_id` string — The user's ID.
        - `counter_user_id` string — The counter user's ID.
        - `label_user` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `counter_label_user` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `relationship` string — The requested relation type.
        - `status` string — The request's status, only for UPDATE.
        - `user_status` string — The account status of a user
        - `counter_user_status` string — The account status of a user
        - `company_employee_setting_adyen_card_transaction` CompanyEmployeeSettingAdyenCardTransaction
          - `pointer_counter_user` Pointer, required
            - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
            - `value` string — The alias value.
            - `name` string — The alias name.
            - `service` string — The pointer service. Only required for external counterparties.
          - `status` string — Whether the user is allowed to use Tap to Pay.
          - `monetary_account_payout_id` integer — The ID of the monetary account where Tap to Pay transactions should be paid out to.
        - `all_company_employee_card` CompanyEmployeeCard[] — Cards accessible by the company employee
          - `pointer_counter_user` Pointer, required
            - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
            - `value` string — The alias value.
            - `name` string — The alias name.
            - `service` string — The pointer service. Only required for external counterparties.
          - `pointer_monetary_account` Pointer, required
            - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
            - `value` string — The alias value.
            - `name` string — The alias name.
            - `service` string — The pointer service. Only required for external counterparties.
          - `type` string, required — The type of card to order.
          - `product_type` string, required — The product type of the card to order.
          - `company_name_on_card` string — The name of the company that should be displayed on the card.
          - `employee_name_on_card` string — The name of the employee that should be displayed on the card.
          - `employee_preferred_name_on_card` string — The user's preferred name as it will be on the card.
          - `amount_limit_monthly` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `status` string — The status of the employee card.
          - `card` Card
            - `pin_code` string — The plaintext pin code. Requests require encryption to be enabled.
            - `activation_code` string — DEPRECATED: Activate a card by setting status to ACTIVE when the order_status is ACCEPTED_FOR_PRODUCTION.
            - `status` string — The status to set for the card. Can be ACTIVE, DEACTIVATED, LOST, STOLEN or CANCELLED, and can only be set to LOST/STOLEN/CANCELLED when order status is ACCEPTED_FOR_PRODUCTION/DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Can only be set to DEACTIVATED after initial activation, i.e. order_status is DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Mind that all the possible choices (apart from ACTIVE and DEACTIVATED) are permanent and cannot be changed after.
            - `order_status` string — The order status to set for the card. Set to CARD_REQUEST_PENDING to get a virtual card produced.
            - `card_limit` Amount
              - …
            - `card_limit_atm` Amount
              - …
            - `country_permission` CardCountryPermission[] — The countries for which to grant (temporary) permissions to use the card.
              - …
            - `pin_code_assignment` CardPinAssignment[] — Array of Types, PINs, account IDs assigned to the card.
              - …
            - `primary_account_numbers` CardPrimaryAccountNumber[] — Array of PANs and their attributes.
              - …
            - `monetary_account_id_fallback` integer — ID of the MA to be used as fallback for this card if insufficient balance. Fallback account is removed if not supplied.
            - `preferred_name_on_card` string — The user's preferred name as it will be on the card.
            - `second_line` string — The second line of text on the card
            - `cancellation_reason` string — The reason for card cancellation.
          - `amount_spent_monthly` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `number_of_company_employee_card_receipt_pending` integer — The number of transactions that still need a receipt.
      - `share_type` string — The share type, either STANDARD or MUTUAL.
      - `start_date` string — The start date of this share.
      - `end_date` string — The expiration date of this share.
      - `description` string — The description of this share. It is basically the monetary account description.
    - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
      - `id` integer — An integer ID of an object. Unique per object type.
    - `fulfillments` Fulfillment[] — The fulfillments for this MonetaryAccount.
      - `type` string — Type of the information fulfillment.
      - `reason` string — The reason why this fulfillment is requested.
      - `reason_translated` string — The translated reason why this fulfillment is requested.
      - `status` string — Status of this fulfillment.
      - `time_mandatory` string — Time when the information fulfillment becomes mandatory.
      - `user_id` integer — The user id this fulfillment is required for.
      - `all_status_allowed` string[] — The allowed statusses for this fulfillment.
    - `relation_user` RelationUser
      - `user_id` string — The user's ID.
      - `counter_user_id` string — The counter user's ID.
      - `label_user` 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.
      - `counter_label_user` 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.
      - `relationship` string — The requested relation type.
      - `status` string — The request's status, only for UPDATE.
      - `user_status` string — The account status of a user
      - `counter_user_status` string — The account status of a user
      - `company_employee_setting_adyen_card_transaction` CompanyEmployeeSettingAdyenCardTransaction
        - `pointer_counter_user` Pointer, required
          - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
          - `value` string — The alias value.
          - `name` string — The alias name.
          - `service` string — The pointer service. Only required for external counterparties.
        - `status` string — Whether the user is allowed to use Tap to Pay.
        - `monetary_account_payout_id` integer — The ID of the monetary account where Tap to Pay transactions should be paid out to.
      - `all_company_employee_card` CompanyEmployeeCard[] — Cards accessible by the company employee
        - `pointer_counter_user` Pointer, required
          - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
          - `value` string — The alias value.
          - `name` string — The alias name.
          - `service` string — The pointer service. Only required for external counterparties.
        - `pointer_monetary_account` Pointer, required
          - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
          - `value` string — The alias value.
          - `name` string — The alias name.
          - `service` string — The pointer service. Only required for external counterparties.
        - `type` string, required — The type of card to order.
        - `product_type` string, required — The product type of the card to order.
        - `company_name_on_card` string — The name of the company that should be displayed on the card.
        - `employee_name_on_card` string — The name of the employee that should be displayed on the card.
        - `employee_preferred_name_on_card` string — The user's preferred name as it will be on the card.
        - `amount_limit_monthly` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `status` string — The status of the employee card.
        - `card` Card
          - `pin_code` string — The plaintext pin code. Requests require encryption to be enabled.
          - `activation_code` string — DEPRECATED: Activate a card by setting status to ACTIVE when the order_status is ACCEPTED_FOR_PRODUCTION.
          - `status` string — The status to set for the card. Can be ACTIVE, DEACTIVATED, LOST, STOLEN or CANCELLED, and can only be set to LOST/STOLEN/CANCELLED when order status is ACCEPTED_FOR_PRODUCTION/DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Can only be set to DEACTIVATED after initial activation, i.e. order_status is DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Mind that all the possible choices (apart from ACTIVE and DEACTIVATED) are permanent and cannot be changed after.
          - `order_status` string — The order status to set for the card. Set to CARD_REQUEST_PENDING to get a virtual card produced.
          - `card_limit` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `card_limit_atm` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `country_permission` CardCountryPermission[] — The countries for which to grant (temporary) permissions to use the card.
            - `country` string — The country to allow transactions in (e.g. NL, DE).
            - `expiry_time` string — Expiry time of this rule.
            - `id` integer — The id of the card country permission entry.
          - `pin_code_assignment` CardPinAssignment[] — Array of Types, PINs, account IDs assigned to the card.
            - `type` string — PIN type. Can be PRIMARY, SECONDARY or TERTIARY
            - `routing_type` string — Routing type.
            - `pin_code` string — The 4 digit PIN to be assigned to this account.
            - `monetary_account_id` integer — The ID of the monetary account to assign to this pin for the card.
            - `status` string — The status of the card pin assignment.
          - `primary_account_numbers` CardPrimaryAccountNumber[] — Array of PANs and their attributes.
            - `id` integer — The ID for this Virtual PAN.
            - `description` string — The description for this PAN.
            - `status` string — The status for this PAN, only for Online Cards.
            - `monetary_account_id` integer — The ID of the monetary account to assign to this PAN, only for Online Cards.
            - `uuid` string — The UUID for this Virtual PAN.
            - `four_digit` string — The last four digits of the PAN.
            - `type` string — The type of the PAN.
          - `monetary_account_id_fallback` integer — ID of the MA to be used as fallback for this card if insufficient balance. Fallback account is removed if not supplied.
          - `preferred_name_on_card` string — The user's preferred name as it will be on the card.
          - `second_line` string — The second line of text on the card
          - `cancellation_reason` string — The reason for card cancellation.
        - `amount_spent_monthly` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `number_of_company_employee_card_receipt_pending` integer — The number of transactions that still need a receipt.
    - `all_co_owner` CoOwner[] — The users the account will be joint with.
      - `alias` 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.
      - `status` string — Can be: ACCEPTED, REJECTED, PENDING or REVOKED
    - `co_owner_invite` CoOwnerInviteResponse
      - `status` string — The status of the invite. Can be PENDING, REVOKED (the user deletes the share inquiry before it's accepted) or ACCEPTED
      - `alias` LabelMonetaryAccount
        - `iban` string — The IBAN of the monetary account.
        - `display_name` string — The name to display with this monetary account.
        - `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.
        - `label_user` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
        - `bunq_me` Pointer
          - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
          - `value` string — The alias value.
          - `name` string — The alias name.
          - `service` string — The pointer service. Only required for external counterparties.
        - `is_light` boolean — Whether or not the monetary account is light.
        - `swift_bic` string — The BIC used for a SWIFT payment.
        - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
        - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
        - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
        - `merchant_category_code` string — The merchant category code.
      - `counter_alias` LabelMonetaryAccount
        - `iban` string — The IBAN of the monetary account.
        - `display_name` string — The name to display with this monetary account.
        - `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.
        - `label_user` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
        - `bunq_me` Pointer
          - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
          - `value` string — The alias value.
          - `name` string — The alias name.
          - `service` string — The pointer service. Only required for external counterparties.
        - `is_light` boolean — Whether or not the monetary account is light.
        - `swift_bic` string — The BIC used for a SWIFT payment.
        - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
        - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
        - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
        - `merchant_category_code` string — The merchant category code.
      - `monetary_account_id` integer — The ID of the monetaryAccount
      - `monetary_account_type` string — The extension type of the monetaryAccount
      - `freeze_status` string — The freeze_status of the invite.
      - `label_freeze_user` 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.
      - `all_co_owner` CoOwner[] — The users the account will be joint with.
        - `alias` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `status` string — Can be: ACCEPTED, REJECTED, PENDING or REVOKED
    - `open_banking_account` OpenBankingAccount
      - `status` string — The status of this account.
      - `iban` string — The iban of this account.
      - `time_synced_last` string — The timestamp of the last time the account was synced with our open banking partner.
      - `provider_bank` OpenBankingProviderBank
        - `account_information_service_status` string — Whether we support Open Banking budgeting using the bank provider.
        - `payment_information_service_status` string — Whether we support top ups using the bank provider.
        - `name` string — The name of the bank provider.
        - `aiia_provider_id` string — The external identifier for this bank.
        - `country` string — Country of provider
        - `all_payment_method_allowed_sepa` string[] — All payment methods allowed for Sepa payments.
        - `all_payment_method_allowed_domestic` string[] — All payment methods allowed for Domestic payments.
        - `audience_business_status` boolean — Whether business banking is supported by the provider.
        - `audience_private_status` boolean — Whether personal banking is supported by the provider.
        - `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.
      - `balance_booked` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `balance_available` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
    - `birdee_investment_portfolio` BirdeeInvestmentPortfolio
      - `risk_profile_type` string — The type of risk profile associated with the portfolio.
      - `investment_theme` string — The investment theme.
      - `name` string — The name associated with the investment portfolio.
      - `goal` BirdeeInvestmentPortfolioGoal
        - `amount_target` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `time_end` string — The investment goal end time.
      - `status` string — Status of the portfolio.
      - `number_of_strategy_change_annual_maximum` integer — Maximum number of strategy changes in a year.
      - `number_of_strategy_change_annual_used` integer — Maximum number of strategy changes used.
      - `external_identifier` string — The external identifier of the portfolio.
      - `balance` BirdeeInvestmentPortfolioBalance
        - `amount_available` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `amount_deposit_total` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `amount_withdrawal_total` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `amount_fee_total` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `amount_profit` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `amount_deposit_pending` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `amount_withdrawal_pending` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `allocations` BirdeePortfolioAllocation[] — The allocations of the investment portfolio.
        - `instrument_currency` string — Currency of the instrument.
        - `instrument_asset_class` string — Asset Class of the instrument.
        - `instrument_asset_class_name` string — Name of the asset class.
        - `instrument_isin` string — ISIN code of the instrument.
        - `instrument_name` string — Name of the instrument.
        - `instrument_region_name` string — Name of the geographical region covered by the instrument
        - `instrument_key_information_document_uri` string — Key Information Document of the instrument.
        - `weight` string — Weight of the financial instrument in the model portfolio.
        - `quantity` string — Quantity of the financial instrument in the portfolio.
        - `price` string — Unit price of the financial instrument.
        - `amount` string — Monetary amount of the financial instrument in the portfolio.
    - `MonetaryAccountLight` MonetaryAccountLight
      - `currency` string — The currency of the MonetaryAccountLight as an ISO 4217 formatted currency code.
      - `description` string — The description of the MonetaryAccountLight. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountLight.
      - `status` string — The status of the MonetaryAccountLight. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountLight providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountBank, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountBank. Can be any user provided message.
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `id` integer — The id of the MonetaryAccountLight.
      - `created` string — The timestamp of the MonetaryAccountLight's creation.
      - `updated` string — The timestamp of the MonetaryAccountLight's last update.
      - `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.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountLight.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountLight's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountLight.
      - `balance_maximum` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `budget_month_used` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `budget_month_maximum` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `budget_year_used` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `budget_year_maximum` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `budget_withdrawal_year_used` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `budget_withdrawal_year_maximum` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
    - `MonetaryAccountBank` MonetaryAccountBank
      - `currency` string — The currency of the MonetaryAccountBank as an ISO 4217 formatted currency code.
      - `description` string — The description of the MonetaryAccountBank. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountBank.
      - `status` string — The status of the MonetaryAccountBank. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountBank providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountBank, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountBank. Can be any user provided message.
      - `display_name` string — The legal name of the user / company using this monetary account.
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `country_iban` string — The country of the monetary account IBAN.
      - `id` integer — The id of the MonetaryAccountBank.
      - `created` string — The timestamp of the MonetaryAccountBank's creation.
      - `updated` string — The timestamp of the MonetaryAccountBank's last update.
      - `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.
      - `overdraft_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountBank.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountBank's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountBank.
      - `monetary_account_profile` MonetaryAccountProfile
        - `profile_fill` MonetaryAccountProfileFill
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_low` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `issuer` Issuer
            - `bic` string — The BIC code.
            - `name` string — The name of the bank.
        - `profile_drain` MonetaryAccountProfileDrain
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_high` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `savings_account_alias` LabelMonetaryAccount
            - `iban` string — The IBAN of the monetary account.
            - `display_name` string — The name to display with this monetary account.
            - `avatar` Avatar
              - …
            - `label_user` LabelUser
              - …
            - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
            - `bunq_me` Pointer
              - …
            - `is_light` boolean — Whether or not the monetary account is light.
            - `swift_bic` string — The BIC used for a SWIFT payment.
            - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
            - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
            - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
            - `merchant_category_code` string — The merchant category code.
      - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
        - `id` integer — An integer ID of an object. Unique per object type.
    - `MonetaryAccountExternal` MonetaryAccountExternal
      - `currency` string — The currency of the MonetaryAccountExternal as an ISO 4217 formatted currency code.
      - `service` string — The external service the Monetary Account is connected with.
      - `description` string — The description of the MonetaryAccountExternal. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountExternal.
      - `status` string — The status of the MonetaryAccountExternal. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountExternal providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountExternal, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountExternal. Can be any user provided message.
      - `display_name` string — The legal name of the user / company using this monetary account.
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `id` integer — The id of the MonetaryAccountExternal.
      - `created` string — The timestamp of the MonetaryAccountExternal's creation.
      - `updated` string — The timestamp of the MonetaryAccountExternal's last update.
      - `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.
      - `overdraft_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountExternal.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountExternal's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountExternal.
      - `monetary_account_profile` MonetaryAccountProfile
        - `profile_fill` MonetaryAccountProfileFill
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_low` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `issuer` Issuer
            - `bic` string — The BIC code.
            - `name` string — The name of the bank.
        - `profile_drain` MonetaryAccountProfileDrain
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_high` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `savings_account_alias` LabelMonetaryAccount
            - `iban` string — The IBAN of the monetary account.
            - `display_name` string — The name to display with this monetary account.
            - `avatar` Avatar
              - …
            - `label_user` LabelUser
              - …
            - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
            - `bunq_me` Pointer
              - …
            - `is_light` boolean — Whether or not the monetary account is light.
            - `swift_bic` string — The BIC used for a SWIFT payment.
            - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
            - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
            - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
            - `merchant_category_code` string — The merchant category code.
      - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
        - `id` integer — An integer ID of an object. Unique per object type.
      - `open_banking_account` OpenBankingAccount
        - `status` string — The status of this account.
        - `iban` string — The iban of this account.
        - `time_synced_last` string — The timestamp of the last time the account was synced with our open banking partner.
        - `provider_bank` OpenBankingProviderBank
          - `account_information_service_status` string — Whether we support Open Banking budgeting using the bank provider.
          - `payment_information_service_status` string — Whether we support top ups using the bank provider.
          - `name` string — The name of the bank provider.
          - `aiia_provider_id` string — The external identifier for this bank.
          - `country` string — Country of provider
          - `all_payment_method_allowed_sepa` string[] — All payment methods allowed for Sepa payments.
          - `all_payment_method_allowed_domestic` string[] — All payment methods allowed for Domestic payments.
          - `audience_business_status` boolean — Whether business banking is supported by the provider.
          - `audience_private_status` boolean — Whether personal banking is supported by the provider.
          - `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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
        - `balance_booked` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `balance_available` Amount
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
    - `MonetaryAccountInvestment` MonetaryAccountInvestment
      - `currency` string — The currency of the MonetaryAccountInvestment as an ISO 4217 formatted currency code.
      - `provider` string, required — The provider of the investment service.
      - `description` string — The description of the MonetaryAccountInvestment. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountInvestment.
      - `status` string — The status of the MonetaryAccountInvestment. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountInvestment providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountInvestment, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountInvestment. Can be any user provided message.
      - `display_name` string — The legal name of the user / company using this monetary account.
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `birdee_investment_portfolio` BirdeeInvestmentPortfolio
        - `risk_profile_type` string — The type of risk profile associated with the portfolio.
        - `investment_theme` string — The investment theme.
        - `name` string — The name associated with the investment portfolio.
        - `goal` BirdeeInvestmentPortfolioGoal
          - `amount_target` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `time_end` string — The investment goal end time.
        - `status` string — Status of the portfolio.
        - `number_of_strategy_change_annual_maximum` integer — Maximum number of strategy changes in a year.
        - `number_of_strategy_change_annual_used` integer — Maximum number of strategy changes used.
        - `external_identifier` string — The external identifier of the portfolio.
        - `balance` BirdeeInvestmentPortfolioBalance
          - `amount_available` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `amount_deposit_total` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `amount_withdrawal_total` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `amount_fee_total` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `amount_profit` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `amount_deposit_pending` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `amount_withdrawal_pending` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
        - `allocations` BirdeePortfolioAllocation[] — The allocations of the investment portfolio.
          - `instrument_currency` string — Currency of the instrument.
          - `instrument_asset_class` string — Asset Class of the instrument.
          - `instrument_asset_class_name` string — Name of the asset class.
          - `instrument_isin` string — ISIN code of the instrument.
          - `instrument_name` string — Name of the instrument.
          - `instrument_region_name` string — Name of the geographical region covered by the instrument
          - `instrument_key_information_document_uri` string — Key Information Document of the instrument.
          - `weight` string — Weight of the financial instrument in the model portfolio.
          - `quantity` string — Quantity of the financial instrument in the portfolio.
          - `price` string — Unit price of the financial instrument.
          - `amount` string — Monetary amount of the financial instrument in the portfolio.
      - `monetary_account_deposit_initial_id` integer — ID of the MA to be used for the initial deposit to the investment account.
      - `amount_deposit_initial` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `id` integer — The id of the MonetaryAccountInvestment.
      - `created` string — The timestamp of the MonetaryAccountInvestment's creation.
      - `updated` string — The timestamp of the MonetaryAccountInvestment's last update.
      - `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.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountInvestment.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountInvestment's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountInvestment.
      - `monetary_account_profile` MonetaryAccountProfile
        - `profile_fill` MonetaryAccountProfileFill
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_low` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `issuer` Issuer
            - `bic` string — The BIC code.
            - `name` string — The name of the bank.
        - `profile_drain` MonetaryAccountProfileDrain
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_high` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `savings_account_alias` LabelMonetaryAccount
            - `iban` string — The IBAN of the monetary account.
            - `display_name` string — The name to display with this monetary account.
            - `avatar` Avatar
              - …
            - `label_user` LabelUser
              - …
            - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
            - `bunq_me` Pointer
              - …
            - `is_light` boolean — Whether or not the monetary account is light.
            - `swift_bic` string — The BIC used for a SWIFT payment.
            - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
            - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
            - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
            - `merchant_category_code` string — The merchant category code.
      - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
        - `id` integer — An integer ID of an object. Unique per object type.
    - `MonetaryAccountJoint` MonetaryAccountJoint
      - `currency` string — The currency of the MonetaryAccountJoint as an ISO 4217 formatted currency code.
      - `description` string — The description of the MonetaryAccountJoint. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `overdraft_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountJoint.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountJoint.
      - `status` string — The status of the MonetaryAccountJoint. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountJoint providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountJoint, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountJoint. Can be any user provided message.
      - `all_co_owner` CoOwner[] — The users the account will be joint with.
        - `alias` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `status` string — Can be: ACCEPTED, REJECTED, PENDING or REVOKED
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `id` integer — The id of the MonetaryAccountJoint.
      - `created` string — The timestamp of the MonetaryAccountJoint's creation.
      - `updated` string — The timestamp of the MonetaryAccountJoint's last update.
      - `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.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `public_uuid` string — The MonetaryAccountJoint's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountJoint.
      - `monetary_account_profile` MonetaryAccountProfile
        - `profile_fill` MonetaryAccountProfileFill
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_low` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `issuer` Issuer
            - `bic` string — The BIC code.
            - `name` string — The name of the bank.
        - `profile_drain` MonetaryAccountProfileDrain
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_high` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `savings_account_alias` LabelMonetaryAccount
            - `iban` string — The IBAN of the monetary account.
            - `display_name` string — The name to display with this monetary account.
            - `avatar` Avatar
              - …
            - `label_user` LabelUser
              - …
            - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
            - `bunq_me` Pointer
              - …
            - `is_light` boolean — Whether or not the monetary account is light.
            - `swift_bic` string — The BIC used for a SWIFT payment.
            - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
            - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
            - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
            - `merchant_category_code` string — The merchant category code.
      - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
        - `id` integer — An integer ID of an object. Unique per object type.
    - `MonetaryAccountSavings` MonetaryAccountSavings
      - `currency` string — The currency of the MonetaryAccountSavings as an ISO 4217 formatted currency code.
      - `description` string — The description of the MonetaryAccountSavings. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountSavings.
      - `status` string — The status of the MonetaryAccountSavings. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountSavings providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountSavings, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountSavings. Can be any user provided message.
      - `all_co_owner` CoOwner[] — The users the account will be joint with.
        - `alias` 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.
              - …
            - `style` string — The style (if applicable) for this Avatar.
          - `public_nick_name` string — The current nickname of the user.
        - `status` string — Can be: ACCEPTED, REJECTED, PENDING or REVOKED
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `savings_goal` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `id` integer — The id of the MonetaryAccountSavings.
      - `created` string — The timestamp of the MonetaryAccountSavings's creation.
      - `updated` string — The timestamp of the MonetaryAccountSavings's last update.
      - `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.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountSavings.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountSavings's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountSavings.
      - `monetary_account_profile` MonetaryAccountProfile
        - `profile_fill` MonetaryAccountProfileFill
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_low` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `issuer` Issuer
            - `bic` string — The BIC code.
            - `name` string — The name of the bank.
        - `profile_drain` MonetaryAccountProfileDrain
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_high` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `savings_account_alias` LabelMonetaryAccount
            - `iban` string — The IBAN of the monetary account.
            - `display_name` string — The name to display with this monetary account.
            - `avatar` Avatar
              - …
            - `label_user` LabelUser
              - …
            - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
            - `bunq_me` Pointer
              - …
            - `is_light` boolean — Whether or not the monetary account is light.
            - `swift_bic` string — The BIC used for a SWIFT payment.
            - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
            - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
            - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
            - `merchant_category_code` string — The merchant category code.
      - `savings_goal_progress` integer — The progress in percentages for the Savings Goal set for this MonetaryAccountSavings.
      - `number_of_payment_remaining` string — The number of payments that can be made from this savings account
      - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
        - `id` integer — An integer ID of an object. Unique per object type.
    - `MonetaryAccountSwitchService` MonetaryAccountSwitchService
      - `id` integer — The id of the monetary account.
      - `created` string — The timestamp of the monetary account's creation.
      - `description` string — The description for the bank account.
      - `status` string — The status of the account.
      - `sub_status` string — The sub-status of the account.
    - `MonetaryAccountExternalSavings` MonetaryAccountExternalSavings
      - `currency` string — The currency of the MonetaryAccountExternalSavings as an ISO 4217 formatted currency code.
      - `service` string, required — The service the MonetaryAccountExternalSavings is connected with.
      - `description` string — The description of the MonetaryAccountExternalSavings. Defaults to 'bunq account'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `avatar_uuid` string — The UUID of the Avatar of the MonetaryAccountExternalSavings.
      - `status` string — The status of the MonetaryAccountExternalSavings. Can be: ACTIVE, BLOCKED, CANCELLED or PENDING_REOPEN
      - `sub_status` string — The sub-status of the MonetaryAccountExternalSavings providing extra information regarding the status. Will be NONE for ACTIVE or PENDING_REOPEN, COMPLETELY or ONLY_ACCEPTING_INCOMING for BLOCKED and REDEMPTION_INVOLUNTARY, REDEMPTION_VOLUNTARY or PERMANENT for CANCELLED.
      - `reason` string — The reason for voluntarily cancelling (closing) the MonetaryAccountExternalSavings, can only be OTHER.
      - `reason_description` string — The optional free-form reason for voluntarily cancelling (closing) the MonetaryAccountExternalSavings. Can be any user provided message.
      - `display_name` string — The legal name of the user / company using this monetary account.
      - `setting` MonetaryAccountSetting
        - `color` string — The color chosen for the MonetaryAccount.
        - `icon` string — The icon chosen for the MonetaryAccount.
        - `default_avatar_status` string — The status of the avatar. Can be either AVATAR_DEFAULT, AVATAR_CUSTOM or AVATAR_UNDETERMINED.
        - `restriction_chat` string — The chat restriction. Possible values are ALLOW_INCOMING or BLOCK_INCOMING
        - `sdd_expiration_action` string — The preference for this monetary account on whether to automatically accept or reject expiring SDDs.
      - `savings_goal` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `id` integer — The id of the MonetaryAccountExternalSavings.
      - `created` string — The timestamp of the MonetaryAccountExternalSavings's creation.
      - `updated` string — The timestamp of the MonetaryAccountExternalSavings's last update.
      - `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.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountExternalSavings.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountExternalSavings's public UUID.
      - `user_id` integer — The id of the User who owns the MonetaryAccountExternalSavings.
      - `monetary_account_profile` MonetaryAccountProfile
        - `profile_fill` MonetaryAccountProfileFill
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_low` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `issuer` Issuer
            - `bic` string — The BIC code.
            - `name` string — The name of the bank.
        - `profile_drain` MonetaryAccountProfileDrain
          - `status` string — The status of the profile.
          - `balance_preferred` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `balance_threshold_high` Amount
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `savings_account_alias` LabelMonetaryAccount
            - `iban` string — The IBAN of the monetary account.
            - `display_name` string — The name to display with this monetary account.
            - `avatar` Avatar
              - …
            - `label_user` LabelUser
              - …
            - `country` string — The country of the user. Formatted as a ISO 3166-1 alpha-2 country code.
            - `bunq_me` Pointer
              - …
            - `is_light` boolean — Whether or not the monetary account is light.
            - `swift_bic` string — The BIC used for a SWIFT payment.
            - `swift_account_number` string — The account number used for a SWIFT payment. May or may not be an IBAN.
            - `transferwise_account_number` string — The account number used for a Transferwise payment. May or may not be an IBAN.
            - `transferwise_bank_code` string — The bank code used for a Transferwise payment. May or may not be a BIC.
            - `merchant_category_code` string — The merchant category code.
      - `all_auto_save_id` BunqId[] — The ids of the AutoSave.
        - `id` integer — An integer ID of an object. Unique per object type.
      - `savings_goal_progress` integer — The progress in percentages for the Savings Goal set for this MonetaryAccountExternalSavings.
      - `number_of_payment_remaining` string — The number of payments that can be made from this savings account
    - `MonetaryAccountCard` MonetaryAccountCard
      - `id` integer — The id of the MonetaryAccountCard.
      - `created` string — The timestamp of the MonetaryAccountCard's creation.
      - `updated` string — The timestamp of the MonetaryAccountCard's last update.
      - `currency` string — The currency of the MonetaryAccountCard as an ISO 4217 formatted currency code.
      - `description` string — The description of the MonetaryAccountCard. Defaults to 'prepaid credit card'.
      - `daily_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `overdraft_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `balance` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `balance_real` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `alias` Pointer[] — The Aliases for the MonetaryAccountCard.
        - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
        - `value` string — The alias value.
        - `name` string — The alias name.
        - `service` string — The pointer service. Only required for external counterparties.
      - `public_uuid` string — The MonetaryAccountCard's public UUID.
      - `status` string — The status of the MonetaryAccountCard.
      - `sub_status` string — The sub-status of the MonetaryAccountCard providing extra information regarding the status.
      - `user_id` integer — The id of the User who owns the MonetaryAccountCard.
  - `pin_code_assignment` CardPinAssignment[] — Array of Types, PINs, account IDs assigned to the card.
    - `type` string — PIN type. Can be PRIMARY, SECONDARY or TERTIARY
    - `routing_type` string — Routing type.
    - `pin_code` string — The 4 digit PIN to be assigned to this account.
    - `monetary_account_id` integer — The ID of the monetary account to assign to this pin for the card.
    - `status` string — The status of the card pin assignment.
  - `monetary_account_id_fallback` integer — ID of the MA to be used as fallback for this card if insufficient balance. Fallback account is removed if not supplied.
  - `country` string — The country that is domestic to the card. Defaults to country of residence of user.
  - `card_shipment_tracking_url` string — A tracking link provided by our shipment provider.
  - `is_card_eligible_for_free_replacement` boolean — Whether this card is eligible for a free replacement.
  - `card_replacement` CardReplacement
    - `status` string — The status of the CardReplacement.
    - `address_main` Address
      - `street` string — The street.
      - `house_number` string — The house number.
      - `po_box` string — The PO box.
      - `postal_code` string — The postal code.
      - `city` string — The city.
      - `country` string — The country as an ISO 3166-1 alpha-2 country code.
      - `extra` string — The apartment, building or other extra information for addresses.
      - `mailbox_name` string — The name on the mailbox (only used for Postal and Shipping addresses).
      - `province` string — The province according to local standard.
      - `is_user_address_updated` boolean — To show whether user created or updated her address for app event listing.
    - `address_postal` Address
      - `street` string — The street.
      - `house_number` string — The house number.
      - `po_box` string — The PO box.
      - `postal_code` string — The postal code.
      - `city` string — The city.
      - `country` string — The country as an ISO 3166-1 alpha-2 country code.
      - `extra` string — The apartment, building or other extra information for addresses.
      - `mailbox_name` string — The name on the mailbox (only used for Postal and Shipping addresses).
      - `province` string — The province according to local standard.
      - `is_user_address_updated` boolean — To show whether user created or updated her address for app event listing.
    - `card_id` integer — The original card that belongs to the CardReplacement.
    - `card_new_id` integer — The new card that replaces the original card in the CardReplacement.
  - `card_generated_cvc2` CardGeneratedCvc2
    - `type` string — The type of generated cvc2. Can be STATIC or GENERATED.
  - `is_limited_edition` boolean — Whether this card is a limited edition metal card.
  - `card_metal_member_since_date` string — The date for the member since field on the black metal card.
  - `company_employee_card` CompanyEmployeeCard
    - `pointer_counter_user` Pointer, required
      - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
      - `value` string — The alias value.
      - `name` string — The alias name.
      - `service` string — The pointer service. Only required for external counterparties.
    - `pointer_monetary_account` Pointer, required
      - `type` string — The alias type, can be: EMAIL|PHONE_NUMBER|IBAN.
      - `value` string — The alias value.
      - `name` string — The alias name.
      - `service` string — The pointer service. Only required for external counterparties.
    - `type` string, required — The type of card to order.
    - `product_type` string, required — The product type of the card to order.
    - `company_name_on_card` string — The name of the company that should be displayed on the card.
    - `employee_name_on_card` string — The name of the employee that should be displayed on the card.
    - `employee_preferred_name_on_card` string — The user's preferred name as it will be on the card.
    - `amount_limit_monthly` Amount
      - `value` string — The amount formatted to two decimal places.
      - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
    - `status` string — The status of the employee card.
    - `card` Card
      - `pin_code` string — The plaintext pin code. Requests require encryption to be enabled.
      - `activation_code` string — DEPRECATED: Activate a card by setting status to ACTIVE when the order_status is ACCEPTED_FOR_PRODUCTION.
      - `status` string — The status to set for the card. Can be ACTIVE, DEACTIVATED, LOST, STOLEN or CANCELLED, and can only be set to LOST/STOLEN/CANCELLED when order status is ACCEPTED_FOR_PRODUCTION/DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Can only be set to DEACTIVATED after initial activation, i.e. order_status is DELIVERED_TO_CUSTOMER/CARD_UPDATE_REQUESTED/CARD_UPDATE_SENT/CARD_UPDATE_ACCEPTED. Mind that all the possible choices (apart from ACTIVE and DEACTIVATED) are permanent and cannot be changed after.
      - `order_status` string — The order status to set for the card. Set to CARD_REQUEST_PENDING to get a virtual card produced.
      - `card_limit` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `card_limit_atm` Amount
        - `value` string — The amount formatted to two decimal places.
        - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
      - `country_permission` CardCountryPermission[] — The countries for which to grant (temporary) permissions to use the card.
        - `country` string — The country to allow transactions in (e.g. NL, DE).
        - `expiry_time` string — Expiry time of this rule.
        - `id` integer — The id of the card country permission entry.
      - `pin_code_assignment` CardPinAssignment[] — Array of Types, PINs, account IDs assigned to the card.
        - `type` string — PIN type. Can be PRIMARY, SECONDARY or TERTIARY
        - `routing_type` string — Routing type.
        - `pin_code` string — The 4 digit PIN to be assigned to this account.
        - `monetary_account_id` integer — The ID of the monetary account to assign to this pin for the card.
        - `status` string — The status of the card pin assignment.
      - `primary_account_numbers` CardPrimaryAccountNumber[] — Array of PANs and their attributes.
        - `id` integer — The ID for this Virtual PAN.
        - `description` string — The description for this PAN.
        - `status` string — The status for this PAN, only for Online Cards.
        - `monetary_account_id` integer — The ID of the monetary account to assign to this PAN, only for Online Cards.
        - `uuid` string — The UUID for this Virtual PAN.
        - `four_digit` string — The last four digits of the PAN.
        - `type` string — The type of the PAN.
      - `monetary_account_id_fallback` integer — ID of the MA to be used as fallback for this card if insufficient balance. Fallback account is removed if not supplied.
      - `preferred_name_on_card` string — The user's preferred name as it will be on the card.
      - `second_line` string — The second line of text on the card
      - `cancellation_reason` string — The reason for card cancellation.
    - `amount_spent_monthly` Amount
      - `value` string — The amount formatted to two decimal places.
      - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
    - `number_of_company_employee_card_receipt_pending` integer — The number of transactions that still need a receipt.

## 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/revisions/369477c7bd26/schema)
