---
title: "GET /user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch"
method: GET
path: "/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch"
tags: ["request-inquiry-batch"]
---

# GET /user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch

`GET /user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch`

Return all the request batches for a monetary account.

## Path parameters

- `userID` integer, required
- `monetary-accountID` 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`

Create a batch of requests for payment, or show the request batches of a monetary account.

- RequestInquiryBatchListing[]
  - `request_inquiries` RequestInquiry[] — The list of requests that were made.
    - `amount_inquired` 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.
    - `counterparty_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.
            - `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.
    - `description` string — The description of the inquiry.
    - `attachment` BunqId[] — The attachments attached to the payment.
      - `id` integer — An integer ID of an object. Unique per object type.
    - `merchant_reference` string — The client's custom reference that was attached to the request and the mutation.
    - `status` string — The status of the request.
    - `minimum_age` integer — The minimum age the user accepting the RequestInquiry must have.
    - `require_address` string — Whether or not an address must be provided on accept.
    - `want_tip` boolean — [DEPRECATED] Whether or not the accepting user can give an extra tip on top of the requested Amount. Defaults to false.
    - `allow_amount_lower` boolean — [DEPRECATED] Whether or not the accepting user can choose to accept with a lower amount than requested. Defaults to false.
    - `allow_amount_higher` boolean — [DEPRECATED] Whether or not the accepting user can choose to accept with a higher amount than requested. Defaults to false.
    - `allow_bunqme` boolean, required — Whether or not sending a bunq.me request is allowed.
    - `redirect_url` string — The URL which the user is sent to after accepting or rejecting the Request.
    - `event_id` integer — The ID of the associated event if the request was made using 'split the bill'.
    - `id` integer — The id of the created RequestInquiry.
    - `created` string — The timestamp of the payment request's creation.
    - `updated` string — The timestamp of the payment request's last update.
    - `time_responded` string — The timestamp of when the payment request was responded to.
    - `time_expiry` string — The timestamp of when the payment request expired.
    - `monetary_account_id` integer — The id of the monetary account the request response applies to.
    - `amount_responded` 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.
    - `user_alias_created` 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.
    - `user_alias_revoked` 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.
    - `batch_id` integer — The id of the batch if the request was part of a batch.
    - `scheduled_id` integer — The id of the scheduled job if the request was scheduled.
    - `bunqme_share_url` string — The url that points to the bunq.me request.
    - `address_shipping` 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_billing` 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.
    - `geolocation` Geolocation
      - `latitude` integer — The latitude for a geolocation restriction.
      - `longitude` integer — The longitude for a geolocation restriction.
      - `altitude` integer — The altitude for a geolocation restriction.
      - `radius` integer — The radius for a geolocation restriction.
    - `reference_split_the_bill` RequestReferenceSplitTheBillAnchorObject
      - `BillingInvoice` Invoice
        - `status` string — The invoice status.
        - `description` string, required — The description provided by the admin.
        - `external_url` string, required — The external url provided by the admin.
        - `id` integer — The id of the invoice object.
        - `created` string — The timestamp of the invoice object's creation.
        - `updated` string — The timestamp of the invoice object's last update.
        - `invoice_date` string — The invoice date.
        - `invoice_number` string — The invoice number.
        - `category` string — The category to display to the user.
        - `group` InvoiceItemGroup[] — The invoice item groups.
          - `type` string — The type of the invoice item group.
          - `type_description` string — The description of the type of the invoice item group.
          - `type_description_translated` string — The translated description of the type of the invoice item group.
          - `instance_description` string — The identifier of the invoice item group.
          - `product_vat_exclusive` 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.
          - `product_vat_inclusive` 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.
          - `item` InvoiceItem[] — The invoice items in the group.
            - `id` integer — The id of the invoice item.
            - `billing_date` string — The billing date of the item.
            - `type_description` string — The price description.
            - `type_description_translated` string — The translated price description.
            - `unit_vat_exclusive` Amount
              - …
            - `unit_vat_inclusive` Amount
              - …
            - `vat` integer — The VAT tax fraction.
            - `quantity` integer — The number of items priced.
            - `total_vat_exclusive` Amount
              - …
            - `total_vat_inclusive` Amount
              - …
        - `total_vat_inclusive` 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.
        - `total_vat_exclusive` 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.
        - `total_vat` 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` 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.
        - `address` 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.
        - `counterparty_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.
        - `counterparty_address` 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.
        - `chamber_of_commerce_number` string — The company's chamber of commerce number.
        - `vat_number` string — The company's chamber of commerce number.
        - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
          - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
          - `id` integer — The id of the request inquiry (batch).
      - `DraftPayment` DraftPayment
        - `status` string — The status of the DraftPayment.
        - `entries` DraftPaymentEntry[], required — The list of entries in the DraftPayment. Each entry will result in a payment when the DraftPayment is accepted.
          - `amount` 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.
          - `counterparty_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.
          - `description` string — The description for the DraftPayment. Maximum 140 characters for DraftPayments to external IBANs, 9000 characters for DraftPayments to only other bunq MonetaryAccounts.
          - `merchant_reference` string — Optional data to be included with the Payment specific to the merchant.
          - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the DraftPayment.
            - `id` integer — The id of the attached Attachment.
            - `monetary_account_id` integer — The id of the MonetaryAccount this Attachment is attached from.
          - `id` integer — The id of the draft payment entry.
          - `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.
          - `type` string — The type of the draft payment entry.
        - `previous_updated_timestamp` string — The last updated_timestamp that you received for this DraftPayment. This needs to be provided to prevent race conditions.
        - `number_of_required_accepts` integer, required — The number of accepts that are required for the draft payment to receive status ACCEPTED. Currently only 1 is valid.
        - `schedule` Schedule
          - `time_start` string — The schedule start time (UTC).
          - `time_end` string — The schedule end time (UTC).
          - `recurrence_unit` string — The schedule recurrence unit, options: ONCE, HOURLY, DAILY, WEEKLY, MONTHLY, YEARLY
          - `recurrence_size` integer — The schedule recurrence size. For example size 4 and unit WEEKLY means the recurrence is every 4 weeks.
          - `status` string — The schedule status, options: ACTIVE, FINISHED, CANCELLED.
          - `object` ScheduleAnchorObject
            - `Payment` Payment
              - …
            - `PaymentBatch` PaymentBatch
              - …
      - `MasterCardAction` MasterCardAction
        - `id` integer — The id of the MastercardAction.
        - `monetary_account_id` integer — The id of the monetary account this action links to.
        - `card_id` integer — The id of the card this action links to.
        - `amount_local` 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_converted` 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_billing` 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_original_local` 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_original_billing` 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` 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_authorisation_id_response` string — The response code by which authorised transaction can be identified as authorised by bunq.
        - `decision` string — Why the transaction was denied, if it was denied, or just ALLOWED.
        - `payment_status` string — The payment status of the transaction. For example PAYMENT_SUCCESSFUL, for a successful payment.
        - `decision_description` string — Empty if allowed, otherwise a textual explanation of why it was denied.
        - `decision_description_translated` string — Empty if allowed, otherwise a textual explanation of why it was denied in user's language.
        - `decision_together_url` string — Empty if allowed or if no relevant Together topic exists, otherwise contains the URL for a Together topic with more information about the decision.
        - `description` string — The description for this transaction to display.
        - `authorisation_status` string — The status in the authorisation process.
        - `authorisation_type` string — The type of transaction that was delivered using the card.
        - `pan_entry_mode_user` string — The type of entry mode the user used. Can be 'ATM', 'ICC', 'MAGNETIC_STRIPE' or 'E_COMMERCE'.
        - `settlement_status` string — The setlement status in the authorisation process.
        - `clearing_status` string — The clearing status of the authorisation. Can be 'PENDING', 'FIRST_PRESENTMENT_COMPLETE' or 'REFUND_LENIENCY'.
        - `maturity_date` string — The maturity date.
        - `city` string — The city where the message originates from as announced by the terminal.
        - `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.
        - `counterparty_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.
        - `label_card` LabelCard
          - `uuid` string — The public UUID.
          - `type` string — The type of the card.
          - `second_line` string — The second line on the card.
          - `expiry_date` string — The date this card will expire.
          - `status` string — The status of the card.
          - `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.
        - `merchant_id` string — The identification string of the merchant.
        - `token_status` string — If this is a tokenisation action, this shows the status of the token.
        - `reservation_expiry_time` string — If this is a reservation, the moment the reservation will expire.
        - `clearing_expiry_time` string — The time when the processing of the clearing is expired, refunding the authorisation.
        - `applied_limit` string — The type of the limit applied to validate if this MasterCardAction was within the spending limits. The returned string matches the limit types as defined in the card endpoint.
        - `secure_code_id` integer — The secure code id for this mastercard action or null.
        - `wallet_provider_id` string — The ID of the wallet provider as defined by MasterCard. 420 = bunq Android app with Tap&Pay; 103 = Apple Pay.
        - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
          - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
          - `id` integer — The id of the request inquiry (batch).
        - `card_tokenization_event` Event
          - `id` integer — The id of the event.
          - `created` string — The timestamp of the event's creation.
          - `updated` string — The timestamp of the event's last update.
          - `action` string — The performed action. Can be: CREATE or UPDATE.
          - `user_id` string — The id of the user the event applied to (if it was a user event).
          - `monetary_account_id` string — The id of the monetary account the event applied to (if it was a monetary account event).
          - `object` EventObject
            - `BunqMeTab` BunqMeTab
              - …
            - `BunqMeTabResultResponse` BunqMeTabResultResponse
              - …
            - `BunqMeFundraiserResult` BunqMeFundraiserResult
              - …
            - `Card` Card
              - …
            - `CardDebit` CardDebit
              - …
            - `DraftPayment` DraftPayment
              - …
            - `FeatureAnnouncement` FeatureAnnouncement
              - …
            - `IdealMerchantTransaction` IdealMerchantTransaction
              - …
            - `Invoice` Invoice
              - …
            - `ScheduledPayment` SchedulePayment
              - …
            - `ScheduledPaymentBatch` SchedulePaymentBatch
              - …
            - `ScheduledInstance` ScheduleInstance
              - …
            - `MasterCardAction` MasterCardAction — recursive
            - `BankSwitchServiceNetherlandsIncomingPayment` BankSwitchServiceNetherlandsIncomingPayment
              - …
            - `Payment` Payment
              - …
            - `PaymentBatch` PaymentBatch
              - …
            - `RequestInquiryBatch` RequestInquiryBatch
              - …
            - `RequestInquiry` RequestInquiry — recursive
            - `RequestResponse` RequestResponse
              - …
            - `ShareInviteBankInquiry` ShareInviteMonetaryAccountInquiry
              - …
            - `ShareInviteBankResponse` ShareInviteMonetaryAccountResponse
              - …
            - `SofortMerchantTransaction` SofortMerchantTransaction
              - …
            - `TransferwisePayment` TransferwiseTransfer
              - …
          - `status` string — The event status. Can be: FINALIZED or AWAITING_REPLY. An example of FINALIZED event is a payment received event, while an AWAITING_REPLY event is a request received event.
          - `object_data_at_event` EventObject
            - `BunqMeTab` BunqMeTab
              - …
            - `BunqMeTabResultResponse` BunqMeTabResultResponse
              - …
            - `BunqMeFundraiserResult` BunqMeFundraiserResult
              - …
            - `Card` Card
              - …
            - `CardDebit` CardDebit
              - …
            - `DraftPayment` DraftPayment
              - …
            - `FeatureAnnouncement` FeatureAnnouncement
              - …
            - `IdealMerchantTransaction` IdealMerchantTransaction
              - …
            - `Invoice` Invoice
              - …
            - `ScheduledPayment` SchedulePayment
              - …
            - `ScheduledPaymentBatch` SchedulePaymentBatch
              - …
            - `ScheduledInstance` ScheduleInstance
              - …
            - `MasterCardAction` MasterCardAction — recursive
            - `BankSwitchServiceNetherlandsIncomingPayment` BankSwitchServiceNetherlandsIncomingPayment
              - …
            - `Payment` Payment
              - …
            - `PaymentBatch` PaymentBatch
              - …
            - `RequestInquiryBatch` RequestInquiryBatch
              - …
            - `RequestInquiry` RequestInquiry — recursive
            - `RequestResponse` RequestResponse
              - …
            - `ShareInviteBankInquiry` ShareInviteMonetaryAccountInquiry
              - …
            - `ShareInviteBankResponse` ShareInviteMonetaryAccountResponse
              - …
            - `SofortMerchantTransaction` SofortMerchantTransaction
              - …
            - `TransferwisePayment` TransferwiseTransfer
              - …
          - `is_event_latest_for_object` boolean — Indicator whether this is the latest event for the object.
          - `is_event_reassignable` boolean — Indicator whether this is event can be reassigned to another Monetary Account.
        - `all_mastercard_action_refund` MasterCardActionRefund[] — A reference to the Refunds if they exist.
          - `type` string — Type of this refund. Can de REFUND or CHARGEBACK
          - `sub_type` string — The sub type of this refund indicating whether the chargeback will be FULL or PARTIAL.
          - `amount` 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.
          - `category` string — The category of the refund, required for chargeback.
          - `reason` string — The reason of the refund. Can be REFUND_EXPIRED_TRANSACTION, REFUND_REQUESTED, REFUND_MERCHANT, REFUND_CHARGEBACK.
          - `comment` string — Comment about the refund.
          - `attachment` AttachmentMasterCardActionRefund[] — The Attachments to attach to the refund request.
            - `id` integer — The id of the attached Attachment.
          - `terms_and_conditions` string — Proof that the user acknowledged the terms and conditions for chargebacks.
          - `id` integer — The id of the refund.
          - `created` string — The timestamp of the refund's creation.
          - `updated` string — The timestamp of the refund's last update.
          - `label_user_creator` LabelUser
            - `uuid` string — The public UUID of the label-user.
            - `display_name` string — The name to be displayed for this user, as it was given on the request.
            - `country` string — The country of the user. 000 stands for "unknown"
            - `avatar` Avatar
              - …
            - `public_nick_name` string — The current nickname of the user.
          - `status` string — The status of the refunded mastercard action. Can be AUTO_APPROVED, AUTO_APPROVED_WAITING_FOR_EXPIRY, PENDING_APPROVAL, APPROVED, REFUNDED, DENIED or FAILED
          - `reference_mastercard_action_event` MasterCardActionReference[] — The reference to the object this refund applies to.
            - `event_id` integer — The id of the event.
          - `mastercard_action_id` integer — The id of mastercard action being refunded.
          - `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.
          - `counterparty_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.
          - `description` string — The description for this transaction to display.
          - `label_card` LabelCard
            - `uuid` string — The public UUID.
            - `type` string — The type of the card.
            - `second_line` string — The second line on the card.
            - `expiry_date` string — The date this card will expire.
            - `status` string — The status of the card.
            - `label_user` LabelUser
              - …
          - `time_refund` string — The time the refund will take place.
          - `additional_information` AdditionalInformation
            - `category` string — The category of the refund, required for chargeback.
            - `reason` string — The reason to refund, required for chargeback.
            - `comment` string — Comment about the refund.
            - `attachment` AttachmentMasterCardActionRefund[] — The Attachments to attach to the refund request.
              - …
            - `terms_and_conditions` string — Proof that the user acknowledged the terms and conditions for chargebacks.
          - `status_description` string — Description of the refund's current status.
          - `status_description_translated` string — Description of the refund's current status, translated in user's language.
          - `status_together_url` string — Together topic concerning the refund's current status.
        - `pos_card_presence` string — The Card Presence type of the POS.
        - `pos_card_holder_presence` string — The Card Holder Presence type of the POS.
        - `eligible_whitelist_id` integer — The whitelist id for this action or null.
        - `cashback_payout_item` CashbackPayoutItem
          - `status` string — The status of the cashback payout item.
          - `amount` 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.
          - `rate_applied` string — The cashback rate.
          - `transaction_category` AdditionalTransactionInformationCategory
            - `category` string — The category.
            - `type` string — Who created this category.
            - `status` string — Whether this category is active. Only relevant for user-defined categories.
            - `order` integer — The sort order of the category.
            - `description` string — The description of the category.
            - `description_translated` string — The translation of the description of the category.
            - `color` string — The color of the category.
            - `icon` string — The icon of the category.
          - `user_partner_promotion` UserPartnerPromotionCashback
            - `promotion_code` string, required — The promotion code used in signup to indicate the partner that referred the user.
            - `status` string — The status of the user partner promotion.
            - `number_of_transaction_remaining` integer — The number of transactions that are still eligible for this promotion.
            - `partner_promotion` PartnerPromotionCashback
              - …
        - `point_mutation` PointMutation
          - `number_of_point` integer — The number of points earned.
        - `blacklist` UserBlocklistMasterCardMerchant
          - `merchant_name` string — The name of the merchant.
          - `merchant_id` string — The blocklisted merchant.
          - `merchant_identifier` string — Identifier of the merchant we are blocklisting.
          - `mastercard_merchant_id` string — The blocklisted merchant.
          - `external_merchant_id` string — Externally provided merchant identification.
          - `id` integer — The id of the blocklist.
          - `created` string — The timestamp of the object's creation.
          - `updated` string — The timestamp of the object's last update.
          - `status` string — The status of the the blocklist.
          - `merchant_hash` string — Hash of the merchant we are blocklisting.
          - `merchant_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.
        - `blocklist` UserBlocklistMasterCardMerchant
          - `merchant_name` string — The name of the merchant.
          - `merchant_id` string — The blocklisted merchant.
          - `merchant_identifier` string — Identifier of the merchant we are blocklisting.
          - `mastercard_merchant_id` string — The blocklisted merchant.
          - `external_merchant_id` string — Externally provided merchant identification.
          - `id` integer — The id of the blocklist.
          - `created` string — The timestamp of the object's creation.
          - `updated` string — The timestamp of the object's last update.
          - `status` string — The status of the the blocklist.
          - `merchant_hash` string — Hash of the merchant we are blocklisting.
          - `merchant_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.
        - `additional_authentication_status` string — The status of the additional authentication performed (3ds) by the user for this transaction.
        - `pin_status` string — Status checking the provided PIN.
        - `mastercard_action_report` MasterCardActionReport
          - `mastercard_action_id` integer — The id of mastercard action being reported.
          - `type` string — The id of mastercard action being reported.
          - `status` string — The id of mastercard action being reported.
          - `merchant_id` string — The reported merchant.
          - `merchant_name` string — The name of the merchant.
          - `counterparty_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.
        - `merchant_category_code` string — The MCC provided.
        - `company_employee_card_receipt` CompanyEmployeeCardReceipt
          - `status` string — The status of the receipt.
      - `Payment` Payment
        - `amount` 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.
        - `counterparty_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.
        - `description` string — The description for the Payment. Maximum 140 characters for Payments to external IBANs, 9000 characters for Payments to only other bunq MonetaryAccounts.
        - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the Payment.
          - `id` integer — The id of the attached Attachment.
          - `monetary_account_id` integer — The id of the MonetaryAccount this Attachment is attached from.
        - `merchant_reference` string — Optional data included with the Payment specific to the merchant.
        - `allow_bunqto` boolean — Whether or not sending a bunq.to payment is allowed.
        - `id` integer — The id of the created Payment.
        - `created` string — The timestamp when the Payment was done.
        - `updated` string — The timestamp when the Payment was last updated (will be updated when chat messages are received).
        - `monetary_account_id` integer — The id of the MonetaryAccount the Payment was made to or from (depending on whether this is an incoming or outgoing Payment).
        - `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.
        - `type` string — The type of Payment, can be BUNQ, EBA_SCT, EBA_SDD, IDEAL, SWIFT or FIS (card).
        - `sub_type` string — The sub-type of the Payment, can be PAYMENT, WITHDRAWAL, REVERSAL, REQUEST, BILLING, SCT, SDD or NLO.
        - `payment_arrival_expected` PaymentArrivalExpected
          - `status` string — Indicates when we expect the payment to arrive.
          - `time` string — The time when the payment is expected to arrive.
        - `bunqto_status` string — The status of the bunq.to payment.
        - `bunqto_sub_status` string — The sub status of the bunq.to payment.
        - `bunqto_share_url` string — The status of the bunq.to payment.
        - `bunqto_expiry` string — When bunq.to payment is about to expire.
        - `bunqto_time_responded` string — The timestamp of when the bunq.to payment was responded to.
        - `batch_id` integer — The id of the PaymentBatch if this Payment was part of one.
        - `scheduled_id` integer — The id of the JobScheduled if the Payment was scheduled.
        - `address_shipping` 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_billing` 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.
        - `geolocation` Geolocation
          - `latitude` integer — The latitude for a geolocation restriction.
          - `longitude` integer — The longitude for a geolocation restriction.
          - `altitude` integer — The altitude for a geolocation restriction.
          - `radius` integer — The radius for a geolocation restriction.
        - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
          - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
          - `id` integer — The id of the request inquiry (batch).
        - `balance_after_mutation` 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.
        - `payment_auto_allocate_instance` PaymentAutoAllocateInstance
          - `id` integer — The id of the PaymentAutoAllocateInstance.
          - `created` string — The timestamp when the PaymentAutoAllocateInstance was created.
          - `updated` string — The timestamp when the PaymentAutoAllocateInstance was last updated.
          - `payment_auto_allocate_id` integer — The ID of the payment auto allocate this instance belongs to.
          - `status` string — The status of the payment auto allocate instance. SUCCEEDED or FAILED.
          - `error_message` Error[] — The error message, if the payment auto allocating failed.
            - object[]
              - …
          - `payment_batch` PaymentBatch
            - `payments` PaymentBatchAnchoredPayment
              - …
          - `payment_id` integer — The ID of the payment that triggered the allocating of the payments.
          - `all_ginmon_transaction_order` GinmonTransaction[] — All Ginmon transaction orders executed with this instance.
            - `status` string — The status of the transaction.
            - `status_description` string — The status of the transaction.
            - `status_description_translated` string — The translated status of the transaction.
            - `amount_billing` Amount
              - …
            - `amount_billing_original` Amount
              - …
            - `isin` string — The ISIN of the security.
            - `external_identifier` string — External identifier of this order at Ginmon.
            - `label_user` LabelUser
              - …
            - `label_monetary_account` LabelMonetaryAccount
              - …
            - `counter_label_monetary_account` LabelMonetaryAccount
              - …
            - `event_id` integer — The id of the event of transaction.
        - `payment_suspended_outgoing` PaymentSuspendedOutgoing
          - `status` string — The status of the payment.
          - `monetary_account_id` string — The ID of the monetary account the payment was sent from.
          - `time_execution` string — The time this payment should be executed.
        - `payment_fee` PaymentFee
          - `value` string — The amount formatted to two decimal places.
          - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
          - `invoice_id` integer — The id of the invoice related to possible payment fee.
      - `PaymentBatch` PaymentBatch
        - `payments` PaymentBatchAnchoredPayment
          - `Payment` Payment[]
            - `amount` Amount
              - …
            - `counterparty_alias` LabelMonetaryAccount
              - …
            - `description` string — The description for the Payment. Maximum 140 characters for Payments to external IBANs, 9000 characters for Payments to only other bunq MonetaryAccounts.
            - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the Payment.
              - …
            - `merchant_reference` string — Optional data included with the Payment specific to the merchant.
            - `allow_bunqto` boolean — Whether or not sending a bunq.to payment is allowed.
            - `id` integer — The id of the created Payment.
            - `created` string — The timestamp when the Payment was done.
            - `updated` string — The timestamp when the Payment was last updated (will be updated when chat messages are received).
            - `monetary_account_id` integer — The id of the MonetaryAccount the Payment was made to or from (depending on whether this is an incoming or outgoing Payment).
            - `alias` LabelMonetaryAccount
              - …
            - `type` string — The type of Payment, can be BUNQ, EBA_SCT, EBA_SDD, IDEAL, SWIFT or FIS (card).
            - `sub_type` string — The sub-type of the Payment, can be PAYMENT, WITHDRAWAL, REVERSAL, REQUEST, BILLING, SCT, SDD or NLO.
            - `payment_arrival_expected` PaymentArrivalExpected
              - …
            - `bunqto_status` string — The status of the bunq.to payment.
            - `bunqto_sub_status` string — The sub status of the bunq.to payment.
            - `bunqto_share_url` string — The status of the bunq.to payment.
            - `bunqto_expiry` string — When bunq.to payment is about to expire.
            - `bunqto_time_responded` string — The timestamp of when the bunq.to payment was responded to.
            - `batch_id` integer — The id of the PaymentBatch if this Payment was part of one.
            - `scheduled_id` integer — The id of the JobScheduled if the Payment was scheduled.
            - `address_shipping` Address
              - …
            - `address_billing` Address
              - …
            - `geolocation` Geolocation
              - …
            - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
              - …
            - `balance_after_mutation` Amount
              - …
            - `payment_auto_allocate_instance` PaymentAutoAllocateInstance
              - …
            - `payment_suspended_outgoing` PaymentSuspendedOutgoing
              - …
            - `payment_fee` PaymentFee
              - …
      - `RequestResponse` RequestResponse
        - `amount_responded` 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 RequestResponse. Can be ACCEPTED, PENDING, REJECTED, REFUND_REQUESTED, REFUNDED or REVOKED.
        - `address_shipping` 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_billing` 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.
        - `currency_conversion_quote_id` integer — When the request is accepted on a monetary account with a different currency, a quote is expected to convert.
        - `id` integer — The id of the Request Response.
        - `created` string — The timestamp when the Request Response was created.
        - `updated` string — The timestamp when the Request Response was last updated (will be updated when chat messages are received).
        - `time_responded` string — The timestamp of when the RequestResponse was responded to.
        - `time_expiry` string — The timestamp of when the RequestResponse expired or will expire.
        - `time_refund_requested` string — The timestamp of when a refund request for the RequestResponse was claimed.
        - `time_refunded` string — The timestamp of when the RequestResponse was refunded.
        - `user_refund_requested` 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.
        - `monetary_account_id` integer — The id of the MonetaryAccount the RequestResponse was received on.
        - `amount_inquired` 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.
        - `description` string — The description for the RequestResponse provided by the requesting party. Maximum 9000 characters.
        - `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.
        - `counterparty_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.
        - `attachment` Attachment[] — The Attachments attached to the RequestResponse.
          - `description` string — The description of the attachment.
          - `content_type` string — The content type of the attachment's file.
          - `urls` AttachmentUrl[] — The URLs where the file can be downloaded.
            - `type` string — The file type of attachment.
            - `url` string — The URL where the attachment can be downloaded.
        - `minimum_age` integer — The minimum age the user accepting the RequestResponse must have.
        - `require_address` string — Whether or not an address must be provided on accept.
        - `geolocation` Geolocation
          - `latitude` integer — The latitude for a geolocation restriction.
          - `longitude` integer — The longitude for a geolocation restriction.
          - `altitude` integer — The altitude for a geolocation restriction.
          - `radius` integer — The radius for a geolocation restriction.
        - `type` string — The type of the RequestInquiry. Can be DIRECT_DEBIT, DIRECT_DEBIT_B2B, IDEAL, SOFORT or INTERNAL.
        - `sub_type` string — The subtype of the RequestInquiry. Can be ONCE or RECURRING for DIRECT_DEBIT RequestInquiries and NONE for all other.
        - `redirect_url` string — The URL which the user is sent to after accepting or rejecting the Request.
        - `credit_scheme_identifier` string — The credit scheme id provided by the counterparty for DIRECT_DEBIT inquiries.
        - `mandate_identifier` string — The mandate id provided by the counterparty for DIRECT_DEBIT inquiries.
        - `registration_action` string — Recommended registration action after IdealIssuerTransaction from iDEAL issuer transaction.
        - `eligible_whitelist_id` integer — The whitelist id for this action or null.
        - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
          - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
          - `id` integer — The id of the request inquiry (batch).
        - `event_id` integer — The ID of the latest event for the request.
        - `monetary_account_preferred_id` integer — The ID of the monetary account this user prefers to pay the request from.
      - `ScheduleInstance` ScheduleInstance
        - `state` string — The state of the scheduleInstance. (FINISHED_SUCCESSFULLY, RETRY, FAILED_USER_ERROR)
        - `time_start` string — The schedule start time (UTC).
        - `time_end` string — The schedule end time (UTC).
        - `error_message` Error[] — The message when the scheduled instance has run and failed due to user error.
          - object[]
            - `error_description` string — The error description in English.
            - `error_description_translated` string — The error description translated to the user's language.
        - `scheduled_object` ScheduleAnchorObject
          - `Payment` Payment
            - `amount` Amount
              - …
            - `counterparty_alias` LabelMonetaryAccount
              - …
            - `description` string — The description for the Payment. Maximum 140 characters for Payments to external IBANs, 9000 characters for Payments to only other bunq MonetaryAccounts.
            - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the Payment.
              - …
            - `merchant_reference` string — Optional data included with the Payment specific to the merchant.
            - `allow_bunqto` boolean — Whether or not sending a bunq.to payment is allowed.
            - `id` integer — The id of the created Payment.
            - `created` string — The timestamp when the Payment was done.
            - `updated` string — The timestamp when the Payment was last updated (will be updated when chat messages are received).
            - `monetary_account_id` integer — The id of the MonetaryAccount the Payment was made to or from (depending on whether this is an incoming or outgoing Payment).
            - `alias` LabelMonetaryAccount
              - …
            - `type` string — The type of Payment, can be BUNQ, EBA_SCT, EBA_SDD, IDEAL, SWIFT or FIS (card).
            - `sub_type` string — The sub-type of the Payment, can be PAYMENT, WITHDRAWAL, REVERSAL, REQUEST, BILLING, SCT, SDD or NLO.
            - `payment_arrival_expected` PaymentArrivalExpected
              - …
            - `bunqto_status` string — The status of the bunq.to payment.
            - `bunqto_sub_status` string — The sub status of the bunq.to payment.
            - `bunqto_share_url` string — The status of the bunq.to payment.
            - `bunqto_expiry` string — When bunq.to payment is about to expire.
            - `bunqto_time_responded` string — The timestamp of when the bunq.to payment was responded to.
            - `batch_id` integer — The id of the PaymentBatch if this Payment was part of one.
            - `scheduled_id` integer — The id of the JobScheduled if the Payment was scheduled.
            - `address_shipping` Address
              - …
            - `address_billing` Address
              - …
            - `geolocation` Geolocation
              - …
            - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
              - …
            - `balance_after_mutation` Amount
              - …
            - `payment_auto_allocate_instance` PaymentAutoAllocateInstance
              - …
            - `payment_suspended_outgoing` PaymentSuspendedOutgoing
              - …
            - `payment_fee` PaymentFee
              - …
          - `PaymentBatch` PaymentBatch
            - `payments` PaymentBatchAnchoredPayment
              - …
        - `result_object` ScheduleInstanceAnchorObject
          - `Payment` Payment
            - `amount` Amount
              - …
            - `counterparty_alias` LabelMonetaryAccount
              - …
            - `description` string — The description for the Payment. Maximum 140 characters for Payments to external IBANs, 9000 characters for Payments to only other bunq MonetaryAccounts.
            - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the Payment.
              - …
            - `merchant_reference` string — Optional data included with the Payment specific to the merchant.
            - `allow_bunqto` boolean — Whether or not sending a bunq.to payment is allowed.
            - `id` integer — The id of the created Payment.
            - `created` string — The timestamp when the Payment was done.
            - `updated` string — The timestamp when the Payment was last updated (will be updated when chat messages are received).
            - `monetary_account_id` integer — The id of the MonetaryAccount the Payment was made to or from (depending on whether this is an incoming or outgoing Payment).
            - `alias` LabelMonetaryAccount
              - …
            - `type` string — The type of Payment, can be BUNQ, EBA_SCT, EBA_SDD, IDEAL, SWIFT or FIS (card).
            - `sub_type` string — The sub-type of the Payment, can be PAYMENT, WITHDRAWAL, REVERSAL, REQUEST, BILLING, SCT, SDD or NLO.
            - `payment_arrival_expected` PaymentArrivalExpected
              - …
            - `bunqto_status` string — The status of the bunq.to payment.
            - `bunqto_sub_status` string — The sub status of the bunq.to payment.
            - `bunqto_share_url` string — The status of the bunq.to payment.
            - `bunqto_expiry` string — When bunq.to payment is about to expire.
            - `bunqto_time_responded` string — The timestamp of when the bunq.to payment was responded to.
            - `batch_id` integer — The id of the PaymentBatch if this Payment was part of one.
            - `scheduled_id` integer — The id of the JobScheduled if the Payment was scheduled.
            - `address_shipping` Address
              - …
            - `address_billing` Address
              - …
            - `geolocation` Geolocation
              - …
            - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
              - …
            - `balance_after_mutation` Amount
              - …
            - `payment_auto_allocate_instance` PaymentAutoAllocateInstance
              - …
            - `payment_suspended_outgoing` PaymentSuspendedOutgoing
              - …
            - `payment_fee` PaymentFee
              - …
          - `PaymentBatch` PaymentBatch
            - `payments` PaymentBatchAnchoredPayment
              - …
        - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
          - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
          - `id` integer — The id of the request inquiry (batch).
      - `WhitelistResult` WhitelistResult
        - `id` integer — The ID of the whitelist entry.
        - `monetary_account_paying_id` integer — The account from which payments will be deducted when a transaction is matched with this whitelist.
        - `status` string — The status of the WhitelistResult.
        - `sub_status` string — The subStatus of the WhitelistResult.
        - `error_message` Error[] — The message when the whitelist result has failed due to user error.
          - object[]
            - `error_description` string — The error description in English.
            - `error_description_translated` string — The error description translated to the user's language.
        - `whitelist` Whitelist
        - `object` WhitelistResultViewAnchoredObject
          - `id` integer — The ID of the whitelist entry.
          - `requestResponse` RequestResponse
            - `amount_responded` Amount
              - …
            - `status` string — The status of the RequestResponse. Can be ACCEPTED, PENDING, REJECTED, REFUND_REQUESTED, REFUNDED or REVOKED.
            - `address_shipping` Address
              - …
            - `address_billing` Address
              - …
            - `currency_conversion_quote_id` integer — When the request is accepted on a monetary account with a different currency, a quote is expected to convert.
            - `id` integer — The id of the Request Response.
            - `created` string — The timestamp when the Request Response was created.
            - `updated` string — The timestamp when the Request Response was last updated (will be updated when chat messages are received).
            - `time_responded` string — The timestamp of when the RequestResponse was responded to.
            - `time_expiry` string — The timestamp of when the RequestResponse expired or will expire.
            - `time_refund_requested` string — The timestamp of when a refund request for the RequestResponse was claimed.
            - `time_refunded` string — The timestamp of when the RequestResponse was refunded.
            - `user_refund_requested` LabelUser
              - …
            - `monetary_account_id` integer — The id of the MonetaryAccount the RequestResponse was received on.
            - `amount_inquired` Amount
              - …
            - `description` string — The description for the RequestResponse provided by the requesting party. Maximum 9000 characters.
            - `alias` LabelMonetaryAccount
              - …
            - `counterparty_alias` LabelMonetaryAccount
              - …
            - `attachment` Attachment[] — The Attachments attached to the RequestResponse.
              - …
            - `minimum_age` integer — The minimum age the user accepting the RequestResponse must have.
            - `require_address` string — Whether or not an address must be provided on accept.
            - `geolocation` Geolocation
              - …
            - `type` string — The type of the RequestInquiry. Can be DIRECT_DEBIT, DIRECT_DEBIT_B2B, IDEAL, SOFORT or INTERNAL.
            - `sub_type` string — The subtype of the RequestInquiry. Can be ONCE or RECURRING for DIRECT_DEBIT RequestInquiries and NONE for all other.
            - `redirect_url` string — The URL which the user is sent to after accepting or rejecting the Request.
            - `credit_scheme_identifier` string — The credit scheme id provided by the counterparty for DIRECT_DEBIT inquiries.
            - `mandate_identifier` string — The mandate id provided by the counterparty for DIRECT_DEBIT inquiries.
            - `registration_action` string — Recommended registration action after IdealIssuerTransaction from iDEAL issuer transaction.
            - `eligible_whitelist_id` integer — The whitelist id for this action or null.
            - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
              - …
            - `event_id` integer — The ID of the latest event for the request.
            - `monetary_account_preferred_id` integer — The ID of the monetary account this user prefers to pay the request from.
          - `draftPayment` DraftPayment
            - `status` string — The status of the DraftPayment.
            - `entries` DraftPaymentEntry[], required — The list of entries in the DraftPayment. Each entry will result in a payment when the DraftPayment is accepted.
              - …
            - `previous_updated_timestamp` string — The last updated_timestamp that you received for this DraftPayment. This needs to be provided to prevent race conditions.
            - `number_of_required_accepts` integer, required — The number of accepts that are required for the draft payment to receive status ACCEPTED. Currently only 1 is valid.
            - `schedule` Schedule
              - …
        - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
          - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
          - `id` integer — The id of the request inquiry (batch).
      - `TransferwisePayment` TransferwiseTransfer
        - `monetary_account_id` string, required — The id of the monetary account the payment should be made from.
        - `recipient_id` string, required — The id of the target 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.
        - `counterparty_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.
        - `status` string — The status.
        - `sub_status` string — The subStatus.
        - `status_transferwise` string — The status as Transferwise reports it.
        - `status_transferwise_issue` string — A status to indicatie if Transferwise has an issue with this payment and requires more information.
        - `amount_source` 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_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.
        - `rate` string — The rate of the payment.
        - `reference` string — The reference of the payment.
        - `pay_in_reference` string — The Pay-In reference of the payment.
        - `time_delivery_estimate` string — The estimated delivery time.
        - `quote` TransferwiseQuote
          - `currency_source` string, required — The source currency.
          - `currency_target` string, required — The target currency.
          - `amount_source` 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_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.
          - `id` integer — The id of the quote.
          - `created` string — The timestamp of the quote's creation.
          - `updated` string — The timestamp of the quote's last update.
          - `time_expiry` string — The expiration timestamp of the quote.
          - `quote_id` string — The quote id Transferwise needs.
          - `amount_fee` 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.
          - `rate` string — The rate.
          - `time_delivery_estimate` string — The estimated delivery time.
      - `CurrencyConversion` CurrencyConversion
        - `id` integer — The id of the conversion.
        - `created` string — The timestamp of the conversion's creation.
        - `updated` string — The timestamp of the conversion's last update.
        - `status` string — The status of the conversion.
        - `date_delivery_expected` string — The expected delivery date of the conversion.
        - `rate` string — The rate of the conversion.
        - `amount` 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.
        - `counter_amount` 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.
        - `group_uuid` string — The group uuid of the conversion.
        - `type` string — The type of this conversion.
        - `order_type` string — The order type, buying or selling.
        - `label_monetary_account` 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.
        - `counter_label_monetary_account` 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.
        - `payment` Payment
          - `amount` 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.
          - `counterparty_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.
          - `description` string — The description for the Payment. Maximum 140 characters for Payments to external IBANs, 9000 characters for Payments to only other bunq MonetaryAccounts.
          - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the Payment.
            - `id` integer — The id of the attached Attachment.
            - `monetary_account_id` integer — The id of the MonetaryAccount this Attachment is attached from.
          - `merchant_reference` string — Optional data included with the Payment specific to the merchant.
          - `allow_bunqto` boolean — Whether or not sending a bunq.to payment is allowed.
          - `id` integer — The id of the created Payment.
          - `created` string — The timestamp when the Payment was done.
          - `updated` string — The timestamp when the Payment was last updated (will be updated when chat messages are received).
          - `monetary_account_id` integer — The id of the MonetaryAccount the Payment was made to or from (depending on whether this is an incoming or outgoing Payment).
          - `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.
          - `type` string — The type of Payment, can be BUNQ, EBA_SCT, EBA_SDD, IDEAL, SWIFT or FIS (card).
          - `sub_type` string — The sub-type of the Payment, can be PAYMENT, WITHDRAWAL, REVERSAL, REQUEST, BILLING, SCT, SDD or NLO.
          - `payment_arrival_expected` PaymentArrivalExpected
            - `status` string — Indicates when we expect the payment to arrive.
            - `time` string — The time when the payment is expected to arrive.
          - `bunqto_status` string — The status of the bunq.to payment.
          - `bunqto_sub_status` string — The sub status of the bunq.to payment.
          - `bunqto_share_url` string — The status of the bunq.to payment.
          - `bunqto_expiry` string — When bunq.to payment is about to expire.
          - `bunqto_time_responded` string — The timestamp of when the bunq.to payment was responded to.
          - `batch_id` integer — The id of the PaymentBatch if this Payment was part of one.
          - `scheduled_id` integer — The id of the JobScheduled if the Payment was scheduled.
          - `address_shipping` 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_billing` 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.
          - `geolocation` Geolocation
            - `latitude` integer — The latitude for a geolocation restriction.
            - `longitude` integer — The longitude for a geolocation restriction.
            - `altitude` integer — The altitude for a geolocation restriction.
            - `radius` integer — The radius for a geolocation restriction.
          - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
            - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
            - `id` integer — The id of the request inquiry (batch).
          - `balance_after_mutation` 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.
          - `payment_auto_allocate_instance` PaymentAutoAllocateInstance
            - `id` integer — The id of the PaymentAutoAllocateInstance.
            - `created` string — The timestamp when the PaymentAutoAllocateInstance was created.
            - `updated` string — The timestamp when the PaymentAutoAllocateInstance was last updated.
            - `payment_auto_allocate_id` integer — The ID of the payment auto allocate this instance belongs to.
            - `status` string — The status of the payment auto allocate instance. SUCCEEDED or FAILED.
            - `error_message` Error[] — The error message, if the payment auto allocating failed.
              - …
            - `payment_batch` PaymentBatch
              - …
            - `payment_id` integer — The ID of the payment that triggered the allocating of the payments.
            - `all_ginmon_transaction_order` GinmonTransaction[] — All Ginmon transaction orders executed with this instance.
              - …
          - `payment_suspended_outgoing` PaymentSuspendedOutgoing
            - `status` string — The status of the payment.
            - `monetary_account_id` string — The ID of the monetary account the payment was sent from.
            - `time_execution` string — The time this payment should be executed.
          - `payment_fee` PaymentFee
            - `value` string — The amount formatted to two decimal places.
            - `currency` string — The currency of the amount. It is an ISO 4217 formatted currency code.
            - `invoice_id` integer — The id of the invoice related to possible payment fee.
  - `total_amount_inquired` 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.
  - `reference_split_the_bill` RequestReferenceSplitTheBillAnchorObject
    - `BillingInvoice` Invoice
      - `status` string — The invoice status.
      - `description` string, required — The description provided by the admin.
      - `external_url` string, required — The external url provided by the admin.
      - `id` integer — The id of the invoice object.
      - `created` string — The timestamp of the invoice object's creation.
      - `updated` string — The timestamp of the invoice object's last update.
      - `invoice_date` string — The invoice date.
      - `invoice_number` string — The invoice number.
      - `category` string — The category to display to the user.
      - `group` InvoiceItemGroup[] — The invoice item groups.
        - `type` string — The type of the invoice item group.
        - `type_description` string — The description of the type of the invoice item group.
        - `type_description_translated` string — The translated description of the type of the invoice item group.
        - `instance_description` string — The identifier of the invoice item group.
        - `product_vat_exclusive` 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.
        - `product_vat_inclusive` 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.
        - `item` InvoiceItem[] — The invoice items in the group.
          - `id` integer — The id of the invoice item.
          - `billing_date` string — The billing date of the item.
          - `type_description` string — The price description.
          - `type_description_translated` string — The translated price description.
          - `unit_vat_exclusive` 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.
          - `unit_vat_inclusive` 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.
          - `vat` integer — The VAT tax fraction.
          - `quantity` integer — The number of items priced.
          - `total_vat_exclusive` 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.
          - `total_vat_inclusive` 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.
      - `total_vat_inclusive` 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.
      - `total_vat_exclusive` 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.
      - `total_vat` 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` 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.
      - `address` 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.
      - `counterparty_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.
      - `counterparty_address` 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.
      - `chamber_of_commerce_number` string — The company's chamber of commerce number.
      - `vat_number` string — The company's chamber of commerce number.
      - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
        - `type` string — The type of request inquiry. Can be RequestInquiry or RequestInquiryBatch.
        - `id` integer — The id of the request inquiry (batch).
    - `DraftPayment` DraftPayment
      - `status` string — The status of the DraftPayment.
      - `entries` DraftPaymentEntry[], required — The list of entries in the DraftPayment. Each entry will result in a payment when the DraftPayment is accepted.
        - `amount` 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.
        - `counterparty_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.
        - `description` string — The description for the DraftPayment. Maximum 140 characters for DraftPayments to external IBANs, 9000 characters for DraftPayments to only other bunq MonetaryAccounts.
        - `merchant_reference` string — Optional data to be included with the Payment specific to the merchant.
        - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the DraftPayment.
          - `id` integer — The id of the attached Attachment.
          - `monetary_account_id` integer — The id of the MonetaryAccount this Attachment is attached from.
        - `id` integer — The id of the draft payment entry.
        - `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.
        - `type` string — The type of the draft payment entry.
      - `previous_updated_timestamp` string — The last updated_timestamp that you received for this DraftPayment. This needs to be provided to prevent race conditions.
      - `number_of_required_accepts` integer, required — The number of accepts that are required for the draft payment to receive status ACCEPTED. Currently only 1 is valid.
      - `schedule` Schedule
        - `time_start` string — The schedule start time (UTC).
        - `time_end` string — The schedule end time (UTC).
        - `recurrence_unit` string — The schedule recurrence unit, options: ONCE, HOURLY, DAILY, WEEKLY, MONTHLY, YEARLY
        - `recurrence_size` integer — The schedule recurrence size. For example size 4 and unit WEEKLY means the recurrence is every 4 weeks.
        - `status` string — The schedule status, options: ACTIVE, FINISHED, CANCELLED.
        - `object` ScheduleAnchorObject
          - `Payment` Payment
            - `amount` Amount
              - …
            - `counterparty_alias` LabelMonetaryAccount
              - …
            - `description` string — The description for the Payment. Maximum 140 characters for Payments to external IBANs, 9000 characters for Payments to only other bunq MonetaryAccounts.
            - `attachment` AttachmentMonetaryAccountPayment[] — The Attachments attached to the Payment.
              - …
            - `merchant_reference` string — Optional data included with the Payment specific to the merchant.
            - `allow_bunqto` boolean — Whether or not sending a bunq.to payment is allowed.
            - `id` integer — The id of the created Payment.
            - `created` string — The timestamp when the Payment was done.
            - `updated` string — The timestamp when the Payment was last updated (will be updated when chat messages are received).
            - `monetary_account_id` integer — The id of the MonetaryAccount the Payment was made to or from (depending on whether this is an incoming or outgoing Payment).
            - `alias` LabelMonetaryAccount
              - …
            - `type` string — The type of Payment, can be BUNQ, EBA_SCT, EBA_SDD, IDEAL, SWIFT or FIS (card).
            - `sub_type` string — The sub-type of the Payment, can be PAYMENT, WITHDRAWAL, REVERSAL, REQUEST, BILLING, SCT, SDD or NLO.
            - `payment_arrival_expected` PaymentArrivalExpected
              - …
            - `bunqto_status` string — The status of the bunq.to payment.
            - `bunqto_sub_status` string — The sub status of the bunq.to payment.
            - `bunqto_share_url` string — The status of the bunq.to payment.
            - `bunqto_expiry` string — When bunq.to payment is about to expire.
            - `bunqto_time_responded` string — The timestamp of when the bunq.to payment was responded to.
            - `batch_id` integer — The id of the PaymentBatch if this Payment was part of one.
            - `scheduled_id` integer — The id of the JobScheduled if the Payment was scheduled.
            - `address_shipping` Address
              - …
            - `address_billing` Address
              - …
            - `geolocation` Geolocation
              - …
            - `request_reference_split_the_bill` RequestInquiryReference[] — The reference to the object used for split the bill. Can be RequestInquiry or RequestInquiryBatch
              - …
            - `balance_after_mutation` Amount
              - …
            - `payment_auto_allocate_instance` PaymentAutoAllocateInstance
              - …
            - `payment_suspended_outgoing` PaymentSuspendedOutgoing
              - …
            - `payment_fee` PaymentFee
              - …
          - `PaymentBatch` PaymentBatch
            - `payments` PaymentBatchAnchoredPayment
              - …
    - `MasterCardAction` MasterCardAction
      - `id` integer — The id of the MastercardAction.
      - `monetary_account_id` integer — The id of the monetary account this action links to.
      - `card_id` integer — The id of the card this action links to.
      - `amount_local` 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_converted` 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_billing` 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_original_local` 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_original_billing` 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` 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_authorisation_id_response` string — The response code by which authorised transaction can be identified as authorised by bunq.
      - `decision` string — Why the transaction was denied, if it was denied, or just ALLOWED.
      - `payment_status` string — The payment status of the transaction. For example PAYMENT_SUCCESSFUL, for a successful payment.
      - `decision_description` string — Empty if allowed, otherwise a textual explanation of why it was denied.
      - `decision_description_translated` string — Empty if allowed, otherwise a textual explanation of why it was denied in user's language.
      - `decision_together_url` string — Empty if allowed or if no relevant Together topic exists, otherwise contains the URL for a Together topic with more information about the decision.
      - `description` string — The description for this transaction to display.
      - `authorisation_status` string — The status in the authorisation process.
      - `authorisation_type` string — The type of transaction that was delivered using the card.
      - `pan_entry_mode_user` string — The type of entry mode the user used. Can be 'ATM', 'ICC', 'MAGNETIC_STRIPE' or 'E_COMMERCE'.
      - `settlement_status` string — The setlement status in the authorisation process.
      - `clearing_status` string — The clearing status of the authorisation. Can be 'PENDING', 'FIRST_PRESENTMENT_COMPLETE' or 'REFUND_LENIENCY'.
      - `maturity_date` string — The maturity date.
      - `city` string — The city where the message originates from as announced by the terminal.
      - `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.
      - `counterparty_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.
- … truncated; see the full OpenAPI document linked below

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