bunq API Documentation
SDK'sPostman Collection
  • Getting Started
    • Welcome to the bunq API documentation
    • Tools
      • Software Development Kits (SDKs)
        • PHP
          • Usage
          • Tests
          • Exceptions
        • Java
          • Usage
          • Tests
          • Exceptions
        • Python
          • Usage
          • Tests
          • Exceptions
        • C#
          • Usage
          • Tests
          • Exceptions
      • Postman
      • Android Emulator
      • Developers Portal
  • Basics
    • bunq API Objects
      • User
      • Monetary Account
      • Payment
      • RequestInquiry
      • Card
      • Attachment and Note Attachment
    • API Context, Device Installation and Session
    • Authentication
      • API Keys
      • OAuth
    • Pagination
    • Errors
    • Rate Limits
    • Response body formatting
    • Moving to production
    • Headers
  • NOT SO BASICS
    • Signing
      • Python Code Example
        • Full main.py
        • Full bunq_lib.py
        • Full signing.py
      • PHP Code Example
    • Callbacks (Webhooks)
  • PSD2
    • Are you a Third Party Provider (TPP)? Start here!
      • Register as a TPP
      • Change your avatar
    • Account Information Service Provider (AISP)
    • Payment Initiation Service Provider (PISP)
    • Card-Based Payment Instrument Issuer (CBPII)
  • Support
    • FAQ
    • bunq status page
    • Terms and Conditions
  • TUTORIALS
    • Your first payment
      • Introduction
      • Creating a sandbox user and getting an API key
      • Creating the API Context
        • Creating the Installation
        • Device Registration
        • Start a Session
      • Setting up a sandbox user
        • Retrieving my user details
        • Getting sandbox money on the user account
        • Sandbox version of the bunq app
      • First Payments
    • Receiving payments on your website using bunq.me
    • How to manage your cards
      • Introduction
      • Ordering a card
      • Setting the card Limit and changing the PIN code
  • API Reference
    • Start here
    • Additional Transaction Information Category
    • Additional Transaction Information Category User Defined
    • Attachment
    • Attachment Public
    • Avatar
    • Billing Contract Subscription
    • bunqme
      • bunqme Tab
      • bunqme Fundraiser Profile
      • bunqme Tab Response
      • bunqme Fundraiser Result
    • Callback URL OAuth
    • Cards
      • Card
      • Card-Batch
      • Card Credit
      • Card Debit
      • Card Name
      • Card Replace
  • Confirmation Of Funds
  • Content and Exports
  • Currency Cloud
    • Currency cloud Benificiairy
    • Payment Quote
  • Currency Conversion
    • Convert
    • Quotes
  • Customer Statements
  • Devices
  • Draft Payment
  • Event
  • Exports
    • Export Annual Overview
    • Export RIB
    • Export Statement Card
  • Generated CVC2
  • Ideal Merchant Transaction
  • Insights
  • Installation
  • Invoice
  • Invoice Export
  • Legal Name
  • Limit
  • Mastercard Action
  • Monetary Account
    • Monetary Account Bank
    • Monetary Account Card
    • Monetary Account External
    • Monetary Account External Savings
    • Monetary Account Joint
    • Monetary Account Savings
    • Monetary Account Savings External
  • Name
  • Note Text & Attachment
    • Adyen Card Transaction
    • Switch Service Payment
    • bunqme fundraiser result
    • Draft Payment
    • Ideal Merchant Transaction
    • Mastercard Action
    • Open Banking Merchant
    • Payment Batch
    • Payment Delayed
    • Payment
    • Request Inquiry Batch
    • Request Response
    • Schedule Payment
    • Schedule Request
    • Sofort
    • Whitelist Result
  • Notification Filter
    • Notification Filter Email
    • Notification Filter Failure
    • Notification Filter Push
    • Notification Filter URL
  • OAuth
  • Payment
    • Payment
    • Payment Auto Allocate
    • Payment Batch
  • Payment Auto Allocation
  • Payment Service Provider
    • Payment Service Provider Credential
    • Payment Service Provider Draft Payment
    • Payment Service Provider Issuer Transaction
  • Request
    • Request Inquiry
    • Request Inquiry Batch
    • Request Response
  • Sandbox Users
  • Schedule
    • Schedule Instance
    • Schedule Payment
    • Schedule Payment Batch
  • Server Error
  • Server Public Key
  • Session
  • [deprecated] Share Invite Monetary Account Inquiry
  • Share Invite Monetary Account Response
  • Sofort Merchant Transaction
  • Statement
  • Switch Service Payment
  • Token QR Request Sofort
  • Transferwise
    • Transferwise Currency
    • Transferwise Quote
    • Transferwise Recipient
    • Transferwise Recipient Requirement
    • Transferwise Transfer
    • Transferwise Transfer Requirement
    • Transferwise User
  • Tree Progress
  • User
    • User Person
    • User Company
    • User Payment Service Provider
  • Whitelist SSD
    • Whitelist SSD One Off
    • Whitelist SSD Recurring
  • Content
Powered by GitBook
On this page
  • POST/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch
  • GET/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch
  • PUT/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch/{itemId}
  • GET/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch/{itemId}

Was this helpful?

  1. Request

Request Inquiry Batch

PreviousRequest InquiryNextRequest Response

Last updated 2 months ago

Was this helpful?

get

Return the details of a specific request batch.

Path parameters
userIDintegerRequired
monetary-accountIDintegerRequired
itemIdintegerRequired
Header parameters
Cache-ControlstringOptional

The standard HTTP Cache-Control header is required for all signed requests.

User-AgentstringRequired

The User-Agent header field should contain information about the user agent originating the request. There are no restrictions on the value of this header.

X-Bunq-LanguagestringOptional

The X-Bunq-Language header must contain a preferred language indication. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore. Currently only the languages en_US and nl_NL are supported. Anything else will default to en_US.

X-Bunq-RegionstringOptional

The X-Bunq-Region header must contain the region (country) of the client device. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore.

X-Bunq-Client-Request-IdstringOptional

This header must specify an ID with each request that is unique for the logged in user. There are no restrictions for the format of this ID. However, the server will respond with an error when the same ID is used again on the same DeviceServer.

X-Bunq-GeolocationstringOptional

This header must specify the geolocation of the device. The format of this value is longitude latitude altitude radius country. The country is expected to be formatted of an ISO 3166-1 alpha-2 country code. When no geolocation is available or known the header must still be included but can be zero valued.

X-Bunq-Client-AuthenticationstringRequired

The authentication token is used to authenticate the source of the API call. It is required by all API calls except for POST /v1/installation. It is important to note that the device and session calls are using the token from the response of the installation call, while all the other calls use the token from the response of the session-server call

Responses
200
Create a batch of requests for payment, or show the request batches of a monetary account.
application/json
400
This is how the error response looks like for 4XX response codes
application/json
get
GET /v1/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch/{itemId} HTTP/1.1
Host: public-api.sandbox.bunq.com
User-Agent: text
X-Bunq-Client-Authentication: text
Accept: */*
{
  "request_inquiries": [
    {
      "amount_inquired": {
        "value": "text",
        "currency": "text"
      },
      "counterparty_alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "description": "text",
      "attachment": [
        {
          "id": 1
        }
      ],
      "merchant_reference": "text",
      "status": "text",
      "minimum_age": 1,
      "require_address": "text",
      "redirect_url": "text",
      "id": 1,
      "created": "text",
      "updated": "text",
      "time_responded": "text",
      "time_expiry": "text",
      "monetary_account_id": 1,
      "amount_responded": {
        "value": "text",
        "currency": "text"
      },
      "user_alias_created": {
        "uuid": "text",
        "display_name": "text",
        "country": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "public_nick_name": "text"
      },
      "user_alias_revoked": {
        "uuid": "text",
        "display_name": "text",
        "country": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "public_nick_name": "text"
      },
      "batch_id": 1,
      "scheduled_id": 1,
      "bunqme_share_url": "text",
      "address_shipping": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "address_billing": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "geolocation": {
        "latitude": 1,
        "longitude": 1,
        "altitude": 1,
        "radius": 1
      },
      "reference_split_the_bill": {
        "BillingInvoice": {
          "status": "text",
          "id": 1,
          "created": "text",
          "updated": "text",
          "invoice_date": "text",
          "invoice_number": "text",
          "category": "text",
          "group": [
            {
              "type": "text",
              "type_description": "text",
              "type_description_translated": "text",
              "instance_description": "text",
              "product_vat_exclusive": {
                "value": "text",
                "currency": "text"
              },
              "product_vat_inclusive": {
                "value": "text",
                "currency": "text"
              },
              "item": [
                {
                  "id": 1,
                  "billing_date": "text",
                  "type_description": "text",
                  "type_description_translated": "text",
                  "unit_vat_exclusive": {
                    "value": "text",
                    "currency": "text"
                  },
                  "unit_vat_inclusive": {
                    "value": "text",
                    "currency": "text"
                  },
                  "vat": 1,
                  "quantity": 1,
                  "total_vat_exclusive": {
                    "value": "text",
                    "currency": "text"
                  },
                  "total_vat_inclusive": {
                    "value": "text",
                    "currency": "text"
                  }
                }
              ]
            }
          ],
          "total_vat_inclusive": {
            "value": "text",
            "currency": "text"
          },
          "total_vat_exclusive": {
            "value": "text",
            "currency": "text"
          },
          "total_vat": {
            "value": "text",
            "currency": "text"
          },
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "address": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counterparty_address": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "chamber_of_commerce_number": "text",
          "vat_number": "text",
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ]
        },
        "DraftPayment": {
          "status": "text",
          "entries": [
            {
              "amount": {
                "value": "text",
                "currency": "text"
              },
              "counterparty_alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "description": "text",
              "merchant_reference": "text",
              "attachment": [
                {
                  "id": 1,
                  "monetary_account_id": 1
                }
              ],
              "id": 1,
              "alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "type": "text"
            }
          ],
          "schedule": {
            "time_start": "text",
            "time_end": "text",
            "recurrence_unit": "text",
            "recurrence_size": 1,
            "status": "text",
            "object": "[Circular Reference]"
          }
        },
        "MasterCardAction": {
          "id": 1,
          "monetary_account_id": 1,
          "card_id": 1,
          "amount_local": {
            "value": "text",
            "currency": "text"
          },
          "amount_converted": {
            "value": "text",
            "currency": "text"
          },
          "amount_billing": {
            "value": "text",
            "currency": "text"
          },
          "amount_original_local": {
            "value": "text",
            "currency": "text"
          },
          "amount_original_billing": {
            "value": "text",
            "currency": "text"
          },
          "amount_fee": {
            "value": "text",
            "currency": "text"
          },
          "card_authorisation_id_response": "text",
          "decision": "text",
          "payment_status": "text",
          "decision_description": "text",
          "decision_description_translated": "text",
          "decision_together_url": "text",
          "description": "text",
          "authorisation_status": "text",
          "authorisation_type": "text",
          "pan_entry_mode_user": "text",
          "settlement_status": "text",
          "clearing_status": "text",
          "maturity_date": "text",
          "city": "text",
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "label_card": {
            "uuid": "text",
            "type": "text",
            "second_line": "text",
            "expiry_date": "text",
            "status": "text",
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            }
          },
          "merchant_id": "text",
          "token_status": "text",
          "reservation_expiry_time": "text",
          "clearing_expiry_time": "text",
          "applied_limit": "text",
          "secure_code_id": 1,
          "wallet_provider_id": "text",
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ],
          "card_tokenization_event": {
            "id": 1,
            "created": "text",
            "updated": "text",
            "action": "text",
            "user_id": "text",
            "monetary_account_id": "text",
            "object": "[Circular Reference]",
            "status": "text",
            "object_data_at_event": "[Circular Reference]",
            "is_event_latest_for_object": true,
            "is_event_reassignable": true
          },
          "all_mastercard_action_refund": [
            {
              "type": "text",
              "sub_type": "text",
              "amount": {
                "value": "text",
                "currency": "text"
              },
              "reason": "text",
              "id": 1,
              "created": "text",
              "updated": "text",
              "label_user_creator": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "status": "text",
              "reference_mastercard_action_event": [
                {
                  "event_id": 1
                }
              ],
              "mastercard_action_id": 1,
              "alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "counterparty_alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "description": "text",
              "label_card": {
                "uuid": "text",
                "type": "text",
                "second_line": "text",
                "expiry_date": "text",
                "status": "text",
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                }
              },
              "time_refund": "text",
              "additional_information": {
                "category": "text",
                "reason": "text",
                "comment": "text",
                "attachment": [
                  {
                    "id": 1
                  }
                ],
                "terms_and_conditions": "text"
              },
              "status_description": "text",
              "status_description_translated": "text",
              "status_together_url": "text"
            }
          ],
          "pos_card_presence": "text",
          "pos_card_holder_presence": "text",
          "eligible_whitelist_id": 1,
          "cashback_payout_item": {
            "status": "text",
            "amount": {
              "value": "text",
              "currency": "text"
            },
            "rate_applied": "text",
            "transaction_category": {
              "category": "text",
              "type": "text",
              "status": "text",
              "order": 1,
              "description": "text",
              "description_translated": "text",
              "color": "text",
              "icon": "text"
            },
            "user_partner_promotion": {
              "status": "text",
              "number_of_transaction_remaining": 1,
              "partner_promotion": {
                "public_uuid": "text",
                "status": "text",
                "promotion_code": "text",
                "amount_cashback_per_transaction_maximum": {
                  "value": "text",
                  "currency": "text"
                },
                "number_of_transaction_maximum": 1,
                "amount_transaction_minimum": {
                  "value": "text",
                  "currency": "text"
                },
                "url_together": "text",
                "deeplink": "text",
                "partner_name": "text",
                "partner_avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "promotion_title_short": [
                  "text"
                ],
                "promotion_title_long": [
                  "text"
                ],
                "promotion_description": [
                  "text"
                ]
              }
            }
          },
          "point_mutation": {
            "number_of_point": 1
          },
          "blacklist": {
            "merchant_name": "text",
            "merchant_id": "text",
            "merchant_identifier": "text",
            "mastercard_merchant_id": "text",
            "external_merchant_id": "text",
            "id": 1,
            "created": "text",
            "updated": "text",
            "status": "text",
            "merchant_hash": "text",
            "merchant_avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            }
          },
          "blocklist": {
            "merchant_name": "text",
            "merchant_id": "text",
            "merchant_identifier": "text",
            "mastercard_merchant_id": "text",
            "external_merchant_id": "text",
            "id": 1,
            "created": "text",
            "updated": "text",
            "status": "text",
            "merchant_hash": "text",
            "merchant_avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            }
          },
          "additional_authentication_status": "text",
          "pin_status": "text",
          "mastercard_action_report": {
            "mastercard_action_id": 1,
            "type": "text",
            "status": "text",
            "merchant_id": "text",
            "merchant_name": "text",
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            }
          },
          "merchant_category_code": "text",
          "company_employee_card_receipt": {
            "status": "text"
          }
        },
        "Payment": {
          "amount": {
            "value": "text",
            "currency": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "description": "text",
          "attachment": [
            {
              "id": 1,
              "monetary_account_id": 1
            }
          ],
          "merchant_reference": "text",
          "id": 1,
          "created": "text",
          "updated": "text",
          "monetary_account_id": 1,
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "type": "text",
          "sub_type": "text",
          "payment_arrival_expected": {
            "status": "text",
            "time": "text"
          },
          "bunqto_status": "text",
          "bunqto_sub_status": "text",
          "bunqto_share_url": "text",
          "bunqto_expiry": "text",
          "bunqto_time_responded": "text",
          "batch_id": 1,
          "scheduled_id": 1,
          "address_shipping": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "address_billing": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "geolocation": {
            "latitude": 1,
            "longitude": 1,
            "altitude": 1,
            "radius": 1
          },
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ],
          "balance_after_mutation": {
            "value": "text",
            "currency": "text"
          },
          "payment_auto_allocate_instance": {
            "id": 1,
            "created": "text",
            "updated": "text",
            "payment_auto_allocate_id": 1,
            "status": "text",
            "error_message": [
              [
                {
                  "error_description": "text",
                  "error_description_translated": "text"
                }
              ]
            ],
            "payment_batch": "[Circular Reference]",
            "payment_id": 1,
            "all_ginmon_transaction_order": [
              {
                "status": "text",
                "status_description": "text",
                "status_description_translated": "text",
                "amount_billing": {
                  "value": "text",
                  "currency": "text"
                },
                "amount_billing_original": {
                  "value": "text",
                  "currency": "text"
                },
                "isin": "text",
                "external_identifier": "text",
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "label_monetary_account": {
                  "iban": "text",
                  "display_name": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "country": "text",
                  "bunq_me": {
                    "type": "text",
                    "value": "text",
                    "name": "text"
                  },
                  "is_light": true,
                  "swift_bic": "text",
                  "swift_account_number": "text",
                  "transferwise_account_number": "text",
                  "transferwise_bank_code": "text",
                  "merchant_category_code": "text"
                },
                "counter_label_monetary_account": {
                  "iban": "text",
                  "display_name": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "country": "text",
                  "bunq_me": {
                    "type": "text",
                    "value": "text",
                    "name": "text"
                  },
                  "is_light": true,
                  "swift_bic": "text",
                  "swift_account_number": "text",
                  "transferwise_account_number": "text",
                  "transferwise_bank_code": "text",
                  "merchant_category_code": "text"
                },
                "event_id": 1
              }
            ]
          },
          "payment_suspended_outgoing": {
            "status": "text",
            "monetary_account_id": "text",
            "time_execution": "text"
          },
          "payment_fee": {
            "value": "text",
            "currency": "text",
            "invoice_id": 1
          }
        },
        "PaymentBatch": {
          "payments": {
            "Payment": "[Circular Reference]"
          }
        },
        "RequestResponse": {
          "amount_responded": {
            "value": "text",
            "currency": "text"
          },
          "status": "text",
          "address_shipping": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "address_billing": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "id": 1,
          "created": "text",
          "updated": "text",
          "time_responded": "text",
          "time_expiry": "text",
          "time_refund_requested": "text",
          "time_refunded": "text",
          "user_refund_requested": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "monetary_account_id": 1,
          "amount_inquired": {
            "value": "text",
            "currency": "text"
          },
          "description": "text",
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "attachment": [
            {
              "description": "text",
              "content_type": "text",
              "urls": [
                {
                  "type": "text",
                  "url": "text"
                }
              ]
            }
          ],
          "minimum_age": 1,
          "require_address": "text",
          "geolocation": {
            "latitude": 1,
            "longitude": 1,
            "altitude": 1,
            "radius": 1
          },
          "type": "text",
          "sub_type": "text",
          "redirect_url": "text",
          "credit_scheme_identifier": "text",
          "mandate_identifier": "text",
          "registration_action": "text",
          "eligible_whitelist_id": 1,
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ],
          "event_id": 1,
          "monetary_account_preferred_id": 1
        },
        "ScheduleInstance": {
          "state": "text",
          "time_start": "text",
          "time_end": "text",
          "error_message": [
            [
              {
                "error_description": "text",
                "error_description_translated": "text"
              }
            ]
          ],
          "scheduled_object": {
            "Payment": "[Circular Reference]",
            "PaymentBatch": "[Circular Reference]"
          },
          "result_object": {
            "Payment": "[Circular Reference]",
            "PaymentBatch": "[Circular Reference]"
          },
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ]
        },
        "WhitelistResult": {
          "id": 1,
          "monetary_account_paying_id": 1,
          "status": "text",
          "sub_status": "text",
          "error_message": [
            [
              {
                "error_description": "text",
                "error_description_translated": "text"
              }
            ]
          ],
          "whitelist": {},
          "object": {
            "id": 1,
            "requestResponse": {
              "amount_responded": {
                "value": "text",
                "currency": "text"
              },
              "status": "text",
              "address_shipping": {
                "street": "text",
                "house_number": "text",
                "po_box": "text",
                "postal_code": "text",
                "city": "text",
                "country": "text",
                "extra": "text",
                "mailbox_name": "text",
                "province": "text",
                "is_user_address_updated": true
              },
              "address_billing": {
                "street": "text",
                "house_number": "text",
                "po_box": "text",
                "postal_code": "text",
                "city": "text",
                "country": "text",
                "extra": "text",
                "mailbox_name": "text",
                "province": "text",
                "is_user_address_updated": true
              },
              "id": 1,
              "created": "text",
              "updated": "text",
              "time_responded": "text",
              "time_expiry": "text",
              "time_refund_requested": "text",
              "time_refunded": "text",
              "user_refund_requested": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "monetary_account_id": 1,
              "amount_inquired": {
                "value": "text",
                "currency": "text"
              },
              "description": "text",
              "alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "counterparty_alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "attachment": [
                {
                  "description": "text",
                  "content_type": "text",
                  "urls": [
                    {
                      "type": "text",
                      "url": "text"
                    }
                  ]
                }
              ],
              "minimum_age": 1,
              "require_address": "text",
              "geolocation": {
                "latitude": 1,
                "longitude": 1,
                "altitude": 1,
                "radius": 1
              },
              "type": "text",
              "sub_type": "text",
              "redirect_url": "text",
              "credit_scheme_identifier": "text",
              "mandate_identifier": "text",
              "registration_action": "text",
              "eligible_whitelist_id": 1,
              "request_reference_split_the_bill": [
                {
                  "type": "text",
                  "id": 1
                }
              ],
              "event_id": 1,
              "monetary_account_preferred_id": 1
            },
            "draftPayment": "[Circular Reference]"
          },
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ]
        },
        "TransferwisePayment": {
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "status": "text",
          "sub_status": "text",
          "status_transferwise": "text",
          "status_transferwise_issue": "text",
          "amount_source": {
            "value": "text",
            "currency": "text"
          },
          "amount_target": {
            "value": "text",
            "currency": "text"
          },
          "rate": "text",
          "reference": "text",
          "pay_in_reference": "text",
          "time_delivery_estimate": "text",
          "quote": {
            "amount_source": {
              "value": "text",
              "currency": "text"
            },
            "amount_target": {
              "value": "text",
              "currency": "text"
            },
            "id": 1,
            "created": "text",
            "updated": "text",
            "time_expiry": "text",
            "quote_id": "text",
            "amount_fee": {
              "value": "text",
              "currency": "text"
            },
            "rate": "text",
            "time_delivery_estimate": "text"
          }
        },
        "CurrencyConversion": {
          "id": 1,
          "created": "text",
          "updated": "text",
          "status": "text",
          "date_delivery_expected": "text",
          "rate": "text",
          "amount": {
            "value": "text",
            "currency": "text"
          },
          "counter_amount": {
            "value": "text",
            "currency": "text"
          },
          "group_uuid": "text",
          "type": "text",
          "order_type": "text",
          "label_monetary_account": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counter_label_monetary_account": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "payment": {
            "amount": {
              "value": "text",
              "currency": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "description": "text",
            "attachment": [
              {
                "id": 1,
                "monetary_account_id": 1
              }
            ],
            "merchant_reference": "text",
            "id": 1,
            "created": "text",
            "updated": "text",
            "monetary_account_id": 1,
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "type": "text",
            "sub_type": "text",
            "payment_arrival_expected": {
              "status": "text",
              "time": "text"
            },
            "bunqto_status": "text",
            "bunqto_sub_status": "text",
            "bunqto_share_url": "text",
            "bunqto_expiry": "text",
            "bunqto_time_responded": "text",
            "batch_id": 1,
            "scheduled_id": 1,
            "address_shipping": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "address_billing": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "geolocation": {
              "latitude": 1,
              "longitude": 1,
              "altitude": 1,
              "radius": 1
            },
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ],
            "balance_after_mutation": {
              "value": "text",
              "currency": "text"
            },
            "payment_auto_allocate_instance": {
              "id": 1,
              "created": "text",
              "updated": "text",
              "payment_auto_allocate_id": 1,
              "status": "text",
              "error_message": [
                [
                  {
                    "error_description": "text",
                    "error_description_translated": "text"
                  }
                ]
              ],
              "payment_batch": "[Circular Reference]",
              "payment_id": 1,
              "all_ginmon_transaction_order": [
                {
                  "status": "text",
                  "status_description": "text",
                  "status_description_translated": "text",
                  "amount_billing": {
                    "value": "text",
                    "currency": "text"
                  },
                  "amount_billing_original": {
                    "value": "text",
                    "currency": "text"
                  },
                  "isin": "text",
                  "external_identifier": "text",
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "label_monetary_account": {
                    "iban": "text",
                    "display_name": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "label_user": {
                      "uuid": "text",
                      "display_name": "text",
                      "country": "text",
                      "avatar": {
                        "uuid": "text",
                        "anchor_uuid": "text",
                        "image": [
                          {
                            "attachment_public_uuid": "text",
                            "content_type": "text",
                            "height": 1,
                            "width": 1
                          }
                        ],
                        "style": "text"
                      },
                      "public_nick_name": "text"
                    },
                    "country": "text",
                    "bunq_me": {
                      "type": "text",
                      "value": "text",
                      "name": "text"
                    },
                    "is_light": true,
                    "swift_bic": "text",
                    "swift_account_number": "text",
                    "transferwise_account_number": "text",
                    "transferwise_bank_code": "text",
                    "merchant_category_code": "text"
                  },
                  "counter_label_monetary_account": {
                    "iban": "text",
                    "display_name": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "label_user": {
                      "uuid": "text",
                      "display_name": "text",
                      "country": "text",
                      "avatar": {
                        "uuid": "text",
                        "anchor_uuid": "text",
                        "image": [
                          {
                            "attachment_public_uuid": "text",
                            "content_type": "text",
                            "height": 1,
                            "width": 1
                          }
                        ],
                        "style": "text"
                      },
                      "public_nick_name": "text"
                    },
                    "country": "text",
                    "bunq_me": {
                      "type": "text",
                      "value": "text",
                      "name": "text"
                    },
                    "is_light": true,
                    "swift_bic": "text",
                    "swift_account_number": "text",
                    "transferwise_account_number": "text",
                    "transferwise_bank_code": "text",
                    "merchant_category_code": "text"
                  },
                  "event_id": 1
                }
              ]
            },
            "payment_suspended_outgoing": {
              "status": "text",
              "monetary_account_id": "text",
              "time_execution": "text"
            },
            "payment_fee": {
              "value": "text",
              "currency": "text",
              "invoice_id": 1
            }
          }
        }
      }
    }
  ],
  "total_amount_inquired": {
    "value": "text",
    "currency": "text"
  },
  "reference_split_the_bill": {
    "BillingInvoice": {
      "status": "text",
      "id": 1,
      "created": "text",
      "updated": "text",
      "invoice_date": "text",
      "invoice_number": "text",
      "category": "text",
      "group": [
        {
          "type": "text",
          "type_description": "text",
          "type_description_translated": "text",
          "instance_description": "text",
          "product_vat_exclusive": {
            "value": "text",
            "currency": "text"
          },
          "product_vat_inclusive": {
            "value": "text",
            "currency": "text"
          },
          "item": [
            {
              "id": 1,
              "billing_date": "text",
              "type_description": "text",
              "type_description_translated": "text",
              "unit_vat_exclusive": {
                "value": "text",
                "currency": "text"
              },
              "unit_vat_inclusive": {
                "value": "text",
                "currency": "text"
              },
              "vat": 1,
              "quantity": 1,
              "total_vat_exclusive": {
                "value": "text",
                "currency": "text"
              },
              "total_vat_inclusive": {
                "value": "text",
                "currency": "text"
              }
            }
          ]
        }
      ],
      "total_vat_inclusive": {
        "value": "text",
        "currency": "text"
      },
      "total_vat_exclusive": {
        "value": "text",
        "currency": "text"
      },
      "total_vat": {
        "value": "text",
        "currency": "text"
      },
      "alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "address": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "counterparty_alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "counterparty_address": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "chamber_of_commerce_number": "text",
      "vat_number": "text",
      "request_reference_split_the_bill": [
        {
          "type": "text",
          "id": 1
        }
      ]
    },
    "DraftPayment": {
      "status": "text",
      "entries": [
        {
          "amount": {
            "value": "text",
            "currency": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "description": "text",
          "merchant_reference": "text",
          "attachment": [
            {
              "id": 1,
              "monetary_account_id": 1
            }
          ],
          "id": 1,
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "type": "text"
        }
      ],
      "schedule": {
        "time_start": "text",
        "time_end": "text",
        "recurrence_unit": "text",
        "recurrence_size": 1,
        "status": "text",
        "object": "[Circular Reference]"
      }
    },
    "MasterCardAction": {
      "id": 1,
      "monetary_account_id": 1,
      "card_id": 1,
      "amount_local": {
        "value": "text",
        "currency": "text"
      },
      "amount_converted": {
        "value": "text",
        "currency": "text"
      },
      "amount_billing": {
        "value": "text",
        "currency": "text"
      },
      "amount_original_local": {
        "value": "text",
        "currency": "text"
      },
      "amount_original_billing": {
        "value": "text",
        "currency": "text"
      },
      "amount_fee": {
        "value": "text",
        "currency": "text"
      },
      "card_authorisation_id_response": "text",
      "decision": "text",
      "payment_status": "text",
      "decision_description": "text",
      "decision_description_translated": "text",
      "decision_together_url": "text",
      "description": "text",
      "authorisation_status": "text",
      "authorisation_type": "text",
      "pan_entry_mode_user": "text",
      "settlement_status": "text",
      "clearing_status": "text",
      "maturity_date": "text",
      "city": "text",
      "alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "counterparty_alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "label_card": {
        "uuid": "text",
        "type": "text",
        "second_line": "text",
        "expiry_date": "text",
        "status": "text",
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        }
      },
      "merchant_id": "text",
      "token_status": "text",
      "reservation_expiry_time": "text",
      "clearing_expiry_time": "text",
      "applied_limit": "text",
      "secure_code_id": 1,
      "wallet_provider_id": "text",
      "request_reference_split_the_bill": [
        {
          "type": "text",
          "id": 1
        }
      ],
      "card_tokenization_event": {
        "id": 1,
        "created": "text",
        "updated": "text",
        "action": "text",
        "user_id": "text",
        "monetary_account_id": "text",
        "object": "[Circular Reference]",
        "status": "text",
        "object_data_at_event": "[Circular Reference]",
        "is_event_latest_for_object": true,
        "is_event_reassignable": true
      },
      "all_mastercard_action_refund": [
        {
          "type": "text",
          "sub_type": "text",
          "amount": {
            "value": "text",
            "currency": "text"
          },
          "reason": "text",
          "id": 1,
          "created": "text",
          "updated": "text",
          "label_user_creator": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "status": "text",
          "reference_mastercard_action_event": [
            {
              "event_id": 1
            }
          ],
          "mastercard_action_id": 1,
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "description": "text",
          "label_card": {
            "uuid": "text",
            "type": "text",
            "second_line": "text",
            "expiry_date": "text",
            "status": "text",
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            }
          },
          "time_refund": "text",
          "additional_information": {
            "category": "text",
            "reason": "text",
            "comment": "text",
            "attachment": [
              {
                "id": 1
              }
            ],
            "terms_and_conditions": "text"
          },
          "status_description": "text",
          "status_description_translated": "text",
          "status_together_url": "text"
        }
      ],
      "pos_card_presence": "text",
      "pos_card_holder_presence": "text",
      "eligible_whitelist_id": 1,
      "cashback_payout_item": {
        "status": "text",
        "amount": {
          "value": "text",
          "currency": "text"
        },
        "rate_applied": "text",
        "transaction_category": {
          "category": "text",
          "type": "text",
          "status": "text",
          "order": 1,
          "description": "text",
          "description_translated": "text",
          "color": "text",
          "icon": "text"
        },
        "user_partner_promotion": {
          "status": "text",
          "number_of_transaction_remaining": 1,
          "partner_promotion": {
            "public_uuid": "text",
            "status": "text",
            "promotion_code": "text",
            "amount_cashback_per_transaction_maximum": {
              "value": "text",
              "currency": "text"
            },
            "number_of_transaction_maximum": 1,
            "amount_transaction_minimum": {
              "value": "text",
              "currency": "text"
            },
            "url_together": "text",
            "deeplink": "text",
            "partner_name": "text",
            "partner_avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "promotion_title_short": [
              "text"
            ],
            "promotion_title_long": [
              "text"
            ],
            "promotion_description": [
              "text"
            ]
          }
        }
      },
      "point_mutation": {
        "number_of_point": 1
      },
      "blacklist": {
        "merchant_name": "text",
        "merchant_id": "text",
        "merchant_identifier": "text",
        "mastercard_merchant_id": "text",
        "external_merchant_id": "text",
        "id": 1,
        "created": "text",
        "updated": "text",
        "status": "text",
        "merchant_hash": "text",
        "merchant_avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        }
      },
      "blocklist": {
        "merchant_name": "text",
        "merchant_id": "text",
        "merchant_identifier": "text",
        "mastercard_merchant_id": "text",
        "external_merchant_id": "text",
        "id": 1,
        "created": "text",
        "updated": "text",
        "status": "text",
        "merchant_hash": "text",
        "merchant_avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        }
      },
      "additional_authentication_status": "text",
      "pin_status": "text",
      "mastercard_action_report": {
        "mastercard_action_id": 1,
        "type": "text",
        "status": "text",
        "merchant_id": "text",
        "merchant_name": "text",
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        }
      },
      "merchant_category_code": "text",
      "company_employee_card_receipt": {
        "status": "text"
      }
    },
    "Payment": {
      "amount": {
        "value": "text",
        "currency": "text"
      },
      "counterparty_alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "description": "text",
      "attachment": [
        {
          "id": 1,
          "monetary_account_id": 1
        }
      ],
      "merchant_reference": "text",
      "id": 1,
      "created": "text",
      "updated": "text",
      "monetary_account_id": 1,
      "alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "type": "text",
      "sub_type": "text",
      "payment_arrival_expected": {
        "status": "text",
        "time": "text"
      },
      "bunqto_status": "text",
      "bunqto_sub_status": "text",
      "bunqto_share_url": "text",
      "bunqto_expiry": "text",
      "bunqto_time_responded": "text",
      "batch_id": 1,
      "scheduled_id": 1,
      "address_shipping": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "address_billing": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "geolocation": {
        "latitude": 1,
        "longitude": 1,
        "altitude": 1,
        "radius": 1
      },
      "request_reference_split_the_bill": [
        {
          "type": "text",
          "id": 1
        }
      ],
      "balance_after_mutation": {
        "value": "text",
        "currency": "text"
      },
      "payment_auto_allocate_instance": {
        "id": 1,
        "created": "text",
        "updated": "text",
        "payment_auto_allocate_id": 1,
        "status": "text",
        "error_message": [
          [
            {
              "error_description": "text",
              "error_description_translated": "text"
            }
          ]
        ],
        "payment_batch": "[Circular Reference]",
        "payment_id": 1,
        "all_ginmon_transaction_order": [
          {
            "status": "text",
            "status_description": "text",
            "status_description_translated": "text",
            "amount_billing": {
              "value": "text",
              "currency": "text"
            },
            "amount_billing_original": {
              "value": "text",
              "currency": "text"
            },
            "isin": "text",
            "external_identifier": "text",
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "label_monetary_account": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counter_label_monetary_account": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "event_id": 1
          }
        ]
      },
      "payment_suspended_outgoing": {
        "status": "text",
        "monetary_account_id": "text",
        "time_execution": "text"
      },
      "payment_fee": {
        "value": "text",
        "currency": "text",
        "invoice_id": 1
      }
    },
    "PaymentBatch": {
      "payments": {
        "Payment": "[Circular Reference]"
      }
    },
    "RequestResponse": {
      "amount_responded": {
        "value": "text",
        "currency": "text"
      },
      "status": "text",
      "address_shipping": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "address_billing": {
        "street": "text",
        "house_number": "text",
        "po_box": "text",
        "postal_code": "text",
        "city": "text",
        "country": "text",
        "extra": "text",
        "mailbox_name": "text",
        "province": "text",
        "is_user_address_updated": true
      },
      "id": 1,
      "created": "text",
      "updated": "text",
      "time_responded": "text",
      "time_expiry": "text",
      "time_refund_requested": "text",
      "time_refunded": "text",
      "user_refund_requested": {
        "uuid": "text",
        "display_name": "text",
        "country": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "public_nick_name": "text"
      },
      "monetary_account_id": 1,
      "amount_inquired": {
        "value": "text",
        "currency": "text"
      },
      "description": "text",
      "alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "counterparty_alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "attachment": [
        {
          "description": "text",
          "content_type": "text",
          "urls": [
            {
              "type": "text",
              "url": "text"
            }
          ]
        }
      ],
      "minimum_age": 1,
      "require_address": "text",
      "geolocation": {
        "latitude": 1,
        "longitude": 1,
        "altitude": 1,
        "radius": 1
      },
      "type": "text",
      "sub_type": "text",
      "redirect_url": "text",
      "credit_scheme_identifier": "text",
      "mandate_identifier": "text",
      "registration_action": "text",
      "eligible_whitelist_id": 1,
      "request_reference_split_the_bill": [
        {
          "type": "text",
          "id": 1
        }
      ],
      "event_id": 1,
      "monetary_account_preferred_id": 1
    },
    "ScheduleInstance": {
      "state": "text",
      "time_start": "text",
      "time_end": "text",
      "error_message": [
        [
          {
            "error_description": "text",
            "error_description_translated": "text"
          }
        ]
      ],
      "scheduled_object": {
        "Payment": "[Circular Reference]",
        "PaymentBatch": "[Circular Reference]"
      },
      "result_object": {
        "Payment": "[Circular Reference]",
        "PaymentBatch": "[Circular Reference]"
      },
      "request_reference_split_the_bill": [
        {
          "type": "text",
          "id": 1
        }
      ]
    },
    "WhitelistResult": {
      "id": 1,
      "monetary_account_paying_id": 1,
      "status": "text",
      "sub_status": "text",
      "error_message": [
        [
          {
            "error_description": "text",
            "error_description_translated": "text"
          }
        ]
      ],
      "whitelist": {},
      "object": {
        "id": 1,
        "requestResponse": {
          "amount_responded": {
            "value": "text",
            "currency": "text"
          },
          "status": "text",
          "address_shipping": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "address_billing": {
            "street": "text",
            "house_number": "text",
            "po_box": "text",
            "postal_code": "text",
            "city": "text",
            "country": "text",
            "extra": "text",
            "mailbox_name": "text",
            "province": "text",
            "is_user_address_updated": true
          },
          "id": 1,
          "created": "text",
          "updated": "text",
          "time_responded": "text",
          "time_expiry": "text",
          "time_refund_requested": "text",
          "time_refunded": "text",
          "user_refund_requested": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "monetary_account_id": 1,
          "amount_inquired": {
            "value": "text",
            "currency": "text"
          },
          "description": "text",
          "alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          },
          "attachment": [
            {
              "description": "text",
              "content_type": "text",
              "urls": [
                {
                  "type": "text",
                  "url": "text"
                }
              ]
            }
          ],
          "minimum_age": 1,
          "require_address": "text",
          "geolocation": {
            "latitude": 1,
            "longitude": 1,
            "altitude": 1,
            "radius": 1
          },
          "type": "text",
          "sub_type": "text",
          "redirect_url": "text",
          "credit_scheme_identifier": "text",
          "mandate_identifier": "text",
          "registration_action": "text",
          "eligible_whitelist_id": 1,
          "request_reference_split_the_bill": [
            {
              "type": "text",
              "id": 1
            }
          ],
          "event_id": 1,
          "monetary_account_preferred_id": 1
        },
        "draftPayment": "[Circular Reference]"
      },
      "request_reference_split_the_bill": [
        {
          "type": "text",
          "id": 1
        }
      ]
    },
    "TransferwisePayment": {
      "alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "counterparty_alias": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "status": "text",
      "sub_status": "text",
      "status_transferwise": "text",
      "status_transferwise_issue": "text",
      "amount_source": {
        "value": "text",
        "currency": "text"
      },
      "amount_target": {
        "value": "text",
        "currency": "text"
      },
      "rate": "text",
      "reference": "text",
      "pay_in_reference": "text",
      "time_delivery_estimate": "text",
      "quote": {
        "amount_source": {
          "value": "text",
          "currency": "text"
        },
        "amount_target": {
          "value": "text",
          "currency": "text"
        },
        "id": 1,
        "created": "text",
        "updated": "text",
        "time_expiry": "text",
        "quote_id": "text",
        "amount_fee": {
          "value": "text",
          "currency": "text"
        },
        "rate": "text",
        "time_delivery_estimate": "text"
      }
    },
    "CurrencyConversion": {
      "id": 1,
      "created": "text",
      "updated": "text",
      "status": "text",
      "date_delivery_expected": "text",
      "rate": "text",
      "amount": {
        "value": "text",
        "currency": "text"
      },
      "counter_amount": {
        "value": "text",
        "currency": "text"
      },
      "group_uuid": "text",
      "type": "text",
      "order_type": "text",
      "label_monetary_account": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "counter_label_monetary_account": {
        "iban": "text",
        "display_name": "text",
        "avatar": {
          "uuid": "text",
          "anchor_uuid": "text",
          "image": [
            {
              "attachment_public_uuid": "text",
              "content_type": "text",
              "height": 1,
              "width": 1
            }
          ],
          "style": "text"
        },
        "label_user": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "country": "text",
        "bunq_me": {
          "type": "text",
          "value": "text",
          "name": "text"
        },
        "is_light": true,
        "swift_bic": "text",
        "swift_account_number": "text",
        "transferwise_account_number": "text",
        "transferwise_bank_code": "text",
        "merchant_category_code": "text"
      },
      "payment": {
        "amount": {
          "value": "text",
          "currency": "text"
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "description": "text",
        "attachment": [
          {
            "id": 1,
            "monetary_account_id": 1
          }
        ],
        "merchant_reference": "text",
        "id": 1,
        "created": "text",
        "updated": "text",
        "monetary_account_id": 1,
        "alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "type": "text",
        "sub_type": "text",
        "payment_arrival_expected": {
          "status": "text",
          "time": "text"
        },
        "bunqto_status": "text",
        "bunqto_sub_status": "text",
        "bunqto_share_url": "text",
        "bunqto_expiry": "text",
        "bunqto_time_responded": "text",
        "batch_id": 1,
        "scheduled_id": 1,
        "address_shipping": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "address_billing": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "geolocation": {
          "latitude": 1,
          "longitude": 1,
          "altitude": 1,
          "radius": 1
        },
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ],
        "balance_after_mutation": {
          "value": "text",
          "currency": "text"
        },
        "payment_auto_allocate_instance": {
          "id": 1,
          "created": "text",
          "updated": "text",
          "payment_auto_allocate_id": 1,
          "status": "text",
          "error_message": [
            [
              {
                "error_description": "text",
                "error_description_translated": "text"
              }
            ]
          ],
          "payment_batch": "[Circular Reference]",
          "payment_id": 1,
          "all_ginmon_transaction_order": [
            {
              "status": "text",
              "status_description": "text",
              "status_description_translated": "text",
              "amount_billing": {
                "value": "text",
                "currency": "text"
              },
              "amount_billing_original": {
                "value": "text",
                "currency": "text"
              },
              "isin": "text",
              "external_identifier": "text",
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "label_monetary_account": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "counter_label_monetary_account": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              },
              "event_id": 1
            }
          ]
        },
        "payment_suspended_outgoing": {
          "status": "text",
          "monetary_account_id": "text",
          "time_execution": "text"
        },
        "payment_fee": {
          "value": "text",
          "currency": "text",
          "invoice_id": 1
        }
      }
    }
  }
}
get

Return all the request batches for a monetary account.

Path parameters
userIDintegerRequired
monetary-accountIDintegerRequired
Header parameters
Cache-ControlstringOptional

The standard HTTP Cache-Control header is required for all signed requests.

User-AgentstringRequired

The User-Agent header field should contain information about the user agent originating the request. There are no restrictions on the value of this header.

X-Bunq-LanguagestringOptional

The X-Bunq-Language header must contain a preferred language indication. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore. Currently only the languages en_US and nl_NL are supported. Anything else will default to en_US.

X-Bunq-RegionstringOptional

The X-Bunq-Region header must contain the region (country) of the client device. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore.

X-Bunq-Client-Request-IdstringOptional

This header must specify an ID with each request that is unique for the logged in user. There are no restrictions for the format of this ID. However, the server will respond with an error when the same ID is used again on the same DeviceServer.

X-Bunq-GeolocationstringOptional

This header must specify the geolocation of the device. The format of this value is longitude latitude altitude radius country. The country is expected to be formatted of an ISO 3166-1 alpha-2 country code. When no geolocation is available or known the header must still be included but can be zero valued.

X-Bunq-Client-AuthenticationstringRequired

The authentication token is used to authenticate the source of the API call. It is required by all API calls except for POST /v1/installation. It is important to note that the device and session calls are using the token from the response of the installation call, while all the other calls use the token from the response of the session-server call

Responses
200
Create a batch of requests for payment, or show the request batches of a monetary account.
application/json
400
This is how the error response looks like for 4XX response codes
application/json
get
GET /v1/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch HTTP/1.1
Host: public-api.sandbox.bunq.com
User-Agent: text
X-Bunq-Client-Authentication: text
Accept: */*
[
  {
    "request_inquiries": [
      {
        "amount_inquired": {
          "value": "text",
          "currency": "text"
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "description": "text",
        "attachment": [
          {
            "id": 1
          }
        ],
        "merchant_reference": "text",
        "status": "text",
        "minimum_age": 1,
        "require_address": "text",
        "redirect_url": "text",
        "id": 1,
        "created": "text",
        "updated": "text",
        "time_responded": "text",
        "time_expiry": "text",
        "monetary_account_id": 1,
        "amount_responded": {
          "value": "text",
          "currency": "text"
        },
        "user_alias_created": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "user_alias_revoked": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "batch_id": 1,
        "scheduled_id": 1,
        "bunqme_share_url": "text",
        "address_shipping": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "address_billing": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "geolocation": {
          "latitude": 1,
          "longitude": 1,
          "altitude": 1,
          "radius": 1
        },
        "reference_split_the_bill": {
          "BillingInvoice": {
            "status": "text",
            "id": 1,
            "created": "text",
            "updated": "text",
            "invoice_date": "text",
            "invoice_number": "text",
            "category": "text",
            "group": [
              {
                "type": "text",
                "type_description": "text",
                "type_description_translated": "text",
                "instance_description": "text",
                "product_vat_exclusive": {
                  "value": "text",
                  "currency": "text"
                },
                "product_vat_inclusive": {
                  "value": "text",
                  "currency": "text"
                },
                "item": [
                  {
                    "id": 1,
                    "billing_date": "text",
                    "type_description": "text",
                    "type_description_translated": "text",
                    "unit_vat_exclusive": {
                      "value": "text",
                      "currency": "text"
                    },
                    "unit_vat_inclusive": {
                      "value": "text",
                      "currency": "text"
                    },
                    "vat": 1,
                    "quantity": 1,
                    "total_vat_exclusive": {
                      "value": "text",
                      "currency": "text"
                    },
                    "total_vat_inclusive": {
                      "value": "text",
                      "currency": "text"
                    }
                  }
                ]
              }
            ],
            "total_vat_inclusive": {
              "value": "text",
              "currency": "text"
            },
            "total_vat_exclusive": {
              "value": "text",
              "currency": "text"
            },
            "total_vat": {
              "value": "text",
              "currency": "text"
            },
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "address": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counterparty_address": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "chamber_of_commerce_number": "text",
            "vat_number": "text",
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ]
          },
          "DraftPayment": {
            "status": "text",
            "entries": [
              {
                "amount": {
                  "value": "text",
                  "currency": "text"
                },
                "counterparty_alias": {
                  "iban": "text",
                  "display_name": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "country": "text",
                  "bunq_me": {
                    "type": "text",
                    "value": "text",
                    "name": "text"
                  },
                  "is_light": true,
                  "swift_bic": "text",
                  "swift_account_number": "text",
                  "transferwise_account_number": "text",
                  "transferwise_bank_code": "text",
                  "merchant_category_code": "text"
                },
                "description": "text",
                "merchant_reference": "text",
                "attachment": [
                  {
                    "id": 1,
                    "monetary_account_id": 1
                  }
                ],
                "id": 1,
                "alias": {
                  "iban": "text",
                  "display_name": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "country": "text",
                  "bunq_me": {
                    "type": "text",
                    "value": "text",
                    "name": "text"
                  },
                  "is_light": true,
                  "swift_bic": "text",
                  "swift_account_number": "text",
                  "transferwise_account_number": "text",
                  "transferwise_bank_code": "text",
                  "merchant_category_code": "text"
                },
                "type": "text"
              }
            ],
            "schedule": "[Circular Reference]"
          },
          "MasterCardAction": {
            "id": 1,
            "monetary_account_id": 1,
            "card_id": 1,
            "amount_local": {
              "value": "text",
              "currency": "text"
            },
            "amount_converted": {
              "value": "text",
              "currency": "text"
            },
            "amount_billing": {
              "value": "text",
              "currency": "text"
            },
            "amount_original_local": {
              "value": "text",
              "currency": "text"
            },
            "amount_original_billing": {
              "value": "text",
              "currency": "text"
            },
            "amount_fee": {
              "value": "text",
              "currency": "text"
            },
            "card_authorisation_id_response": "text",
            "decision": "text",
            "payment_status": "text",
            "decision_description": "text",
            "decision_description_translated": "text",
            "decision_together_url": "text",
            "description": "text",
            "authorisation_status": "text",
            "authorisation_type": "text",
            "pan_entry_mode_user": "text",
            "settlement_status": "text",
            "clearing_status": "text",
            "maturity_date": "text",
            "city": "text",
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "label_card": {
              "uuid": "text",
              "type": "text",
              "second_line": "text",
              "expiry_date": "text",
              "status": "text",
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              }
            },
            "merchant_id": "text",
            "token_status": "text",
            "reservation_expiry_time": "text",
            "clearing_expiry_time": "text",
            "applied_limit": "text",
            "secure_code_id": 1,
            "wallet_provider_id": "text",
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ],
            "card_tokenization_event": "[Circular Reference]",
            "all_mastercard_action_refund": [
              {
                "type": "text",
                "sub_type": "text",
                "amount": {
                  "value": "text",
                  "currency": "text"
                },
                "reason": "text",
                "id": 1,
                "created": "text",
                "updated": "text",
                "label_user_creator": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "status": "text",
                "reference_mastercard_action_event": [
                  {
                    "event_id": 1
                  }
                ],
                "mastercard_action_id": 1,
                "alias": {
                  "iban": "text",
                  "display_name": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "country": "text",
                  "bunq_me": {
                    "type": "text",
                    "value": "text",
                    "name": "text"
                  },
                  "is_light": true,
                  "swift_bic": "text",
                  "swift_account_number": "text",
                  "transferwise_account_number": "text",
                  "transferwise_bank_code": "text",
                  "merchant_category_code": "text"
                },
                "counterparty_alias": {
                  "iban": "text",
                  "display_name": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  },
                  "country": "text",
                  "bunq_me": {
                    "type": "text",
                    "value": "text",
                    "name": "text"
                  },
                  "is_light": true,
                  "swift_bic": "text",
                  "swift_account_number": "text",
                  "transferwise_account_number": "text",
                  "transferwise_bank_code": "text",
                  "merchant_category_code": "text"
                },
                "description": "text",
                "label_card": {
                  "uuid": "text",
                  "type": "text",
                  "second_line": "text",
                  "expiry_date": "text",
                  "status": "text",
                  "label_user": {
                    "uuid": "text",
                    "display_name": "text",
                    "country": "text",
                    "avatar": {
                      "uuid": "text",
                      "anchor_uuid": "text",
                      "image": [
                        {
                          "attachment_public_uuid": "text",
                          "content_type": "text",
                          "height": 1,
                          "width": 1
                        }
                      ],
                      "style": "text"
                    },
                    "public_nick_name": "text"
                  }
                },
                "time_refund": "text",
                "additional_information": {
                  "category": "text",
                  "reason": "text",
                  "comment": "text",
                  "attachment": [
                    {
                      "id": 1
                    }
                  ],
                  "terms_and_conditions": "text"
                },
                "status_description": "text",
                "status_description_translated": "text",
                "status_together_url": "text"
              }
            ],
            "pos_card_presence": "text",
            "pos_card_holder_presence": "text",
            "eligible_whitelist_id": 1,
            "cashback_payout_item": {
              "status": "text",
              "amount": {
                "value": "text",
                "currency": "text"
              },
              "rate_applied": "text",
              "transaction_category": {
                "category": "text",
                "type": "text",
                "status": "text",
                "order": 1,
                "description": "text",
                "description_translated": "text",
                "color": "text",
                "icon": "text"
              },
              "user_partner_promotion": {
                "status": "text",
                "number_of_transaction_remaining": 1,
                "partner_promotion": {
                  "public_uuid": "text",
                  "status": "text",
                  "promotion_code": "text",
                  "amount_cashback_per_transaction_maximum": {
                    "value": "text",
                    "currency": "text"
                  },
                  "number_of_transaction_maximum": 1,
                  "amount_transaction_minimum": {
                    "value": "text",
                    "currency": "text"
                  },
                  "url_together": "text",
                  "deeplink": "text",
                  "partner_name": "text",
                  "partner_avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "promotion_title_short": [
                    "text"
                  ],
                  "promotion_title_long": [
                    "text"
                  ],
                  "promotion_description": [
                    "text"
                  ]
                }
              }
            },
            "point_mutation": {
              "number_of_point": 1
            },
            "blacklist": {
              "merchant_name": "text",
              "merchant_id": "text",
              "merchant_identifier": "text",
              "mastercard_merchant_id": "text",
              "external_merchant_id": "text",
              "id": 1,
              "created": "text",
              "updated": "text",
              "status": "text",
              "merchant_hash": "text",
              "merchant_avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              }
            },
            "blocklist": {
              "merchant_name": "text",
              "merchant_id": "text",
              "merchant_identifier": "text",
              "mastercard_merchant_id": "text",
              "external_merchant_id": "text",
              "id": 1,
              "created": "text",
              "updated": "text",
              "status": "text",
              "merchant_hash": "text",
              "merchant_avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              }
            },
            "additional_authentication_status": "text",
            "pin_status": "text",
            "mastercard_action_report": {
              "mastercard_action_id": 1,
              "type": "text",
              "status": "text",
              "merchant_id": "text",
              "merchant_name": "text",
              "counterparty_alias": {
                "iban": "text",
                "display_name": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "label_user": {
                  "uuid": "text",
                  "display_name": "text",
                  "country": "text",
                  "avatar": {
                    "uuid": "text",
                    "anchor_uuid": "text",
                    "image": [
                      {
                        "attachment_public_uuid": "text",
                        "content_type": "text",
                        "height": 1,
                        "width": 1
                      }
                    ],
                    "style": "text"
                  },
                  "public_nick_name": "text"
                },
                "country": "text",
                "bunq_me": {
                  "type": "text",
                  "value": "text",
                  "name": "text"
                },
                "is_light": true,
                "swift_bic": "text",
                "swift_account_number": "text",
                "transferwise_account_number": "text",
                "transferwise_bank_code": "text",
                "merchant_category_code": "text"
              }
            },
            "merchant_category_code": "text",
            "company_employee_card_receipt": {
              "status": "text"
            }
          },
          "Payment": {
            "amount": {
              "value": "text",
              "currency": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "description": "text",
            "attachment": [
              {
                "id": 1,
                "monetary_account_id": 1
              }
            ],
            "merchant_reference": "text",
            "id": 1,
            "created": "text",
            "updated": "text",
            "monetary_account_id": 1,
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "type": "text",
            "sub_type": "text",
            "payment_arrival_expected": {
              "status": "text",
              "time": "text"
            },
            "bunqto_status": "text",
            "bunqto_sub_status": "text",
            "bunqto_share_url": "text",
            "bunqto_expiry": "text",
            "bunqto_time_responded": "text",
            "batch_id": 1,
            "scheduled_id": 1,
            "address_shipping": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "address_billing": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "geolocation": {
              "latitude": 1,
              "longitude": 1,
              "altitude": 1,
              "radius": 1
            },
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ],
            "balance_after_mutation": {
              "value": "text",
              "currency": "text"
            },
            "payment_auto_allocate_instance": "[Circular Reference]",
            "payment_suspended_outgoing": {
              "status": "text",
              "monetary_account_id": "text",
              "time_execution": "text"
            },
            "payment_fee": {
              "value": "text",
              "currency": "text",
              "invoice_id": 1
            }
          },
          "PaymentBatch": {
            "payments": "[Circular Reference]"
          },
          "RequestResponse": {
            "amount_responded": {
              "value": "text",
              "currency": "text"
            },
            "status": "text",
            "address_shipping": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "address_billing": {
              "street": "text",
              "house_number": "text",
              "po_box": "text",
              "postal_code": "text",
              "city": "text",
              "country": "text",
              "extra": "text",
              "mailbox_name": "text",
              "province": "text",
              "is_user_address_updated": true
            },
            "id": 1,
            "created": "text",
            "updated": "text",
            "time_responded": "text",
            "time_expiry": "text",
            "time_refund_requested": "text",
            "time_refunded": "text",
            "user_refund_requested": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "monetary_account_id": 1,
            "amount_inquired": {
              "value": "text",
              "currency": "text"
            },
            "description": "text",
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "attachment": [
              {
                "description": "text",
                "content_type": "text",
                "urls": [
                  {
                    "type": "text",
                    "url": "text"
                  }
                ]
              }
            ],
            "minimum_age": 1,
            "require_address": "text",
            "geolocation": {
              "latitude": 1,
              "longitude": 1,
              "altitude": 1,
              "radius": 1
            },
            "type": "text",
            "sub_type": "text",
            "redirect_url": "text",
            "credit_scheme_identifier": "text",
            "mandate_identifier": "text",
            "registration_action": "text",
            "eligible_whitelist_id": 1,
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ],
            "event_id": 1,
            "monetary_account_preferred_id": 1
          },
          "ScheduleInstance": {
            "state": "text",
            "time_start": "text",
            "time_end": "text",
            "error_message": [
              [
                {
                  "error_description": "text",
                  "error_description_translated": "text"
                }
              ]
            ],
            "scheduled_object": "[Circular Reference]",
            "result_object": "[Circular Reference]",
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ]
          },
          "WhitelistResult": {
            "id": 1,
            "monetary_account_paying_id": 1,
            "status": "text",
            "sub_status": "text",
            "error_message": [
              [
                {
                  "error_description": "text",
                  "error_description_translated": "text"
                }
              ]
            ],
            "whitelist": {},
            "object": "[Circular Reference]",
            "request_reference_split_the_bill": [
              {
                "type": "text",
                "id": 1
              }
            ]
          },
          "TransferwisePayment": {
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "status": "text",
            "sub_status": "text",
            "status_transferwise": "text",
            "status_transferwise_issue": "text",
            "amount_source": {
              "value": "text",
              "currency": "text"
            },
            "amount_target": {
              "value": "text",
              "currency": "text"
            },
            "rate": "text",
            "reference": "text",
            "pay_in_reference": "text",
            "time_delivery_estimate": "text",
            "quote": {
              "amount_source": {
                "value": "text",
                "currency": "text"
              },
              "amount_target": {
                "value": "text",
                "currency": "text"
              },
              "id": 1,
              "created": "text",
              "updated": "text",
              "time_expiry": "text",
              "quote_id": "text",
              "amount_fee": {
                "value": "text",
                "currency": "text"
              },
              "rate": "text",
              "time_delivery_estimate": "text"
            }
          },
          "CurrencyConversion": {
            "id": 1,
            "created": "text",
            "updated": "text",
            "status": "text",
            "date_delivery_expected": "text",
            "rate": "text",
            "amount": {
              "value": "text",
              "currency": "text"
            },
            "counter_amount": {
              "value": "text",
              "currency": "text"
            },
            "group_uuid": "text",
            "type": "text",
            "order_type": "text",
            "label_monetary_account": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counter_label_monetary_account": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "payment": "[Circular Reference]"
          }
        }
      }
    ],
    "total_amount_inquired": {
      "value": "text",
      "currency": "text"
    },
    "reference_split_the_bill": {
      "BillingInvoice": {
        "status": "text",
        "id": 1,
        "created": "text",
        "updated": "text",
        "invoice_date": "text",
        "invoice_number": "text",
        "category": "text",
        "group": [
          {
            "type": "text",
            "type_description": "text",
            "type_description_translated": "text",
            "instance_description": "text",
            "product_vat_exclusive": {
              "value": "text",
              "currency": "text"
            },
            "product_vat_inclusive": {
              "value": "text",
              "currency": "text"
            },
            "item": [
              {
                "id": 1,
                "billing_date": "text",
                "type_description": "text",
                "type_description_translated": "text",
                "unit_vat_exclusive": {
                  "value": "text",
                  "currency": "text"
                },
                "unit_vat_inclusive": {
                  "value": "text",
                  "currency": "text"
                },
                "vat": 1,
                "quantity": 1,
                "total_vat_exclusive": {
                  "value": "text",
                  "currency": "text"
                },
                "total_vat_inclusive": {
                  "value": "text",
                  "currency": "text"
                }
              }
            ]
          }
        ],
        "total_vat_inclusive": {
          "value": "text",
          "currency": "text"
        },
        "total_vat_exclusive": {
          "value": "text",
          "currency": "text"
        },
        "total_vat": {
          "value": "text",
          "currency": "text"
        },
        "alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "address": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "counterparty_address": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "chamber_of_commerce_number": "text",
        "vat_number": "text",
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ]
      },
      "DraftPayment": {
        "status": "text",
        "entries": [
          {
            "amount": {
              "value": "text",
              "currency": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "description": "text",
            "merchant_reference": "text",
            "attachment": [
              {
                "id": 1,
                "monetary_account_id": 1
              }
            ],
            "id": 1,
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "type": "text"
          }
        ],
        "schedule": "[Circular Reference]"
      },
      "MasterCardAction": {
        "id": 1,
        "monetary_account_id": 1,
        "card_id": 1,
        "amount_local": {
          "value": "text",
          "currency": "text"
        },
        "amount_converted": {
          "value": "text",
          "currency": "text"
        },
        "amount_billing": {
          "value": "text",
          "currency": "text"
        },
        "amount_original_local": {
          "value": "text",
          "currency": "text"
        },
        "amount_original_billing": {
          "value": "text",
          "currency": "text"
        },
        "amount_fee": {
          "value": "text",
          "currency": "text"
        },
        "card_authorisation_id_response": "text",
        "decision": "text",
        "payment_status": "text",
        "decision_description": "text",
        "decision_description_translated": "text",
        "decision_together_url": "text",
        "description": "text",
        "authorisation_status": "text",
        "authorisation_type": "text",
        "pan_entry_mode_user": "text",
        "settlement_status": "text",
        "clearing_status": "text",
        "maturity_date": "text",
        "city": "text",
        "alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "label_card": {
          "uuid": "text",
          "type": "text",
          "second_line": "text",
          "expiry_date": "text",
          "status": "text",
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          }
        },
        "merchant_id": "text",
        "token_status": "text",
        "reservation_expiry_time": "text",
        "clearing_expiry_time": "text",
        "applied_limit": "text",
        "secure_code_id": 1,
        "wallet_provider_id": "text",
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ],
        "card_tokenization_event": "[Circular Reference]",
        "all_mastercard_action_refund": [
          {
            "type": "text",
            "sub_type": "text",
            "amount": {
              "value": "text",
              "currency": "text"
            },
            "reason": "text",
            "id": 1,
            "created": "text",
            "updated": "text",
            "label_user_creator": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "status": "text",
            "reference_mastercard_action_event": [
              {
                "event_id": 1
              }
            ],
            "mastercard_action_id": 1,
            "alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "counterparty_alias": {
              "iban": "text",
              "display_name": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              },
              "country": "text",
              "bunq_me": {
                "type": "text",
                "value": "text",
                "name": "text"
              },
              "is_light": true,
              "swift_bic": "text",
              "swift_account_number": "text",
              "transferwise_account_number": "text",
              "transferwise_bank_code": "text",
              "merchant_category_code": "text"
            },
            "description": "text",
            "label_card": {
              "uuid": "text",
              "type": "text",
              "second_line": "text",
              "expiry_date": "text",
              "status": "text",
              "label_user": {
                "uuid": "text",
                "display_name": "text",
                "country": "text",
                "avatar": {
                  "uuid": "text",
                  "anchor_uuid": "text",
                  "image": [
                    {
                      "attachment_public_uuid": "text",
                      "content_type": "text",
                      "height": 1,
                      "width": 1
                    }
                  ],
                  "style": "text"
                },
                "public_nick_name": "text"
              }
            },
            "time_refund": "text",
            "additional_information": {
              "category": "text",
              "reason": "text",
              "comment": "text",
              "attachment": [
                {
                  "id": 1
                }
              ],
              "terms_and_conditions": "text"
            },
            "status_description": "text",
            "status_description_translated": "text",
            "status_together_url": "text"
          }
        ],
        "pos_card_presence": "text",
        "pos_card_holder_presence": "text",
        "eligible_whitelist_id": 1,
        "cashback_payout_item": {
          "status": "text",
          "amount": {
            "value": "text",
            "currency": "text"
          },
          "rate_applied": "text",
          "transaction_category": {
            "category": "text",
            "type": "text",
            "status": "text",
            "order": 1,
            "description": "text",
            "description_translated": "text",
            "color": "text",
            "icon": "text"
          },
          "user_partner_promotion": {
            "status": "text",
            "number_of_transaction_remaining": 1,
            "partner_promotion": {
              "public_uuid": "text",
              "status": "text",
              "promotion_code": "text",
              "amount_cashback_per_transaction_maximum": {
                "value": "text",
                "currency": "text"
              },
              "number_of_transaction_maximum": 1,
              "amount_transaction_minimum": {
                "value": "text",
                "currency": "text"
              },
              "url_together": "text",
              "deeplink": "text",
              "partner_name": "text",
              "partner_avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "promotion_title_short": [
                "text"
              ],
              "promotion_title_long": [
                "text"
              ],
              "promotion_description": [
                "text"
              ]
            }
          }
        },
        "point_mutation": {
          "number_of_point": 1
        },
        "blacklist": {
          "merchant_name": "text",
          "merchant_id": "text",
          "merchant_identifier": "text",
          "mastercard_merchant_id": "text",
          "external_merchant_id": "text",
          "id": 1,
          "created": "text",
          "updated": "text",
          "status": "text",
          "merchant_hash": "text",
          "merchant_avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          }
        },
        "blocklist": {
          "merchant_name": "text",
          "merchant_id": "text",
          "merchant_identifier": "text",
          "mastercard_merchant_id": "text",
          "external_merchant_id": "text",
          "id": 1,
          "created": "text",
          "updated": "text",
          "status": "text",
          "merchant_hash": "text",
          "merchant_avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          }
        },
        "additional_authentication_status": "text",
        "pin_status": "text",
        "mastercard_action_report": {
          "mastercard_action_id": 1,
          "type": "text",
          "status": "text",
          "merchant_id": "text",
          "merchant_name": "text",
          "counterparty_alias": {
            "iban": "text",
            "display_name": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "label_user": {
              "uuid": "text",
              "display_name": "text",
              "country": "text",
              "avatar": {
                "uuid": "text",
                "anchor_uuid": "text",
                "image": [
                  {
                    "attachment_public_uuid": "text",
                    "content_type": "text",
                    "height": 1,
                    "width": 1
                  }
                ],
                "style": "text"
              },
              "public_nick_name": "text"
            },
            "country": "text",
            "bunq_me": {
              "type": "text",
              "value": "text",
              "name": "text"
            },
            "is_light": true,
            "swift_bic": "text",
            "swift_account_number": "text",
            "transferwise_account_number": "text",
            "transferwise_bank_code": "text",
            "merchant_category_code": "text"
          }
        },
        "merchant_category_code": "text",
        "company_employee_card_receipt": {
          "status": "text"
        }
      },
      "Payment": {
        "amount": {
          "value": "text",
          "currency": "text"
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "description": "text",
        "attachment": [
          {
            "id": 1,
            "monetary_account_id": 1
          }
        ],
        "merchant_reference": "text",
        "id": 1,
        "created": "text",
        "updated": "text",
        "monetary_account_id": 1,
        "alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "type": "text",
        "sub_type": "text",
        "payment_arrival_expected": {
          "status": "text",
          "time": "text"
        },
        "bunqto_status": "text",
        "bunqto_sub_status": "text",
        "bunqto_share_url": "text",
        "bunqto_expiry": "text",
        "bunqto_time_responded": "text",
        "batch_id": 1,
        "scheduled_id": 1,
        "address_shipping": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "address_billing": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "geolocation": {
          "latitude": 1,
          "longitude": 1,
          "altitude": 1,
          "radius": 1
        },
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ],
        "balance_after_mutation": {
          "value": "text",
          "currency": "text"
        },
        "payment_auto_allocate_instance": "[Circular Reference]",
        "payment_suspended_outgoing": {
          "status": "text",
          "monetary_account_id": "text",
          "time_execution": "text"
        },
        "payment_fee": {
          "value": "text",
          "currency": "text",
          "invoice_id": 1
        }
      },
      "PaymentBatch": {
        "payments": "[Circular Reference]"
      },
      "RequestResponse": {
        "amount_responded": {
          "value": "text",
          "currency": "text"
        },
        "status": "text",
        "address_shipping": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "address_billing": {
          "street": "text",
          "house_number": "text",
          "po_box": "text",
          "postal_code": "text",
          "city": "text",
          "country": "text",
          "extra": "text",
          "mailbox_name": "text",
          "province": "text",
          "is_user_address_updated": true
        },
        "id": 1,
        "created": "text",
        "updated": "text",
        "time_responded": "text",
        "time_expiry": "text",
        "time_refund_requested": "text",
        "time_refunded": "text",
        "user_refund_requested": {
          "uuid": "text",
          "display_name": "text",
          "country": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "public_nick_name": "text"
        },
        "monetary_account_id": 1,
        "amount_inquired": {
          "value": "text",
          "currency": "text"
        },
        "description": "text",
        "alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "attachment": [
          {
            "description": "text",
            "content_type": "text",
            "urls": [
              {
                "type": "text",
                "url": "text"
              }
            ]
          }
        ],
        "minimum_age": 1,
        "require_address": "text",
        "geolocation": {
          "latitude": 1,
          "longitude": 1,
          "altitude": 1,
          "radius": 1
        },
        "type": "text",
        "sub_type": "text",
        "redirect_url": "text",
        "credit_scheme_identifier": "text",
        "mandate_identifier": "text",
        "registration_action": "text",
        "eligible_whitelist_id": 1,
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ],
        "event_id": 1,
        "monetary_account_preferred_id": 1
      },
      "ScheduleInstance": {
        "state": "text",
        "time_start": "text",
        "time_end": "text",
        "error_message": [
          [
            {
              "error_description": "text",
              "error_description_translated": "text"
            }
          ]
        ],
        "scheduled_object": "[Circular Reference]",
        "result_object": "[Circular Reference]",
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ]
      },
      "WhitelistResult": {
        "id": 1,
        "monetary_account_paying_id": 1,
        "status": "text",
        "sub_status": "text",
        "error_message": [
          [
            {
              "error_description": "text",
              "error_description_translated": "text"
            }
          ]
        ],
        "whitelist": {},
        "object": "[Circular Reference]",
        "request_reference_split_the_bill": [
          {
            "type": "text",
            "id": 1
          }
        ]
      },
      "TransferwisePayment": {
        "alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "counterparty_alias": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "status": "text",
        "sub_status": "text",
        "status_transferwise": "text",
        "status_transferwise_issue": "text",
        "amount_source": {
          "value": "text",
          "currency": "text"
        },
        "amount_target": {
          "value": "text",
          "currency": "text"
        },
        "rate": "text",
        "reference": "text",
        "pay_in_reference": "text",
        "time_delivery_estimate": "text",
        "quote": {
          "amount_source": {
            "value": "text",
            "currency": "text"
          },
          "amount_target": {
            "value": "text",
            "currency": "text"
          },
          "id": 1,
          "created": "text",
          "updated": "text",
          "time_expiry": "text",
          "quote_id": "text",
          "amount_fee": {
            "value": "text",
            "currency": "text"
          },
          "rate": "text",
          "time_delivery_estimate": "text"
        }
      },
      "CurrencyConversion": {
        "id": 1,
        "created": "text",
        "updated": "text",
        "status": "text",
        "date_delivery_expected": "text",
        "rate": "text",
        "amount": {
          "value": "text",
          "currency": "text"
        },
        "counter_amount": {
          "value": "text",
          "currency": "text"
        },
        "group_uuid": "text",
        "type": "text",
        "order_type": "text",
        "label_monetary_account": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "counter_label_monetary_account": {
          "iban": "text",
          "display_name": "text",
          "avatar": {
            "uuid": "text",
            "anchor_uuid": "text",
            "image": [
              {
                "attachment_public_uuid": "text",
                "content_type": "text",
                "height": 1,
                "width": 1
              }
            ],
            "style": "text"
          },
          "label_user": {
            "uuid": "text",
            "display_name": "text",
            "country": "text",
            "avatar": {
              "uuid": "text",
              "anchor_uuid": "text",
              "image": [
                {
                  "attachment_public_uuid": "text",
                  "content_type": "text",
                  "height": 1,
                  "width": 1
                }
              ],
              "style": "text"
            },
            "public_nick_name": "text"
          },
          "country": "text",
          "bunq_me": {
            "type": "text",
            "value": "text",
            "name": "text"
          },
          "is_light": true,
          "swift_bic": "text",
          "swift_account_number": "text",
          "transferwise_account_number": "text",
          "transferwise_bank_code": "text",
          "merchant_category_code": "text"
        },
        "payment": "[Circular Reference]"
      }
    }
  }
]
post

Create a request batch by sending an array of single request objects, that will become part of the batch.

Path parameters
userIDintegerRequired
monetary-accountIDintegerRequired
Header parameters
Cache-ControlstringOptional

The standard HTTP Cache-Control header is required for all signed requests.

User-AgentstringRequired

The User-Agent header field should contain information about the user agent originating the request. There are no restrictions on the value of this header.

X-Bunq-LanguagestringOptional

The X-Bunq-Language header must contain a preferred language indication. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore. Currently only the languages en_US and nl_NL are supported. Anything else will default to en_US.

X-Bunq-RegionstringOptional

The X-Bunq-Region header must contain the region (country) of the client device. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore.

X-Bunq-Client-Request-IdstringOptional

This header must specify an ID with each request that is unique for the logged in user. There are no restrictions for the format of this ID. However, the server will respond with an error when the same ID is used again on the same DeviceServer.

X-Bunq-GeolocationstringOptional

This header must specify the geolocation of the device. The format of this value is longitude latitude altitude radius country. The country is expected to be formatted of an ISO 3166-1 alpha-2 country code. When no geolocation is available or known the header must still be included but can be zero valued.

X-Bunq-Client-AuthenticationstringRequired

The authentication token is used to authenticate the source of the API call. It is required by all API calls except for POST /v1/installation. It is important to note that the device and session calls are using the token from the response of the installation call, while all the other calls use the token from the response of the session-server call

Body
statusstringWrite-onlyOptional

The status of the request.

event_idintegerWrite-onlyOptional

The ID of the associated event if the request batch was made using 'split the bill'.

Responses
200
Create a batch of requests for payment, or show the request batches of a monetary account.
application/json
400
This is how the error response looks like for 4XX response codes
application/json
post
POST /v1/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch HTTP/1.1
Host: public-api.sandbox.bunq.com
User-Agent: text
X-Bunq-Client-Authentication: text
Content-Type: application/json
Accept: */*
Content-Length: 444

{
  "request_inquiries": [
    {
      "amount_inquired": {
        "value": "text",
        "currency": "text"
      },
      "counterparty_alias": {},
      "description": "text",
      "attachment": [
        {
          "id": 1
        }
      ],
      "merchant_reference": "text",
      "status": "text",
      "minimum_age": 1,
      "require_address": "text",
      "want_tip": true,
      "allow_amount_lower": true,
      "allow_amount_higher": true,
      "allow_bunqme": true,
      "redirect_url": "text",
      "event_id": 1
    }
  ],
  "status": "text",
  "total_amount_inquired": {
    "value": "text",
    "currency": "text"
  },
  "event_id": 1
}
{
  "Id": {
    "id": 1
  }
}
put

Revoke a request batch. The status of all the requests will be set to REVOKED.

Path parameters
userIDintegerRequired
monetary-accountIDintegerRequired
itemIdintegerRequired
Header parameters
Cache-ControlstringOptional

The standard HTTP Cache-Control header is required for all signed requests.

User-AgentstringRequired

The User-Agent header field should contain information about the user agent originating the request. There are no restrictions on the value of this header.

X-Bunq-LanguagestringOptional

The X-Bunq-Language header must contain a preferred language indication. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore. Currently only the languages en_US and nl_NL are supported. Anything else will default to en_US.

X-Bunq-RegionstringOptional

The X-Bunq-Region header must contain the region (country) of the client device. The value of this header is formatted as a ISO 639-1 language code plus a ISO 3166-1 alpha-2 country code, separated by an underscore.

X-Bunq-Client-Request-IdstringOptional

This header must specify an ID with each request that is unique for the logged in user. There are no restrictions for the format of this ID. However, the server will respond with an error when the same ID is used again on the same DeviceServer.

X-Bunq-GeolocationstringOptional

This header must specify the geolocation of the device. The format of this value is longitude latitude altitude radius country. The country is expected to be formatted of an ISO 3166-1 alpha-2 country code. When no geolocation is available or known the header must still be included but can be zero valued.

X-Bunq-Client-AuthenticationstringRequired

The authentication token is used to authenticate the source of the API call. It is required by all API calls except for POST /v1/installation. It is important to note that the device and session calls are using the token from the response of the installation call, while all the other calls use the token from the response of the session-server call

Body
statusstringWrite-onlyOptional

The status of the request.

event_idintegerWrite-onlyOptional

The ID of the associated event if the request batch was made using 'split the bill'.

Responses
200
Create a batch of requests for payment, or show the request batches of a monetary account.
application/json
400
This is how the error response looks like for 4XX response codes
application/json
put
PUT /v1/user/{userID}/monetary-account/{monetary-accountID}/request-inquiry-batch/{itemId} HTTP/1.1
Host: public-api.sandbox.bunq.com
User-Agent: text
X-Bunq-Client-Authentication: text
Content-Type: application/json
Accept: */*
Content-Length: 444

{
  "request_inquiries": [
    {
      "amount_inquired": {
        "value": "text",
        "currency": "text"
      },
      "counterparty_alias": {},
      "description": "text",
      "attachment": [
        {
          "id": 1
        }
      ],
      "merchant_reference": "text",
      "status": "text",
      "minimum_age": 1,
      "require_address": "text",
      "want_tip": true,
      "allow_amount_lower": true,
      "allow_amount_higher": true,
      "allow_bunqme": true,
      "redirect_url": "text",
      "event_id": 1
    }
  ],
  "status": "text",
  "total_amount_inquired": {
    "value": "text",
    "currency": "text"
  },
  "event_id": 1
}
{
  "Id": {
    "id": 1
  }
}