Bunq · Capability

Bunq user/{userID}/monetary-account — User

Bunq user/{userID}/monetary-account — User. 275 operations. Lead operation: User. Self-contained Naftiko capability covering one Bunq business surface.

Run with Naftiko BunqUser

What You Can Do

GET
Listallmonetaryaccountforuser — Get a collection of all your MonetaryAccounts.
/v1/user/{userid}/monetary-account
POST
Createmonetaryaccountbankforuser — Create new MonetaryAccountBank.
/v1/user/{userid}/monetary-account-bank
GET
Listallmonetaryaccountbankforuser — Gets a listing of all MonetaryAccountBanks of a given user.
/v1/user/{userid}/monetary-account-bank
GET
Readmonetaryaccountbankforuser — Get a specific MonetaryAccountBank.
/v1/user/{userid}/monetary-account-bank/{itemid}
PUT
Updatemonetaryaccountbankforuser — Update a specific existing MonetaryAccountBank.
/v1/user/{userid}/monetary-account-bank/{itemid}
GET
Listallmonetaryaccountcardforuser — Gets a listing of all MonetaryAccountCard of a given user.
/v1/user/{userid}/monetary-account-card
GET
Readmonetaryaccountcardforuser — Get a specific MonetaryAccountCard.
/v1/user/{userid}/monetary-account-card/{itemid}
PUT
Updatemonetaryaccountcardforuser — Update a specific existing MonetaryAccountCard.
/v1/user/{userid}/monetary-account-card/{itemid}
POST
Createmonetaryaccountexternalforuser — Endpoint for managing monetary accounts which are connected to external services.
/v1/user/{userid}/monetary-account-external
GET
Listallmonetaryaccountexternalforuser — Endpoint for managing monetary accounts which are connected to external services.
/v1/user/{userid}/monetary-account-external
POST
Createmonetaryaccountexternalsavingsforuser — Endpoint for managing monetary account savings which are connected to external services.
/v1/user/{userid}/monetary-account-external-savings
GET
Listallmonetaryaccountexternalsavingsforuser — Endpoint for managing monetary account savings which are connected to external services.
/v1/user/{userid}/monetary-account-external-savings
GET
Readmonetaryaccountexternalsavingsforuser — Endpoint for managing monetary account savings which are connected to external services.
/v1/user/{userid}/monetary-account-external-savings/{itemid}
PUT
Updatemonetaryaccountexternalsavingsforuser — Endpoint for managing monetary account savings which are connected to external services.
/v1/user/{userid}/monetary-account-external-savings/{itemid}
GET
Readmonetaryaccountexternalforuser — Endpoint for managing monetary accounts which are connected to external services.
/v1/user/{userid}/monetary-account-external/{itemid}
PUT
Updatemonetaryaccountexternalforuser — Endpoint for managing monetary accounts which are connected to external services.
/v1/user/{userid}/monetary-account-external/{itemid}
POST
Createmonetaryaccountjointforuser — The endpoint for joint monetary accounts.
/v1/user/{userid}/monetary-account-joint
GET
Listallmonetaryaccountjointforuser — The endpoint for joint monetary accounts.
/v1/user/{userid}/monetary-account-joint
GET
Readmonetaryaccountjointforuser — The endpoint for joint monetary accounts.
/v1/user/{userid}/monetary-account-joint/{itemid}
PUT
Updatemonetaryaccountjointforuser — The endpoint for joint monetary accounts.
/v1/user/{userid}/monetary-account-joint/{itemid}
POST
Createmonetaryaccountsavingsforuser — Create new MonetaryAccountSavings.
/v1/user/{userid}/monetary-account-savings
GET
Listallmonetaryaccountsavingsforuser — Gets a listing of all MonetaryAccountSavingss of a given user.
/v1/user/{userid}/monetary-account-savings
GET
Readmonetaryaccountsavingsforuser — Get a specific MonetaryAccountSavings.
/v1/user/{userid}/monetary-account-savings/{itemid}
PUT
Updatemonetaryaccountsavingsforuser — Update a specific existing MonetaryAccountSavings.
/v1/user/{userid}/monetary-account-savings/{itemid}
GET
Readmonetaryaccountforuser — Get a specific MonetaryAccount.
/v1/user/{userid}/monetary-account/{itemid}
POST
Createnoteattachmentforusermonetaryaccountadyencardtransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountadyencardtransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountadyencardtransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountadyencardtransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountadyencardtransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountadyencardtransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-text
GET
Listallnotetextforusermonetaryaccountadyencardtransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-text
PUT
Updatenotetextforusermonetaryaccountadyencardtransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountadyencardtransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountadyencardtransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/adyen-card-transaction/{adyen-card-transactionid}/note-text/{itemid}
POST
Createattachmentforusermonetaryaccount — Create a new monetary account attachment. Create a POST request with a payload that contains the binary representation of the file, without any JSON wrapping. Make sure you define the MIME type (i.e. image/jpeg) in the Content-Type header.
/v1/user/{userid}/monetary-account/{monetary-accountid}/attachment
GET
Listallcontentforusermonetaryaccountattachment — Get the raw content of a specific attachment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/attachment/{attachmentid}/content
POST
Createnoteattachmentforusermonetaryaccountbunqmefundraiserresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountbunqmefundraiserresult — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountbunqmefundraiserresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountbunqmefundraiserresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountbunqmefundraiserresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountbunqmefundraiserresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-text
GET
Listallnotetextforusermonetaryaccountbunqmefundraiserresult — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-text
PUT
Updatenotetextforusermonetaryaccountbunqmefundraiserresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountbunqmefundraiserresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountbunqmefundraiserresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{bunqme-fundraiser-resultid}/note-text/{itemid}
GET
Readbunqmefundraiserresultforusermonetaryaccount — bunq.me fundraiser result containing all payments.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-fundraiser-result/{itemid}
POST
Createbunqmetabforusermonetaryaccount — bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-tab
GET
Listallbunqmetabforusermonetaryaccount — bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-tab
GET
Readbunqmetabresultresponseforusermonetaryaccount — Used to view bunq.me TabResultResponse objects belonging to a tab. A TabResultResponse is an object that holds details on a tab which has been paid from the provided monetary account.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-tab-result-response/{itemid}
PUT
Updatebunqmetabforusermonetaryaccount — bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-tab/{itemid}
GET
Readbunqmetabforusermonetaryaccount — bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.
/v1/user/{userid}/monetary-account/{monetary-accountid}/bunqme-tab/{itemid}
POST
Createcurrencycloudpaymentquoteforusermonetaryaccount — Endpoint for managing currency conversions.
/v1/user/{userid}/monetary-account/{monetary-accountid}/currency-cloud-payment-quote
GET
Listallcurrencyconversionforusermonetaryaccount — Endpoint for managing currency conversions.
/v1/user/{userid}/monetary-account/{monetary-accountid}/currency-conversion
POST
Createcurrencyconversionquoteforusermonetaryaccount — Endpoint to create a quote for currency conversions.
/v1/user/{userid}/monetary-account/{monetary-accountid}/currency-conversion-quote
GET
Readcurrencyconversionquoteforusermonetaryaccount — Endpoint to create a quote for currency conversions.
/v1/user/{userid}/monetary-account/{monetary-accountid}/currency-conversion-quote/{itemid}
PUT
Updatecurrencyconversionquoteforusermonetaryaccount — Endpoint to create a quote for currency conversions.
/v1/user/{userid}/monetary-account/{monetary-accountid}/currency-conversion-quote/{itemid}
GET
Readcurrencyconversionforusermonetaryaccount — Endpoint for managing currency conversions.
/v1/user/{userid}/monetary-account/{monetary-accountid}/currency-conversion/{itemid}
POST
Createcustomerstatementforusermonetaryaccount — Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.
/v1/user/{userid}/monetary-account/{monetary-accountid}/customer-statement
GET
Listallcustomerstatementforusermonetaryaccount — Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.
/v1/user/{userid}/monetary-account/{monetary-accountid}/customer-statement
GET
Listallcontentforusermonetaryaccountcustomerstatement — Fetch the raw content of a statement export. The returned file format could be MT940, CSV or PDF depending on the statement format specified during the statement creation. The doc won't display the response of a request to get the content o
/v1/user/{userid}/monetary-account/{monetary-accountid}/customer-statement/{customer-statementid}/content
GET
Readcustomerstatementforusermonetaryaccount — Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.
/v1/user/{userid}/monetary-account/{monetary-accountid}/customer-statement/{itemid}
DELETE
Deletecustomerstatementforusermonetaryaccount — Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.
/v1/user/{userid}/monetary-account/{monetary-accountid}/customer-statement/{itemid}
POST
Createdraftpaymentforusermonetaryaccount — Create a new DraftPayment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment
GET
Listalldraftpaymentforusermonetaryaccount — Get a listing of all DraftPayments from a given MonetaryAccount.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment
POST
Createnoteattachmentforusermonetaryaccountdraftpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountdraftpayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountdraftpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountdraftpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountdraftpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountdraftpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-text
GET
Listallnotetextforusermonetaryaccountdraftpayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-text
PUT
Updatenotetextforusermonetaryaccountdraftpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountdraftpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountdraftpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{draft-paymentid}/note-text/{itemid}
PUT
Updatedraftpaymentforusermonetaryaccount — Update a DraftPayment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{itemid}
GET
Readdraftpaymentforusermonetaryaccount — Get a specific DraftPayment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/draft-payment/{itemid}
POST
Createstatementforusermonetaryaccountevent — Used to create a statement export of a single payment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/event/{eventid}/statement
GET
Readstatementforusermonetaryaccountevent — Used to create a statement export of a single payment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/event/{eventid}/statement/{itemid}
GET
Listallcontentforusermonetaryaccounteventstatement — Fetch the raw content of a payment statement export.
/v1/user/{userid}/monetary-account/{monetary-accountid}/event/{eventid}/statement/{statementid}/content
POST
Createexportribforusermonetaryaccount — Create a new RIB.
/v1/user/{userid}/monetary-account/{monetary-accountid}/export-rib
GET
Listallexportribforusermonetaryaccount — List all the RIBs for a monetary account.
/v1/user/{userid}/monetary-account/{monetary-accountid}/export-rib
GET
Listallcontentforusermonetaryaccountexportrib — Used to retrieve the raw content of an RIB.
/v1/user/{userid}/monetary-account/{monetary-accountid}/export-rib/{export-ribid}/content
GET
Readexportribforusermonetaryaccount — Get a RIB for a monetary account by its id.
/v1/user/{userid}/monetary-account/{monetary-accountid}/export-rib/{itemid}
DELETE
Deleteexportribforusermonetaryaccount — Used to create new and read existing RIBs of a monetary account
/v1/user/{userid}/monetary-account/{monetary-accountid}/export-rib/{itemid}
POST
Createidealmerchanttransactionforusermonetaryaccount — View for requesting iDEAL transactions and polling their status.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction
GET
Listallidealmerchanttransactionforusermonetaryaccount — View for requesting iDEAL transactions and polling their status.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction
POST
Createnoteattachmentforusermonetaryaccountidealmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountidealmerchanttransaction — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountidealmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountidealmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountidealmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountidealmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-text
GET
Listallnotetextforusermonetaryaccountidealmerchanttransaction — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-text
PUT
Updatenotetextforusermonetaryaccountidealmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountidealmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountidealmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{ideal-merchant-transactionid}/note-text/{itemid}
GET
Readidealmerchanttransactionforusermonetaryaccount — View for requesting iDEAL transactions and polling their status.
/v1/user/{userid}/monetary-account/{monetary-accountid}/ideal-merchant-transaction/{itemid}
GET
Listallinvoiceforusermonetaryaccount — Used to view a bunq invoice.
/v1/user/{userid}/monetary-account/{monetary-accountid}/invoice
GET
Readinvoiceforusermonetaryaccount — Used to view a bunq invoice.
/v1/user/{userid}/monetary-account/{monetary-accountid}/invoice/{itemid}
GET
Listallmastercardactionforusermonetaryaccount — MasterCard transaction view.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action
GET
Readmastercardactionforusermonetaryaccount — MasterCard transaction view.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{itemid}
POST
Createnoteattachmentforusermonetaryaccountmastercardaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountmastercardaction — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountmastercardaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountmastercardaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountmastercardaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountmastercardaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-text
GET
Listallnotetextforusermonetaryaccountmastercardaction — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-text
PUT
Updatenotetextforusermonetaryaccountmastercardaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountmastercardaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountmastercardaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/note-text/{itemid}
GET
Listallpaymentforusermonetaryaccountmastercardaction — MasterCard transaction view.
/v1/user/{userid}/monetary-account/{monetary-accountid}/mastercard-action/{mastercard-actionid}/payment
POST
Createnotificationfilterurlforusermonetaryaccount — Manage the url notification filters for a user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/notification-filter-url
GET
Listallnotificationfilterurlforusermonetaryaccount — Manage the url notification filters for a user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/notification-filter-url
POST
Createpaymentforusermonetaryaccount — Create a new Payment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment
GET
Listallpaymentforusermonetaryaccount — Get a listing of all Payments performed on a given MonetaryAccount (incoming and outgoing).
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment
POST
Createpaymentautoallocateforusermonetaryaccount — Manage a users automatic payment auto allocated settings.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate
GET
Listallpaymentautoallocateforusermonetaryaccount — Manage a users automatic payment auto allocated settings.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate
GET
Readpaymentautoallocateforusermonetaryaccount — Manage a users automatic payment auto allocated settings.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate/{itemid}
PUT
Updatepaymentautoallocateforusermonetaryaccount — Manage a users automatic payment auto allocated settings.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate/{itemid}
DELETE
Deletepaymentautoallocateforusermonetaryaccount — Manage a users automatic payment auto allocated settings.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate/{itemid}
GET
Listalldefinitionforusermonetaryaccountpaymentautoallocate — List all the definitions in a payment auto allocate.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate/{payment-auto-allocateid}/definition
GET
Listallinstanceforusermonetaryaccountpaymentautoallocate — List all the times a users payment was automatically allocated.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate/{payment-auto-allocateid}/instance
GET
Readinstanceforusermonetaryaccountpaymentautoallocate — List all the times a users payment was automatically allocated.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-auto-allocate/{payment-auto-allocateid}/instance/{itemid}
POST
Createpaymentbatchforusermonetaryaccount — Create a payment batch by sending an array of single payment objects, that will become part of the batch.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch
GET
Listallpaymentbatchforusermonetaryaccount — Return all the payment batches for a monetary account.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch
PUT
Updatepaymentbatchforusermonetaryaccount — Revoke a bunq.to payment batch. The status of all the payments will be set to REVOKED.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{itemid}
GET
Readpaymentbatchforusermonetaryaccount — Return the details of a specific payment batch.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{itemid}
POST
Createnoteattachmentforusermonetaryaccountpaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountpaymentbatch — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountpaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountpaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountpaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountpaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-text
GET
Listallnotetextforusermonetaryaccountpaymentbatch — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-text
PUT
Updatenotetextforusermonetaryaccountpaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountpaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountpaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment-batch/{payment-batchid}/note-text/{itemid}
GET
Readpaymentforusermonetaryaccount — Get a specific previous Payment.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{itemid}
POST
Createnoteattachmentforusermonetaryaccountpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountpayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountpayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-text
GET
Listallnotetextforusermonetaryaccountpayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-text
PUT
Updatenotetextforusermonetaryaccountpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountpayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/payment/{paymentid}/note-text/{itemid}
POST
Createrequestinquiryforusermonetaryaccount — Create a new payment request.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry
GET
Listallrequestinquiryforusermonetaryaccount — Get all payment requests for a user's monetary account. bunqme_share_url is always null if the counterparty is a bunq user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry
POST
Createrequestinquirybatchforusermonetaryaccount — Create a request batch by sending an array of single request objects, that will become part of the batch.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch
GET
Listallrequestinquirybatchforusermonetaryaccount — Return all the request batches for a monetary account.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch
PUT
Updaterequestinquirybatchforusermonetaryaccount — Revoke a request batch. The status of all the requests will be set to REVOKED.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{itemid}
GET
Readrequestinquirybatchforusermonetaryaccount — Return the details of a specific request batch.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{itemid}
POST
Createnoteattachmentforusermonetaryaccountrequestinquirybatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountrequestinquirybatch — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountrequestinquirybatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountrequestinquirybatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountrequestinquirybatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountrequestinquirybatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-text
GET
Listallnotetextforusermonetaryaccountrequestinquirybatch — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-text
PUT
Updatenotetextforusermonetaryaccountrequestinquirybatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountrequestinquirybatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountrequestinquirybatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry-batch/{request-inquiry-batchid}/note-text/{itemid}
PUT
Updaterequestinquiryforusermonetaryaccount — Revoke a request for payment, by updating the status to REVOKED.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{itemid}
GET
Readrequestinquiryforusermonetaryaccount — Get the details of a specific payment request, including its status. bunqme_share_url is always null if the counterparty is a bunq user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{itemid}
POST
Createnoteattachmentforusermonetaryaccountrequestinquiry — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountrequestinquiry — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountrequestinquiry — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountrequestinquiry — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountrequestinquiry — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountrequestinquiry — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-text
GET
Listallnotetextforusermonetaryaccountrequestinquiry — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-text
PUT
Updatenotetextforusermonetaryaccountrequestinquiry — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountrequestinquiry — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountrequestinquiry — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-inquiry/{request-inquiryid}/note-text/{itemid}
GET
Listallrequestresponseforusermonetaryaccount — Get all RequestResponses for a MonetaryAccount.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response
PUT
Updaterequestresponseforusermonetaryaccount — Update the status to accept or reject the RequestResponse.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{itemid}
GET
Readrequestresponseforusermonetaryaccount — Get the details for a specific existing RequestResponse.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{itemid}
POST
Createnoteattachmentforusermonetaryaccountrequestresponse — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountrequestresponse — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountrequestresponse — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountrequestresponse — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountrequestresponse — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountrequestresponse — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-text
GET
Listallnotetextforusermonetaryaccountrequestresponse — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-text
PUT
Updatenotetextforusermonetaryaccountrequestresponse — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountrequestresponse — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountrequestresponse — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/request-response/{request-responseid}/note-text/{itemid}
GET
Listallscheduleforusermonetaryaccount — Get a collection of scheduled definition for a given monetary account. You can add the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH} is provided only schedule definition obj
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule
POST
Createschedulepaymentforusermonetaryaccount — Endpoint for schedule payments.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment
GET
Listallschedulepaymentforusermonetaryaccount — Endpoint for schedule payments.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment
POST
Createschedulepaymentbatchforusermonetaryaccount — Endpoint for schedule payment batches.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch
GET
Readschedulepaymentbatchforusermonetaryaccount — Endpoint for schedule payment batches.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{itemid}
PUT
Updateschedulepaymentbatchforusermonetaryaccount — Endpoint for schedule payment batches.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{itemid}
DELETE
Deleteschedulepaymentbatchforusermonetaryaccount — Endpoint for schedule payment batches.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{itemid}
POST
Createnoteattachmentforusermonetaryaccountschedulepaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountschedulepaymentbatch — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountschedulepaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountschedulepaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountschedulepaymentbatch — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountschedulepaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-text
GET
Listallnotetextforusermonetaryaccountschedulepaymentbatch — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-text
PUT
Updatenotetextforusermonetaryaccountschedulepaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountschedulepaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountschedulepaymentbatch — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment-batch/{schedule-payment-batchid}/note-text/{itemid}
DELETE
Deleteschedulepaymentforusermonetaryaccount — Endpoint for schedule payments.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{itemid}
GET
Readschedulepaymentforusermonetaryaccount — Endpoint for schedule payments.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{itemid}
PUT
Updateschedulepaymentforusermonetaryaccount — Endpoint for schedule payments.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{itemid}
POST
Createnoteattachmentforusermonetaryaccountschedulepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountschedulepayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountschedulepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountschedulepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountschedulepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountschedulepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-text
GET
Listallnotetextforusermonetaryaccountschedulepayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-text
PUT
Updatenotetextforusermonetaryaccountschedulepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountschedulepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountschedulepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule-payment/{schedule-paymentid}/note-text/{itemid}
GET
Readscheduleforusermonetaryaccount — Get a specific schedule definition for a given monetary account.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{itemid}
GET
Listallscheduleinstanceforusermonetaryaccountschedule — view for reading, updating and listing the scheduled instance.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance
GET
Readscheduleinstanceforusermonetaryaccountschedule — view for reading, updating and listing the scheduled instance.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{itemid}
PUT
Updatescheduleinstanceforusermonetaryaccountschedule — view for reading, updating and listing the scheduled instance.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{itemid}
POST
Createnoteattachmentforusermonetaryaccountschedulescheduleinstance — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountschedulescheduleinstance — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountschedulescheduleinstance — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountschedulescheduleinstance — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountschedulescheduleinstance — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountschedulescheduleinstance — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-text
GET
Listallnotetextforusermonetaryaccountschedulescheduleinstance — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-text
PUT
Updatenotetextforusermonetaryaccountschedulescheduleinstance — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountschedulescheduleinstance — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountschedulescheduleinstance — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/schedule/{scheduleid}/schedule-instance/{schedule-instanceid}/note-text/{itemid}
POST
Createshareinvitemonetaryaccountinquiryforusermonetaryaccount — [DEPRECATED - use /share-invite-monetary-account-response] Create a new share inquiry for a monetary account, specifying the permission the other bunq user will have on it.
/v1/user/{userid}/monetary-account/{monetary-accountid}/share-invite-monetary-account-inquiry
GET
Listallshareinvitemonetaryaccountinquiryforusermonetaryaccount — [DEPRECATED - use /share-invite-monetary-account-response] Get a list with all the share inquiries for a monetary account, only if the requesting user has permission to change the details of the various ones.
/v1/user/{userid}/monetary-account/{monetary-accountid}/share-invite-monetary-account-inquiry
GET
Readshareinvitemonetaryaccountinquiryforusermonetaryaccount — [DEPRECATED - use /share-invite-monetary-account-response] Get the details of a specific share inquiry.
/v1/user/{userid}/monetary-account/{monetary-accountid}/share-invite-monetary-account-inquiry/{itemid}
PUT
Updateshareinvitemonetaryaccountinquiryforusermonetaryaccount — [DEPRECATED - use /share-invite-monetary-account-response] Update the details of a share. This includes updating status (revoking or cancelling it), granted permission and validity period of this share.
/v1/user/{userid}/monetary-account/{monetary-accountid}/share-invite-monetary-account-inquiry/{itemid}
GET
Listallsofortmerchanttransactionforusermonetaryaccount — View for requesting Sofort transactions and polling their status.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction
GET
Readsofortmerchanttransactionforusermonetaryaccount — View for requesting Sofort transactions and polling their status.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{itemid}
POST
Createnoteattachmentforusermonetaryaccountsofortmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountsofortmerchanttransaction — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountsofortmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountsofortmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountsofortmerchanttransaction — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountsofortmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-text
GET
Listallnotetextforusermonetaryaccountsofortmerchanttransaction — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-text
PUT
Updatenotetextforusermonetaryaccountsofortmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountsofortmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountsofortmerchanttransaction — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/sofort-merchant-transaction/{sofort-merchant-transactionid}/note-text/{itemid}
GET
Readswitchservicepaymentforusermonetaryaccount — An incoming payment made towards an account of an external bank and redirected to a bunq account via switch service.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{itemid}
POST
Createnoteattachmentforusermonetaryaccountswitchservicepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountswitchservicepayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountswitchservicepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountswitchservicepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountswitchservicepayment — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountswitchservicepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-text
GET
Listallnotetextforusermonetaryaccountswitchservicepayment — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-text
PUT
Updatenotetextforusermonetaryaccountswitchservicepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountswitchservicepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountswitchservicepayment — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/switch-service-payment/{switch-service-paymentid}/note-text/{itemid}
GET
Listallwhitelistsddforusermonetaryaccount — Get a listing of all SDD whitelist entries for a target monetary account.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist-sdd
GET
Readwhitelistsddforusermonetaryaccount — Get a specific SDD whitelist entry.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist-sdd/{itemid}
POST
Createnoteattachmentforusermonetaryaccountwhitelistwhitelistresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-attachment
GET
Listallnoteattachmentforusermonetaryaccountwhitelistwhitelistresult — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-attachment
PUT
Updatenoteattachmentforusermonetaryaccountwhitelistwhitelistresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-attachment/{itemid}
DELETE
Deletenoteattachmentforusermonetaryaccountwhitelistwhitelistresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-attachment/{itemid}
GET
Readnoteattachmentforusermonetaryaccountwhitelistwhitelistresult — Used to manage attachment notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-attachment/{itemid}
POST
Createnotetextforusermonetaryaccountwhitelistwhitelistresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-text
GET
Listallnotetextforusermonetaryaccountwhitelistwhitelistresult — Manage the notes for a given user.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-text
PUT
Updatenotetextforusermonetaryaccountwhitelistwhitelistresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-text/{itemid}
DELETE
Deletenotetextforusermonetaryaccountwhitelistwhitelistresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-text/{itemid}
GET
Readnotetextforusermonetaryaccountwhitelistwhitelistresult — Used to manage text notes.
/v1/user/{userid}/monetary-account/{monetary-accountid}/whitelist/{whitelistid}/whitelist-result/{whitelist-resultid}/note-text/{itemid}

MCP Tools

get-collection-all-your-monetaryaccounts

Get a collection of all your MonetaryAccounts.

read-only idempotent
create-new-monetaryaccountbank

Create new MonetaryAccountBank.

gets-listing-all-monetaryaccountbanks-given

Gets a listing of all MonetaryAccountBanks of a given user.

read-only idempotent
get-specific-monetaryaccountbank

Get a specific MonetaryAccountBank.

read-only idempotent
update-specific-existing-monetaryaccountbank

Update a specific existing MonetaryAccountBank.

idempotent
gets-listing-all-monetaryaccountcard-given

Gets a listing of all MonetaryAccountCard of a given user.

read-only idempotent
get-specific-monetaryaccountcard

Get a specific MonetaryAccountCard.

read-only idempotent
update-specific-existing-monetaryaccountcard

Update a specific existing MonetaryAccountCard.

idempotent
endpoint-managing-monetary-accounts-which

Endpoint for managing monetary accounts which are connected to external services.

endpoint-managing-monetary-accounts-which-2

Endpoint for managing monetary accounts which are connected to external services.

read-only idempotent
endpoint-managing-monetary-account-savings

Endpoint for managing monetary account savings which are connected to external services.

endpoint-managing-monetary-account-savings-2

Endpoint for managing monetary account savings which are connected to external services.

read-only idempotent
endpoint-managing-monetary-account-savings-3

Endpoint for managing monetary account savings which are connected to external services.

read-only idempotent
endpoint-managing-monetary-account-savings-4

Endpoint for managing monetary account savings which are connected to external services.

idempotent
endpoint-managing-monetary-accounts-which-3

Endpoint for managing monetary accounts which are connected to external services.

read-only idempotent
endpoint-managing-monetary-accounts-which-4

Endpoint for managing monetary accounts which are connected to external services.

idempotent
endpoint-joint-monetary-accounts

The endpoint for joint monetary accounts.

endpoint-joint-monetary-accounts-2

The endpoint for joint monetary accounts.

read-only idempotent
endpoint-joint-monetary-accounts-3

The endpoint for joint monetary accounts.

read-only idempotent
endpoint-joint-monetary-accounts-4

The endpoint for joint monetary accounts.

idempotent
create-new-monetaryaccountsavings

Create new MonetaryAccountSavings.

gets-listing-all-monetaryaccountsavingss-given

Gets a listing of all MonetaryAccountSavingss of a given user.

read-only idempotent
get-specific-monetaryaccountsavings

Get a specific MonetaryAccountSavings.

read-only idempotent
update-specific-existing-monetaryaccountsavings

Update a specific existing MonetaryAccountSavings.

idempotent
get-specific-monetaryaccount

Get a specific MonetaryAccount.

read-only idempotent
used-manage-attachment-notes

Used to manage attachment notes.

used-manage-attachment-notes-2

Used to manage attachment notes.

read-only idempotent
used-manage-attachment-notes-3

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-4

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-5

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes

Used to manage text notes.

used-manage-text-notes-2

Used to manage text notes.

read-only idempotent
used-manage-text-notes-3

Used to manage text notes.

idempotent
used-manage-text-notes-4

Used to manage text notes.

idempotent
used-manage-text-notes-5

Used to manage text notes.

read-only idempotent
create-new-monetary-account-attachment

Create a new monetary account attachment. Create a POST request with a payload that contains the binary representation of the file, without any JSON wrapping. Make sure you define the MIME type (i.e. image/jpeg) in the Content-Type header.

get-raw-content-specific-attachment

Get the raw content of a specific attachment.

read-only idempotent
used-manage-attachment-notes-6

Used to manage attachment notes.

manage-notes-given-user

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-7

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-8

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-9

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-6

Used to manage text notes.

manage-notes-given-user-2

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-7

Used to manage text notes.

idempotent
used-manage-text-notes-8

Used to manage text notes.

idempotent
used-manage-text-notes-9

Used to manage text notes.

read-only idempotent
bunq-me-fundraiser-result-containing-all

bunq.me fundraiser result containing all payments.

read-only idempotent
bunq-me-tabs-allows-you-create

bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.

bunq-me-tabs-allows-you-create-2

bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.

read-only idempotent
used-view-bunq-me-tabresultresponse-objects

Used to view bunq.me TabResultResponse objects belonging to a tab. A TabResultResponse is an object that holds details on a tab which has been paid from the provided monetary account.

read-only idempotent
bunq-me-tabs-allows-you-create-3

bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.

idempotent
bunq-me-tabs-allows-you-create-4

bunq.me tabs allows you to create a payment request and share the link through e-mail, chat, etc. Multiple persons are able to respond to the payment request and pay through bunq, iDeal or SOFORT.

read-only idempotent
endpoint-managing-currency-conversions

Endpoint for managing currency conversions.

endpoint-managing-currency-conversions-2

Endpoint for managing currency conversions.

read-only idempotent
endpoint-create-quote-currency-conversions

Endpoint to create a quote for currency conversions.

endpoint-create-quote-currency-conversions-2

Endpoint to create a quote for currency conversions.

read-only idempotent
endpoint-create-quote-currency-conversions-3

Endpoint to create a quote for currency conversions.

idempotent
endpoint-managing-currency-conversions-3

Endpoint for managing currency conversions.

read-only idempotent
used-create-new-and-read

Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.

used-create-new-and-read-2

Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.

read-only idempotent
fetch-raw-content-statement-export

Fetch the raw content of a statement export. The returned file format could be MT940, CSV or PDF depending on the statement format specified during the statement creation. The doc won't display the response of a request to get the content o

read-only idempotent
used-create-new-and-read-3

Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.

read-only idempotent
used-create-new-and-read-4

Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.

idempotent
create-new-draftpayment

Create a new DraftPayment.

get-listing-all-draftpayments-given

Get a listing of all DraftPayments from a given MonetaryAccount.

read-only idempotent
used-manage-attachment-notes-10

Used to manage attachment notes.

manage-notes-given-user-3

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-11

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-12

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-13

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-10

Used to manage text notes.

manage-notes-given-user-4

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-11

Used to manage text notes.

idempotent
used-manage-text-notes-12

Used to manage text notes.

idempotent
used-manage-text-notes-13

Used to manage text notes.

read-only idempotent
update-draftpayment

Update a DraftPayment.

idempotent
get-specific-draftpayment

Get a specific DraftPayment.

read-only idempotent
used-create-statement-export-single

Used to create a statement export of a single payment.

used-create-statement-export-single-2

Used to create a statement export of a single payment.

read-only idempotent
fetch-raw-content-payment-statement

Fetch the raw content of a payment statement export.

read-only idempotent
create-new-rib

Create a new RIB.

list-all-ribs-monetary-account

List all the RIBs for a monetary account.

read-only idempotent
used-retrieve-raw-content-rib

Used to retrieve the raw content of an RIB.

read-only idempotent
get-rib-monetary-account-its

Get a RIB for a monetary account by its id.

read-only idempotent
used-create-new-and-read-5

Used to create new and read existing RIBs of a monetary account

idempotent
view-requesting-ideal-transactions-and

View for requesting iDEAL transactions and polling their status.

view-requesting-ideal-transactions-and-2

View for requesting iDEAL transactions and polling their status.

read-only idempotent
used-manage-attachment-notes-14

Used to manage attachment notes.

manage-notes-given-user-5

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-15

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-16

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-17

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-14

Used to manage text notes.

manage-notes-given-user-6

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-15

Used to manage text notes.

idempotent
used-manage-text-notes-16

Used to manage text notes.

idempotent
used-manage-text-notes-17

Used to manage text notes.

read-only idempotent
view-requesting-ideal-transactions-and-3

View for requesting iDEAL transactions and polling their status.

read-only idempotent
used-view-bunq-invoice

Used to view a bunq invoice.

read-only idempotent
used-view-bunq-invoice-2

Used to view a bunq invoice.

read-only idempotent
mastercard-transaction-view

MasterCard transaction view.

read-only idempotent
mastercard-transaction-view-2

MasterCard transaction view.

read-only idempotent
used-manage-attachment-notes-18

Used to manage attachment notes.

manage-notes-given-user-7

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-19

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-20

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-21

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-18

Used to manage text notes.

manage-notes-given-user-8

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-19

Used to manage text notes.

idempotent
used-manage-text-notes-20

Used to manage text notes.

idempotent
used-manage-text-notes-21

Used to manage text notes.

read-only idempotent
mastercard-transaction-view-3

MasterCard transaction view.

read-only idempotent
manage-url-notification-filters-user

Manage the url notification filters for a user.

manage-url-notification-filters-user-2

Manage the url notification filters for a user.

read-only idempotent
create-new-payment

Create a new Payment.

get-listing-all-payments-performed

Get a listing of all Payments performed on a given MonetaryAccount (incoming and outgoing).

read-only idempotent
manage-users-automatic-payment-auto

Manage a users automatic payment auto allocated settings.

manage-users-automatic-payment-auto-2

Manage a users automatic payment auto allocated settings.

read-only idempotent
manage-users-automatic-payment-auto-3

Manage a users automatic payment auto allocated settings.

read-only idempotent
manage-users-automatic-payment-auto-4

Manage a users automatic payment auto allocated settings.

idempotent
manage-users-automatic-payment-auto-5

Manage a users automatic payment auto allocated settings.

idempotent
list-all-definitions-payment-auto

List all the definitions in a payment auto allocate.

read-only idempotent
list-all-times-users-payment

List all the times a users payment was automatically allocated.

read-only idempotent
list-all-times-users-payment-2

List all the times a users payment was automatically allocated.

read-only idempotent
create-payment-batch-sending-array

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

return-all-payment-batches-monetary

Return all the payment batches for a monetary account.

read-only idempotent
revoke-bunq-to-payment-batch-status

Revoke a bunq.to payment batch. The status of all the payments will be set to REVOKED.

idempotent
return-details-specific-payment-batch

Return the details of a specific payment batch.

read-only idempotent
used-manage-attachment-notes-22

Used to manage attachment notes.

manage-notes-given-user-9

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-23

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-24

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-25

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-22

Used to manage text notes.

manage-notes-given-user-10

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-23

Used to manage text notes.

idempotent
used-manage-text-notes-24

Used to manage text notes.

idempotent
used-manage-text-notes-25

Used to manage text notes.

read-only idempotent
get-specific-previous-payment

Get a specific previous Payment.

read-only idempotent
used-manage-attachment-notes-26

Used to manage attachment notes.

manage-notes-given-user-11

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-27

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-28

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-29

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-26

Used to manage text notes.

manage-notes-given-user-12

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-27

Used to manage text notes.

idempotent
used-manage-text-notes-28

Used to manage text notes.

idempotent
used-manage-text-notes-29

Used to manage text notes.

read-only idempotent
create-new-payment-request

Create a new payment request.

get-all-payment-requests-user-s

Get all payment requests for a user's monetary account. bunqme_share_url is always null if the counterparty is a bunq user.

read-only idempotent
create-request-batch-sending-array

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

return-all-request-batches-monetary

Return all the request batches for a monetary account.

read-only idempotent
revoke-request-batch-status-all

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

idempotent
return-details-specific-request-batch

Return the details of a specific request batch.

read-only idempotent
used-manage-attachment-notes-30

Used to manage attachment notes.

manage-notes-given-user-13

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-31

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-32

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-33

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-30

Used to manage text notes.

manage-notes-given-user-14

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-31

Used to manage text notes.

idempotent
used-manage-text-notes-32

Used to manage text notes.

idempotent
used-manage-text-notes-33

Used to manage text notes.

read-only idempotent
revoke-request-payment-updating-status

Revoke a request for payment, by updating the status to REVOKED.

idempotent
get-details-specific-payment-request

Get the details of a specific payment request, including its status. bunqme_share_url is always null if the counterparty is a bunq user.

read-only idempotent
used-manage-attachment-notes-34

Used to manage attachment notes.

manage-notes-given-user-15

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-35

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-36

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-37

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-34

Used to manage text notes.

manage-notes-given-user-16

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-35

Used to manage text notes.

idempotent
used-manage-text-notes-36

Used to manage text notes.

idempotent
used-manage-text-notes-37

Used to manage text notes.

read-only idempotent
get-all-requestresponses-monetaryaccount

Get all RequestResponses for a MonetaryAccount.

read-only idempotent
update-status-accept-reject-requestresponse

Update the status to accept or reject the RequestResponse.

idempotent
get-details-specific-existing-requestresponse

Get the details for a specific existing RequestResponse.

read-only idempotent
used-manage-attachment-notes-38

Used to manage attachment notes.

manage-notes-given-user-17

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-39

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-40

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-41

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-38

Used to manage text notes.

manage-notes-given-user-18

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-39

Used to manage text notes.

idempotent
used-manage-text-notes-40

Used to manage text notes.

idempotent
used-manage-text-notes-41

Used to manage text notes.

read-only idempotent
get-collection-scheduled-definition-given

Get a collection of scheduled definition for a given monetary account. You can add the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH} is provided only schedule definition obj

read-only idempotent
endpoint-schedule-payments

Endpoint for schedule payments.

endpoint-schedule-payments-2

Endpoint for schedule payments.

read-only idempotent
endpoint-schedule-payment-batches

Endpoint for schedule payment batches.

endpoint-schedule-payment-batches-2

Endpoint for schedule payment batches.

read-only idempotent
endpoint-schedule-payment-batches-3

Endpoint for schedule payment batches.

idempotent
endpoint-schedule-payment-batches-4

Endpoint for schedule payment batches.

idempotent
used-manage-attachment-notes-42

Used to manage attachment notes.

manage-notes-given-user-19

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-43

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-44

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-45

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-42

Used to manage text notes.

manage-notes-given-user-20

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-43

Used to manage text notes.

idempotent
used-manage-text-notes-44

Used to manage text notes.

idempotent
used-manage-text-notes-45

Used to manage text notes.

read-only idempotent
endpoint-schedule-payments-3

Endpoint for schedule payments.

idempotent
endpoint-schedule-payments-4

Endpoint for schedule payments.

read-only idempotent
endpoint-schedule-payments-5

Endpoint for schedule payments.

idempotent
used-manage-attachment-notes-46

Used to manage attachment notes.

manage-notes-given-user-21

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-47

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-48

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-49

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-46

Used to manage text notes.

manage-notes-given-user-22

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-47

Used to manage text notes.

idempotent
used-manage-text-notes-48

Used to manage text notes.

idempotent
used-manage-text-notes-49

Used to manage text notes.

read-only idempotent
get-specific-schedule-definition-given

Get a specific schedule definition for a given monetary account.

read-only idempotent
view-reading-updating-and-listing

view for reading, updating and listing the scheduled instance.

read-only idempotent
view-reading-updating-and-listing-2

view for reading, updating and listing the scheduled instance.

read-only idempotent
view-reading-updating-and-listing-3

view for reading, updating and listing the scheduled instance.

idempotent
used-manage-attachment-notes-50

Used to manage attachment notes.

manage-notes-given-user-23

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-51

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-52

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-53

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-50

Used to manage text notes.

manage-notes-given-user-24

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-51

Used to manage text notes.

idempotent
used-manage-text-notes-52

Used to manage text notes.

idempotent
used-manage-text-notes-53

Used to manage text notes.

read-only idempotent
deprecated-use-share-invite-monetary

[DEPRECATED - use /share-invite-monetary-account-response] Create a new share inquiry for a monetary account, specifying the permission the other bunq user will have on it.

deprecated-use-share-invite-monetary-2

[DEPRECATED - use /share-invite-monetary-account-response] Get a list with all the share inquiries for a monetary account, only if the requesting user has permission to change the details of the various ones.

read-only idempotent
deprecated-use-share-invite-monetary-3

[DEPRECATED - use /share-invite-monetary-account-response] Get the details of a specific share inquiry.

read-only idempotent
deprecated-use-share-invite-monetary-4

[DEPRECATED - use /share-invite-monetary-account-response] Update the details of a share. This includes updating status (revoking or cancelling it), granted permission and validity period of this share.

idempotent
view-requesting-sofort-transactions-and

View for requesting Sofort transactions and polling their status.

read-only idempotent
view-requesting-sofort-transactions-and-2

View for requesting Sofort transactions and polling their status.

read-only idempotent
used-manage-attachment-notes-54

Used to manage attachment notes.

manage-notes-given-user-25

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-55

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-56

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-57

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-54

Used to manage text notes.

manage-notes-given-user-26

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-55

Used to manage text notes.

idempotent
used-manage-text-notes-56

Used to manage text notes.

idempotent
used-manage-text-notes-57

Used to manage text notes.

read-only idempotent
incoming-payment-made-towards-account

An incoming payment made towards an account of an external bank and redirected to a bunq account via switch service.

read-only idempotent
used-manage-attachment-notes-58

Used to manage attachment notes.

manage-notes-given-user-27

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-59

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-60

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-61

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-58

Used to manage text notes.

manage-notes-given-user-28

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-59

Used to manage text notes.

idempotent
used-manage-text-notes-60

Used to manage text notes.

idempotent
used-manage-text-notes-61

Used to manage text notes.

read-only idempotent
get-listing-all-sdd-whitelist

Get a listing of all SDD whitelist entries for a target monetary account.

read-only idempotent
get-specific-sdd-whitelist-entry

Get a specific SDD whitelist entry.

read-only idempotent
used-manage-attachment-notes-62

Used to manage attachment notes.

manage-notes-given-user-29

Manage the notes for a given user.

read-only idempotent
used-manage-attachment-notes-63

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-64

Used to manage attachment notes.

idempotent
used-manage-attachment-notes-65

Used to manage attachment notes.

read-only idempotent
used-manage-text-notes-62

Used to manage text notes.

manage-notes-given-user-30

Manage the notes for a given user.

read-only idempotent
used-manage-text-notes-63

Used to manage text notes.

idempotent
used-manage-text-notes-64

Used to manage text notes.

idempotent
used-manage-text-notes-65

Used to manage text notes.

read-only idempotent

Capability Spec

user-userid-monetary-account-user.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Bunq user/{userID}/monetary-account — User
  description: 'Bunq user/{userID}/monetary-account — User. 275 operations. Lead operation: User. Self-contained Naftiko capability
    covering one Bunq business surface.'
  tags:
  - Bunq
  - User
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BUNQ_API_KEY: BUNQ_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-userid-monetary-account-user
    baseUri: https://public-api.sandbox.bunq.com/{basePath}
    description: Bunq user/{userID}/monetary-account — User business capability. Self-contained, no shared references.
    resources:
    - name: user-userID-monetary-account
      path: /user/{userID}/monetary-account
      operations:
      - name: listallmonetaryaccountforuser
        method: GET
        description: Get a collection of all your MonetaryAccounts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-bank
      path: /user/{userID}/monetary-account-bank
      operations:
      - name: createmonetaryaccountbankforuser
        method: POST
        description: Create new MonetaryAccountBank.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallmonetaryaccountbankforuser
        method: GET
        description: Gets a listing of all MonetaryAccountBanks of a given user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-bank-itemId
      path: /user/{userID}/monetary-account-bank/{itemId}
      operations:
      - name: readmonetaryaccountbankforuser
        method: GET
        description: Get a specific MonetaryAccountBank.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: updatemonetaryaccountbankforuser
        method: PUT
        description: Update a specific existing MonetaryAccountBank.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-card
      path: /user/{userID}/monetary-account-card
      operations:
      - name: listallmonetaryaccountcardforuser
        method: GET
        description: Gets a listing of all MonetaryAccountCard of a given user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-card-itemId
      path: /user/{userID}/monetary-account-card/{itemId}
      operations:
      - name: readmonetaryaccountcardforuser
        method: GET
        description: Get a specific MonetaryAccountCard.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: updatemonetaryaccountcardforuser
        method: PUT
        description: Update a specific existing MonetaryAccountCard.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-external
      path: /user/{userID}/monetary-account-external
      operations:
      - name: createmonetaryaccountexternalforuser
        method: POST
        description: Endpoint for managing monetary accounts which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallmonetaryaccountexternalforuser
        method: GET
        description: Endpoint for managing monetary accounts which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-external-savings
      path: /user/{userID}/monetary-account-external-savings
      operations:
      - name: createmonetaryaccountexternalsavingsforuser
        method: POST
        description: Endpoint for managing monetary account savings which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallmonetaryaccountexternalsavingsforuser
        method: GET
        description: Endpoint for managing monetary account savings which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-external-savings-itemId
      path: /user/{userID}/monetary-account-external-savings/{itemId}
      operations:
      - name: readmonetaryaccountexternalsavingsforuser
        method: GET
        description: Endpoint for managing monetary account savings which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: updatemonetaryaccountexternalsavingsforuser
        method: PUT
        description: Endpoint for managing monetary account savings which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-external-itemId
      path: /user/{userID}/monetary-account-external/{itemId}
      operations:
      - name: readmonetaryaccountexternalforuser
        method: GET
        description: Endpoint for managing monetary accounts which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: updatemonetaryaccountexternalforuser
        method: PUT
        description: Endpoint for managing monetary accounts which are connected to external services.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-joint
      path: /user/{userID}/monetary-account-joint
      operations:
      - name: createmonetaryaccountjointforuser
        method: POST
        description: The endpoint for joint monetary accounts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallmonetaryaccountjointforuser
        method: GET
        description: The endpoint for joint monetary accounts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-joint-itemId
      path: /user/{userID}/monetary-account-joint/{itemId}
      operations:
      - name: readmonetaryaccountjointforuser
        method: GET
        description: The endpoint for joint monetary accounts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: updatemonetaryaccountjointforuser
        method: PUT
        description: The endpoint for joint monetary accounts.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-savings
      path: /user/{userID}/monetary-account-savings
      operations:
      - name: createmonetaryaccountsavingsforuser
        method: POST
        description: Create new MonetaryAccountSavings.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallmonetaryaccountsavingsforuser
        method: GET
        description: Gets a listing of all MonetaryAccountSavingss of a given user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-savings-itemId
      path: /user/{userID}/monetary-account-savings/{itemId}
      operations:
      - name: readmonetaryaccountsavingsforuser
        method: GET
        description: Get a specific MonetaryAccountSavings.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: updatemonetaryaccountsavingsforuser
        method: PUT
        description: Update a specific existing MonetaryAccountSavings.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-itemId
      path: /user/{userID}/monetary-account/{itemId}
      operations:
      - name: readmonetaryaccountforuser
        method: GET
        description: Get a specific MonetaryAccount.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-adyen-card-transaction-adyen-car
      path: /user/{userID}/monetary-account/{monetary-accountID}/adyen-card-transaction/{adyen-card-transactionID}/note-attachment
      operations:
      - name: createnoteattachmentforusermonetaryaccountadyencardtransaction
        method: POST
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallnoteattachmentforusermonetaryaccountadyencardtransaction
        method: GET
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-adyen-card-transaction-adyen-car
      path: /user/{userID}/monetary-account/{monetary-accountID}/adyen-card-transaction/{adyen-card-transactionID}/note-attachment/{itemId}
      operations:
      - name: updatenoteattachmentforusermonetaryaccountadyencardtransaction
        method: PUT
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletenoteattachmentforusermonetaryaccountadyencardtransaction
        method: DELETE
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: readnoteattachmentforusermonetaryaccountadyencardtransaction
        method: GET
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-adyen-card-transaction-adyen-car
      path: /user/{userID}/monetary-account/{monetary-accountID}/adyen-card-transaction/{adyen-card-transactionID}/note-text
      operations:
      - name: createnotetextforusermonetaryaccountadyencardtransaction
        method: POST
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallnotetextforusermonetaryaccountadyencardtransaction
        method: GET
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-adyen-card-transaction-adyen-car
      path: /user/{userID}/monetary-account/{monetary-accountID}/adyen-card-transaction/{adyen-card-transactionID}/note-text/{itemId}
      operations:
      - name: updatenotetextforusermonetaryaccountadyencardtransaction
        method: PUT
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletenotetextforusermonetaryaccountadyencardtransaction
        method: DELETE
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: readnotetextforusermonetaryaccountadyencardtransaction
        method: GET
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: adyen-card-transactionID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-attachment
      path: /user/{userID}/monetary-account/{monetary-accountID}/attachment
      operations:
      - name: createattachmentforusermonetaryaccount
        method: POST
        description: 'Create a new monetary account attachment. Create a POST request with a payload that contains the binary
          representation of the file, without any JSON wrapping. Make sure you define the MIME type (i.e. image/jpeg) in the
          Content-Type header. '
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-userID-monetary-account-monetary-accountID-attachment-attachmentID-content
      path: /user/{userID}/monetary-account/{monetary-accountID}/attachment/{attachmentID}/content
      operations:
      - name: listallcontentforusermonetaryaccountattachment
        method: GET
        description: Get the raw content of a specific attachment.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: attachmentID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-bunqme-fundraiser-result-bunqme-
      path: /user/{userID}/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment
      operations:
      - name: createnoteattachmentforusermonetaryaccountbunqmefundraiserresult
        method: POST
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallnoteattachmentforusermonetaryaccountbunqmefundraiserresult
        method: GET
        description: Manage the notes for a given user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-bunqme-fundraiser-result-bunqme-
      path: /user/{userID}/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment/{itemId}
      operations:
      - name: updatenoteattachmentforusermonetaryaccountbunqmefundraiserresult
        method: PUT
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletenoteattachmentforusermonetaryaccountbunqmefundraiserresult
        method: DELETE
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: readnoteattachmentforusermonetaryaccountbunqmefundraiserresult
        method: GET
        description: Used to manage attachment notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-bunqme-fundraiser-result-bunqme-
      path: /user/{userID}/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text
      operations:
      - name: createnotetextforusermonetaryaccountbunqmefundraiserresult
        method: POST
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listallnotetextforusermonetaryaccountbunqmefundraiserresult
        method: GET
        description: Manage the notes for a given user.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-bunqme-fundraiser-result-bunqme-
      path: /user/{userID}/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text/{itemId}
      operations:
      - name: updatenotetextforusermonetaryaccountbunqmefundraiserresult
        method: PUT
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletenotetextforusermonetaryaccountbunqmefundraiserresult
        method: DELETE
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
      - name: readnotetextforusermonetaryaccountbunqmefundraiserresult
        method: GET
        description: Used to manage text notes.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userID
          in: path
          type: integer
          required: true
        - name: monetary-accountID
          in: path
          type: integer
          required: true
        - name: bunqme-fundraiser-resultID
          in: path
          type: integer
          required: true
        - name: itemId
          in: path
          type: integer
          required: true
    - name: user-userID-monetary-account-monetary-accountID-bunqme-fundraiser-result-itemId
      path: /user/{userID}/monetary-account/{monetary-accountID}/bunqme-fundraiser-result

# --- truncated at 32 KB (519 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/bunq/refs/heads/main/capabilities/user-userid-monetary-account-user.yaml