{ "uuid": "141cf9db-6252-416e-aaa3-2d07bec70564", "lastMigration": 29, "name": "bunq API", "endpointPrefix": "v1", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7fe8e2d0-f425-4899-ac4c-62a277986c84", "documentation": "Create a new public attachment. Create a POST request with a payload that contains a binary representation of the file, without any JSON wrapping. Make sure you define the MIME type (i.e. image/jpeg, or image/png) in the Content-Type header. You are required to provide a description of the attachment using the X-Bunq-Attachment-Description header.", "method": "post", "endpoint": "attachment-public", "responses": [ { "uuid": "3b06e2f7-4c18-4a70-a656-13bf6276a446", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "This call is used to upload an attachment that can be referenced to as an avatar (through the Avatar endpoint) or in a tab sent. Attachments supported are png, jpg and gif.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b4619c88-5793-4d51-bca2-10e476d1da22", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02376f72-f036-4995-9ba9-8bf8659db034", "documentation": "Get the raw content of a specific attachment.", "method": "get", "endpoint": "attachment-public/{attachment-publicUUID}/content", "responses": [ { "uuid": "bb0c9d25-5f28-458f-8737-ae10bc27cb2b", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of a public attachment with given ID. The raw content is the binary representation of a file, without any JSON wrapping.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "629590dd-91e6-4df7-b328-2129d3a70c19", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "174e5f90-abef-4c49-88d5-7b0ba2f2aeab", "documentation": "Get a specific attachment's metadata through its UUID. The Content-Type header of the response will describe the MIME type of the attachment file.", "method": "get", "endpoint": "attachment-public/:itemId", "responses": [ { "uuid": "547bfdb9-3292-47c9-89c9-81fdff45a803", "body": "{\n \"attachment\": {\n \"content_type\": \"\",\n \"description\": \"\"\n },\n \"created\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "This call is used to upload an attachment that can be referenced to as an avatar (through the Avatar endpoint) or in a tab sent. Attachments supported are png, jpg and gif.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cf0a0bb2-058a-45f5-a557-170ab11f6306", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c2fe9db-dddf-48fe-bc52-a87f5c32a635", "documentation": "Avatars are public images used to represent you or your company. Avatars are used to represent users, monetary accounts and cash registers. Avatars cannot be deleted, only replaced. Avatars can be updated after uploading the image you would like to use through AttachmentPublic. Using the attachment_public_uuid which is returned you can update your Avatar. Avatars used for cash registers and company accounts will be reviewed by bunq.", "method": "post", "endpoint": "avatar", "responses": [ { "uuid": "5216f01b-1085-475e-be5e-5be09a6310ae", "body": "{\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Avatars are public images used to represent you or your company. Avatars are used to represent users, monetary accounts and cash registers. Avatars cannot be deleted, only replaced. Avatars can be updated after uploading the image you would like to use through AttachmentPublic. Using the attachment_public_uuid which is returned you can update your Avatar. Avatars used for cash registers and company accounts will be reviewed by bunq.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7166a957-31ff-4d97-ab21-3fb0f569786c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "47140b2c-4bef-4a8b-b52f-95e325b9a722", "documentation": "Avatars are public images used to represent you or your company. Avatars are used to represent users, monetary accounts and cash registers. Avatars cannot be deleted, only replaced. Avatars can be updated after uploading the image you would like to use through AttachmentPublic. Using the attachment_public_uuid which is returned you can update your Avatar. Avatars used for cash registers and company accounts will be reviewed by bunq.", "method": "get", "endpoint": "avatar/:itemId", "responses": [ { "uuid": "4753fee5-0274-4ba3-b12f-324c43c33430", "body": "{\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Avatars are public images used to represent you or your company. Avatars are used to represent users, monetary accounts and cash registers. Avatars cannot be deleted, only replaced. Avatars can be updated after uploading the image you would like to use through AttachmentPublic. Using the attachment_public_uuid which is returned you can update your Avatar. Avatars used for cash registers and company accounts will be reviewed by bunq.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b38217f0-fe42-401f-a317-ee7133883869", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "36c5ef52-63f5-4091-b60c-9b711049f99c", "documentation": "Get a collection of Devices. A Device is either a DevicePhone or a DeviceServer.", "method": "get", "endpoint": "device", "responses": [ { "uuid": "4a80585b-2941-43fd-b4be-62fa5f710535", "body": "[\n {\n \"DeviceServer\": {\n \"description\": \"\",\n \"permitted_ips\": [\n \"\"\n ],\n \"secret\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to get a Device or a listing of Devices. Creating a DeviceServer should happen via /device-server", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1da9165f-ef4e-41f9-84a9-f0658cbf61a4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92803fe6-3a0c-4d73-8063-9a3db7050099", "documentation": "Get a collection of all the DeviceServers you have created.", "method": "get", "endpoint": "device-server", "responses": [ { "uuid": "4dafcbe7-2d23-421b-a7d3-fb1bacd5f9bf", "body": "[\n {\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"ip\": \"\",\n \"status\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "After having created an Installation you can now create a DeviceServer. A DeviceServer is needed to do a login call with session-server.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c3405da1-50d7-4d24-b5bd-950a08fac099", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ae0433b2-2dbf-4408-a292-05dbac7a54b3", "documentation": "Create a new DeviceServer providing the installation token in the header and signing the request with the private part of the key you used to create the installation. The API Key that you are using will be bound to the IP address of the DeviceServer which you have created.

Using a Wildcard API Key gives you the freedom to make API calls even if the IP address has changed after the POST device-server.

Find out more at this link https:/bunq.com/en/apikey-dynamic-ip.", "method": "post", "endpoint": "device-server", "responses": [ { "uuid": "f504143e-fac6-4371-93f3-ce6473be96ec", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "After having created an Installation you can now create a DeviceServer. A DeviceServer is needed to do a login call with session-server.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c555d825-af6e-40e2-b285-e776c1541569", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "103939e0-1033-46f3-a115-eafc23853a58", "documentation": "Get one of your DeviceServers.", "method": "get", "endpoint": "device-server/:itemId", "responses": [ { "uuid": "f7e34165-1fbf-42cd-8c9c-c652b5704f3f", "body": "{\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"ip\": \"\",\n \"status\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "After having created an Installation you can now create a DeviceServer. A DeviceServer is needed to do a login call with session-server.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d982e9db-f99c-4be7-b4a3-2077b074cfb4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03afcfca-96ea-4714-bf81-f142609bfa88", "documentation": "Get a single Device. A Device is either a DevicePhone or a DeviceServer.", "method": "get", "endpoint": "device/:itemId", "responses": [ { "uuid": "a274568b-daf1-43f2-b0e9-1ffe60521cd1", "body": "{\n \"DeviceServer\": {\n \"description\": \"\",\n \"permitted_ips\": [\n \"\"\n ],\n \"secret\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to get a Device or a listing of Devices. Creating a DeviceServer should happen via /device-server", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "525a8346-b305-4a62-8cfc-b29640c06a15", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "315ee744-74c1-42c1-a3bf-5143e689db63", "documentation": "You must have an active session to make this call. This call returns the Id of the the Installation you are using in your session.", "method": "get", "endpoint": "installation", "responses": [ { "uuid": "418df798-61c0-4096-9ed6-85ae85551ca4", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Installation is used to tell the server about the public key of your key pair. The server uses this key to verify your subsequent calls, which need to be signed with your own private key. Additionally, you can use the token you get from an Installation to authenticate the registration of a new device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "092bffbe-b388-4a5a-a487-9b952ee37b25", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe77160b-c7ba-4a28-babf-76759fcfeffb", "documentation": "This is the only API call that does not require you to use the \"X-Bunq-Client-Authentication\" and \"X-Bunq-Client-Signature\" headers.\n You provide the server with the public part of the key pair that you are going to use to create the value of the signature header for all future API calls. The server creates an installation for you. Store the Installation Token and ServerPublicKey from the response. This token is used in the \"X-Bunq-Client-Authentication\" header for the creation of a DeviceServer and SessionServer.", "method": "post", "endpoint": "installation", "responses": [ { "uuid": "22e70b13-f421-48bf-a4d2-95acd5db6bdd", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n },\n \"ServerPublicKey\": {\n \"server_public_key\": \"\"\n },\n \"Token\": {\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"token\": \"\",\n \"updated\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Installation is used to tell the server about the public key of your key pair. The server uses this key to verify your subsequent calls, which need to be signed with your own private key. Additionally, you can use the token you get from an Installation to authenticate the registration of a new device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d35000d1-0f18-4354-859a-46d975c2181e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8f082045-71b8-4caf-a4f9-9e3763c73644", "documentation": "Show the ServerPublicKey for this Installation.", "method": "get", "endpoint": "installation/:installationID/server-public-key", "responses": [ { "uuid": "4df042ff-a940-4244-9209-5b3363e567c0", "body": "[\n {\n \"server_public_key\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Using /installation/_/server-public-key you can request the ServerPublicKey again. This is done by referring to the id of the Installation.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b3ae42e-3e1b-46bc-96db-4bdc56eb514d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c72cd7de-75c6-4cf7-a4ca-b2b75e901a3f", "documentation": "You must have an active session to make this call. This call is used to check whether the Id you provide is the Id of your current installation or not.", "method": "get", "endpoint": "installation/:itemId", "responses": [ { "uuid": "e50564de-721e-43a1-9fac-a95698cbe5f1", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Installation is used to tell the server about the public key of your key pair. The server uses this key to verify your subsequent calls, which need to be signed with your own private key. Additionally, you can use the token you get from an Installation to authenticate the registration of a new device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "420a3d2e-3b4b-4def-811d-bef08b2c6800", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e6614ba-a294-47b5-8455-f504d078dbcd", "documentation": "Register a Payment Service Provider and provide credentials", "method": "post", "endpoint": "payment-service-provider-credential", "responses": [ { "uuid": "0603a9d9-5af9-47e4-a592-0ed2dcd9b3cf", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Register a Payment Service Provider and provide credentials", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "890e63ff-ebd5-4f9e-a991-b6856fbbb530", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "02321ccb-fad7-4372-8f13-c249af4ec595", "documentation": "Register a Payment Service Provider and provide credentials", "method": "get", "endpoint": "payment-service-provider-credential/:itemId", "responses": [ { "uuid": "550227a8-8b96-4596-8c7f-785f24dc4224", "body": "{\n \"created\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"permitted_device\": {\n \"description\": \"\",\n \"ip\": \"\"\n },\n \"status\": \"\",\n \"token_value\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Register a Payment Service Provider and provide credentials", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eae34b7e-8612-4cd0-979c-b628ff282e05", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b91dfc3b-a653-46ce-8861-229054be6600", "documentation": "View endpoint for place opening periods.", "method": "get", "endpoint": "place-lookup/{place-lookupID}/photo/:photoID/content", "responses": [ { "uuid": "c8c340aa-5b41-4771-8361-19179a394a8e", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "View endpoint for place opening periods.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3dd4906f-b1dc-4ba3-85b6-6869a6ae6ada", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "74033671-f090-4038-9cb9-0129ab7e116c", "documentation": "Used to create a sandbox userCompany.", "method": "post", "endpoint": "sandbox-user-company", "responses": [ { "uuid": "20f1ac6a-2bc1-4f7e-9f8d-1dfc76988645", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create a sandbox userCompany.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "990884e0-365f-4dc5-b79e-d5f3f511f68c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7ed148f4-d7c7-48bc-b916-8f5b96dbec25", "documentation": "Used to create a sandbox userPerson.", "method": "post", "endpoint": "sandbox-user-person", "responses": [ { "uuid": "1bb25e54-6ea6-44e2-90c7-ba01e713b099", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create a sandbox userPerson.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "57a1822d-4360-420f-bcce-35fe9c9f7120", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fc30683-2c84-4e23-b4d0-3200153ee289", "documentation": "Create a new session for a DeviceServer. Provide the Installation token in the \"X-Bunq-Client-Authentication\" header. And don't forget to create the \"X-Bunq-Client-Signature\" header. The response contains a Session token that should be used for as the \"X-Bunq-Client-Authentication\" header for all future API calls. The ip address making this call needs to match the ip address bound to your API key.", "method": "post", "endpoint": "session-server", "responses": [ { "uuid": "ae01edc8-03bf-44ae-8093-c11341d91245", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n },\n \"Token\": {\n \"id\": {{faker 'number.int' max=99999}},\n \"token\": \"\"\n },\n \"UserApiKey\": {\n \"created\": \"\",\n \"granted_by_user\": {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"requested_by_user\": {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n },\n \"updated\": \"\"\n },\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Once you have created an Installation and a DeviceServer with that Installation, then you are ready to start a session! A session expires after the same amount of time you have set for Auto Logout in your user account. By default this is 1 week. If a request is made 30 seconds before a session expires, it will be extended from that moment by your auto logout time, but never by more than 5 minutes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee47b2f8-ec3b-40de-b7f4-52a1f6646e6e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55adf93d-4194-4b61-ba94-83b999652000", "documentation": "Deletes the current session.", "method": "delete", "endpoint": "session/:itemId", "responses": [ { "uuid": "089a5ef6-dd0c-4b4c-ade6-3fa595a427e7", "body": "{}", "latency": 0, "statusCode": 200, "label": "Endpoint for operations over the current session.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "053ca14a-c4fe-468d-b629-1997b190cfc4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e66b03b8-3bde-4ab4-b15d-ff0787f48fa9", "documentation": "Get a publicly visible tab.", "method": "get", "endpoint": "tab/:itemId", "responses": [ { "uuid": "dbd3b23e-aa34-4eb5-8a5d-9a01d811c675", "body": "{\n \"TabUsageMultiple\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n },\n \"TabUsageSingle\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to read a single publicly visible tab.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "42ba3e64-e338-4ccf-95eb-390aa8997d81", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5e65832b-1a31-49e6-967c-ceae1d4a730d", "documentation": "Get the raw content of a specific attachment.", "method": "get", "endpoint": "tab/:tabUUID/attachment/:attachmentID/content", "responses": [ { "uuid": "708d7641-4c5e-47e4-ba42-fb14b8f25a6a", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of a tab attachment with given ID. The raw content is the binary representation of a file, without any JSON wrapping.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "acc9d9a6-72cf-4047-8f92-d1a8710ba268", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "922dcb5e-0f89-4d37-9006-865c8f440f68", "documentation": "Get a specific attachment. The header of the response contains the content-type of the attachment.", "method": "get", "endpoint": "tab/:tabUUID/attachment/:itemId", "responses": [ { "uuid": "7ef48b72-6706-491e-86b0-d3af726eb840", "body": "{\n \"attachment\": {\n \"content_type\": \"\",\n \"description\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "This call is used to view an attachment that is linked to a tab.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e51eb28-f431-4ac3-84e8-fad6572d3653", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d470bcf-5b2d-41ce-87dd-3dec19613d66", "documentation": "Get a collection of all available users.", "method": "get", "endpoint": "user", "responses": [ { "uuid": "e5ee1667-e552-48f8-800a-f71f1c84c315", "body": "[\n {\n \"UserApiKey\": {\n \"created\": \"\",\n \"granted_by_user\": {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"requested_by_user\": {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n },\n \"updated\": \"\"\n },\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Using this call you can retrieve information of the user you are logged in as. This includes your user id, which is referred to in endpoints.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b2606b8b-2a98-4fd2-833a-ebb9ced5252c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0544b5dc-92f5-4bdb-8a34-09c0cc9f2b6b", "documentation": "Get a specific company.", "method": "get", "endpoint": "user-company/:itemId", "responses": [ { "uuid": "5aba0247-dd7d-41a3-8115-bf1bc0a81e1d", "body": "{\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "With UserCompany you can retrieve information regarding the authenticated UserCompany and update specific fields.

Notification filters can be set on a UserCompany level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2f959bfd-cfbe-48f6-9c4b-d04368bd8bbe", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17f03e6b-4c4a-4701-aeb8-76fab9c78f69", "documentation": "Modify a specific company's data.", "method": "put", "endpoint": "user-company/:itemId", "responses": [ { "uuid": "783abcaa-2ecb-4860-8bbc-424d4fe3a0c8", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "With UserCompany you can retrieve information regarding the authenticated UserCompany and update specific fields.

Notification filters can be set on a UserCompany level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f8ec9325-9b13-4c2a-a924-e5a45590f690", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1986a71b-cc53-4d8f-9ee5-0bbe312f1a46", "documentation": "Return all the known (trade) names for a specific user company.", "method": "get", "endpoint": "user-company/{user-companyID}/name", "responses": [ { "uuid": "5cbb72f9-cc71-4aae-8682-b50b1918b4f5", "body": "[\n {\n \"name_array\": [\n \"\"\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Endpoint for getting all the known (trade) names for a user company. This is needed for updating the user name, as we only accept legal or trade names.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2872a834-6300-460c-b493-8085da1aa125", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abc8bfdf-7f5b-4b75-b68e-db62d0999441", "documentation": "Used to view UserPaymentServiceProvider for session creation.", "method": "get", "endpoint": "user-payment-service-provider/:itemId", "responses": [ { "uuid": "8a2dc8c6-233f-4086-b786-3a3f9f6709ad", "body": "{\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to view UserPaymentServiceProvider for session creation.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "35409b89-6aa8-462d-b703-59a1e71e5588", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "78dfd31a-b694-4b78-87ea-519bbf2ddd96", "documentation": "Get a specific person.", "method": "get", "endpoint": "user-person/:itemId", "responses": [ { "uuid": "7a398d18-6a8b-47f4-af83-4ea489f2cfcd", "body": "{\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "With UserPerson you can retrieve information regarding the authenticated UserPerson and update specific fields.

Notification filters can be set on a UserPerson level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2382fef8-1e13-4279-b786-5ab99b3a5919", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51b5c799-5dc0-4ab8-9494-f9bff32b9c44", "documentation": "Modify a specific person object's data.", "method": "put", "endpoint": "user-person/:itemId", "responses": [ { "uuid": "e7c4e694-2def-437e-ae8a-83e9522d6df2", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "With UserPerson you can retrieve information regarding the authenticated UserPerson and update specific fields.

Notification filters can be set on a UserPerson level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7024383-1338-4ba6-888b-71be84e3da4f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "43d1cd04-3f71-45e3-a869-14304a51d599", "documentation": "Get a specific user.", "method": "get", "endpoint": "user/:itemId", "responses": [ { "uuid": "d15da9a2-bcba-4a1d-8a51-cb50744850c2", "body": "{\n \"UserApiKey\": {\n \"created\": \"\",\n \"granted_by_user\": {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"requested_by_user\": {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n },\n \"updated\": \"\"\n },\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n },\n \"UserPaymentServiceProvider\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\"\n },\n \"UserPerson\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"country_of_birth\": \"\",\n \"created\": \"\",\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"date_of_birth\": \"\",\n \"display_name\": \"\",\n \"document_back_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'number.int' max=99999}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"last_name\": \"\",\n \"legal_guardian_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"legal_name\": \"\",\n \"middle_name\": \"\",\n \"nationality\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"place_of_birth\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"tax_resident\": [\n {\n \"country\": \"\",\n \"status\": \"\",\n \"tax_number\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Using this call you can retrieve information of the user you are logged in as. This includes your user id, which is referred to in endpoints.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76907369-67f8-48cf-ba2e-eb360f369906", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fd2aa847-049e-4fdc-87d6-7c9e84da18f7", "documentation": "Get the raw content of a specific attachment.", "method": "get", "endpoint": "user/:userID/attachment/:attachmentID/content", "responses": [ { "uuid": "dd00c6f1-344a-41c1-9575-e8acc912f86c", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of a user attachment with given ID. The raw content is the binary representation of a file, without any JSON wrapping.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "50e24b2c-7caf-47a5-8b73-75223f4d5626", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "682f8127-5c37-4cf4-8249-722f876b14c3", "documentation": "Get a specific attachment. The header of the response contains the content-type of the attachment.", "method": "get", "endpoint": "user/:userID/attachment/:itemId", "responses": [ { "uuid": "80b96c79-25c6-45aa-a383-0fda35a1dc15", "body": "{\n \"attachment\": {\n \"content_type\": \"\",\n \"description\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "This call is used to upload an attachment that is accessible only by a specific user. This can be used for example to upload passport scans or other documents. Attachments supported are png, jpg and gif.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ff99f560-9658-4f1e-b649-8bf2df461ccc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8576f4f-bc46-4faf-8200-710c1496bb07", "documentation": "Get all subscription billing contract for the authenticated user.", "method": "get", "endpoint": "user/:userID/billing-contract-subscription", "responses": [ { "uuid": "90a4ce6c-7a83-4446-8287-2da2886d39e8", "body": "[\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Show the subscription billing contract for the authenticated user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cfcd943f-ee6b-40ce-8ec6-27f47a1f5677", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca9dcc09-b1f7-4754-a245-a33561250d40", "documentation": "bunq.me public profile of the user.", "method": "get", "endpoint": "user/:userID/bunqme-fundraiser-profile", "responses": [ { "uuid": "e6a7f1e3-c5f7-4533-9917-a2b70f1e1c1c", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"attachment\": {},\n \"color\": \"\",\n \"description\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"owner_user_id\": {{faker 'number.int' max=99999}},\n \"pointer\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"redirect_url\": \"\",\n \"status\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "bunq.me public profile of the user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fabcdbcb-3e01-4f10-a0ba-973a134714b9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a577acf5-07d6-4b2f-ae51-4ab4352d035c", "documentation": "bunq.me public profile of the user.", "method": "get", "endpoint": "user/:userID/bunqme-fundraiser-profile/:itemId", "responses": [ { "uuid": "de8876c3-2f69-4706-937a-c6d73995a9d7", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"attachment\": {},\n \"color\": \"\",\n \"description\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"owner_user_id\": {{faker 'number.int' max=99999}},\n \"pointer\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"redirect_url\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "bunq.me public profile of the user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "265fca8f-adfb-4a92-a4a8-5403658d9155", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "980911e1-3beb-478e-b5d8-c27e79fef289", "documentation": "Return all the cards available to the user.", "method": "get", "endpoint": "user/:userID/card", "responses": [ { "uuid": "4b0ec492-2451-4f90-ad9f-267784c22d5b", "body": "[\n {\n \"amount_saved_zero_fx\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"card_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"card_limit_atm\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"card_shipment_tracking_url\": \"\",\n \"country\": \"\",\n \"country_permission\": [\n {\n \"country\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"expiry_date\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_monetary_account_current\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"label_monetary_account_ordered\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"monetary_account_id_fallback\": {{faker 'number.int' max=99999}},\n \"name_on_card\": \"\",\n \"order_status\": \"\",\n \"pin_code_assignment\": [\n {\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"pin_code\": \"\",\n \"type\": \"\"\n }\n ],\n \"primary_account_numbers\": [\n {\n \"description\": \"\",\n \"four_digit\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"public_uuid\": \"\",\n \"second_line\": \"\",\n \"status\": \"\",\n \"sub_status\": \"\",\n \"sub_type\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Endpoint for retrieving details for the cards the user has access to.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cb6ffea0-9c7c-4afc-aafd-12e91db91102", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18a71bfa-b726-4bb4-9a98-3e9df222b2df", "documentation": "Used to update multiple cards in a batch.", "method": "post", "endpoint": "user/:userID/card-batch", "responses": [ { "uuid": "df6b5c92-4227-4c12-bb3c-84867dd1e74c", "body": "{\n \"updated_card_ids\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Used to update multiple cards in a batch.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "72c56a99-62e1-4f2b-85c1-735fb139985e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c30c6d9-6bdf-4532-971e-dce7f1bcfbfa", "documentation": "Used to replace multiple cards in a batch.", "method": "post", "endpoint": "user/:userID/card-batch-replace", "responses": [ { "uuid": "01d44085-ce58-4e22-afe4-9314ede73fe6", "body": "{\n \"updated_card_ids\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Used to replace multiple cards in a batch.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b18fca42-4375-4200-9afd-cf7fbef3f3d4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28fbf3c6-e587-48b1-be03-b8f4a53ebbee", "documentation": "Create a new credit card request.", "method": "post", "endpoint": "user/:userID/card-credit", "responses": [ { "uuid": "433fd87e-fd5a-40b6-8596-87309029c806", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "With bunq it is possible to order credit cards that can then be connected with each one of the monetary accounts the user has access to (including connected accounts).", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bea26881-59c6-4ff3-8c0f-c01b54061a76", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "830f1854-6214-4c4a-be90-b2c73a331b6c", "documentation": "Create a new debit card request.", "method": "post", "endpoint": "user/:userID/card-debit", "responses": [ { "uuid": "fb50f3b0-c26b-4c23-8e70-d59d5dd6c2d9", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "With bunq it is possible to order debit cards that can then be connected with each one of the monetary accounts the user has access to (including connected accounts).", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eedd5bf3-edac-4db1-98f2-be91da8e2385", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27a58313-032d-4bea-a96c-bae1a0b3fe7c", "documentation": "Return all the accepted card names for a specific user.", "method": "get", "endpoint": "user/:userID/card-name", "responses": [ { "uuid": "a45254e2-bf9a-443e-94a8-2e3ee0965fa5", "body": "[\n {\n \"possible_card_name_array\": [\n \"\"\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Endpoint for getting all the accepted card names for a user. As bunq do not allow total freedom in choosing the name that is going to be printed on the card, the following formats are accepted: Name Surname, N. Surname, N Surname or Surname.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e28a802e-68a5-4719-9a89-f18449722c49", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c02f6a8a-ee68-4e28-a59c-823ecdd3d2ca", "documentation": "Get all generated CVC2 codes for a card.", "method": "get", "endpoint": "user/:userID/card/:cardID/generated-cvc2", "responses": [ { "uuid": "2c20e1d8-90ed-411c-a4b1-44e13c652b36", "body": "[\n {\n \"created\": \"\",\n \"cvc2\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Endpoint for generating and retrieving a new CVC2 code.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2420500c-3214-4c5d-8125-2849f79d377d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bad4bfd8-9e30-4bea-b014-2df750c8b474", "documentation": "Generate a new CVC2 code for a card.", "method": "post", "endpoint": "user/:userID/card/:cardID/generated-cvc2", "responses": [ { "uuid": "69994bf6-8fd9-4ac7-a093-9461cfe73cff", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for generating and retrieving a new CVC2 code.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3aabcc8b-84ba-4dcd-8c91-c1521b5ea2f0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85726bf7-45ea-40a6-9b67-773f63b0e321", "documentation": "Get the details for a specific generated CVC2 code.", "method": "get", "endpoint": "user/:userID/card/:cardID/generated-cvc2/:itemId", "responses": [ { "uuid": "27bb6c79-258d-4cff-8e80-191b2f0cb3fb", "body": "{\n \"created\": \"\",\n \"cvc2\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for generating and retrieving a new CVC2 code.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a9178741-c55e-400a-b72b-e74a8e7ddb74", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12098f7c-2cd8-4fd8-a57c-3d9038c7c677", "documentation": "Endpoint for generating and retrieving a new CVC2 code.", "method": "put", "endpoint": "user/:userID/card/:cardID/generated-cvc2/:itemId", "responses": [ { "uuid": "93fc34bd-e387-428c-89a0-d13b1de0b3d5", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for generating and retrieving a new CVC2 code.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8c7119f-e518-4cca-96d2-fd4698d81047", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c7c246f-59c4-4c19-bc83-ec326abbb7a9", "documentation": "Request a card replacement.", "method": "post", "endpoint": "user/:userID/card/:cardID/replace", "responses": [ { "uuid": "4225ef62-ce8c-41e0-986c-96a4e7d16432", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "It is possible to order a card replacement with the bunq API.

You can order up to one free card replacement per year. Additional replacement requests will be billed.

The card replacement will have the same expiry date and the same pricing as the old card, but it will have a new card number. You can change the description and optional the PIN through the card replacement endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4b775733-9df6-4fe3-a93f-45f7192e0364", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db264cd7-da63-4223-ae5b-b2d2b5e8b66a", "documentation": "Return the details of a specific card.", "method": "get", "endpoint": "user/:userID/card/:itemId", "responses": [ { "uuid": "381f02ff-dec9-47e1-a8f4-1267d0718a62", "body": "{\n \"amount_saved_zero_fx\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"card_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"card_limit_atm\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"card_shipment_tracking_url\": \"\",\n \"country\": \"\",\n \"country_permission\": [\n {\n \"country\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"expiry_date\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_monetary_account_current\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"label_monetary_account_ordered\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"monetary_account_id_fallback\": {{faker 'number.int' max=99999}},\n \"name_on_card\": \"\",\n \"order_status\": \"\",\n \"pin_code_assignment\": [\n {\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"pin_code\": \"\",\n \"type\": \"\"\n }\n ],\n \"primary_account_numbers\": [\n {\n \"description\": \"\",\n \"four_digit\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"public_uuid\": \"\",\n \"second_line\": \"\",\n \"status\": \"\",\n \"sub_status\": \"\",\n \"sub_type\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for retrieving details for the cards the user has access to.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6c1151cf-d30d-47ed-a732-1419d47c8e5b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7bdfde46-4a26-4e43-9242-1f6bb79a6850", "documentation": "Update the card details. Allow to change pin code, status, limits, country permissions and the monetary account connected to the card. When the card has been received, it can be also activated through this endpoint.", "method": "put", "endpoint": "user/:userID/card/:itemId", "responses": [ { "uuid": "6b60e53b-ed39-4af9-89a2-a4a43e142fa2", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for retrieving details for the cards the user has access to.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c0baddd-5f7c-49e9-ac10-d4545a948f25", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54e03979-8540-42fe-8f1a-6e4e5b2e6198", "documentation": "List all the pinned certificate chain for the given user.", "method": "get", "endpoint": "user/:userID/certificate-pinned", "responses": [ { "uuid": "0a502472-758e-41d9-bb67-3fb4e9a505bc", "body": "[\n {\n \"certificate_chain\": \"\",\n \"id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "This endpoint allow you to pin the certificate chains to your account. These certificate chains are used for SSL validation whenever a callback is initiated to one of your https callback urls.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "753bbf1b-367f-4fb7-89ee-c2fe65628695", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "052649fa-5ea7-422d-ad6d-7ba99eee3138", "documentation": "Pin the certificate chain.", "method": "post", "endpoint": "user/:userID/certificate-pinned", "responses": [ { "uuid": "e996acbc-d75e-46ea-803f-7dd1916a87a4", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "This endpoint allow you to pin the certificate chains to your account. These certificate chains are used for SSL validation whenever a callback is initiated to one of your https callback urls.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9323d94f-93d3-484d-9da5-1e9dba9c009f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f9a82822-f0c1-444e-bdb1-257a24a50034", "documentation": "Remove the pinned certificate chain with the specific ID.", "method": "delete", "endpoint": "user/:userID/certificate-pinned/:itemId", "responses": [ { "uuid": "070bb1e8-1f84-4384-b3c4-2d433db04f8f", "body": "{}", "latency": 0, "statusCode": 200, "label": "This endpoint allow you to pin the certificate chains to your account. These certificate chains are used for SSL validation whenever a callback is initiated to one of your https callback urls.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c358adbb-d96c-4730-a338-21d62a82b5e2", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8855926d-d756-4d24-a26e-0ee0594d381d", "documentation": "Get the pinned certificate chain with the specified ID.", "method": "get", "endpoint": "user/:userID/certificate-pinned/:itemId", "responses": [ { "uuid": "97d86437-210f-4796-a362-fd5d6b7bcf86", "body": "{\n \"certificate_chain\": \"\",\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "This endpoint allow you to pin the certificate chains to your account. These certificate chains are used for SSL validation whenever a callback is initiated to one of your https callback urls.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "271bf8d2-0c25-49ab-b5ea-58cc2bae9a34", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba1c1af8-0c20-403f-b698-dc00785f5b40", "documentation": "Get the raw content of a specific attachment.", "method": "get", "endpoint": "user/:userID/chat-conversation/{chat-conversationID}/attachment/:attachmentID/content", "responses": [ { "uuid": "4c7229e1-de6e-498f-88ce-cac6c2e9dddb", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of an attachment with given ID. The raw content is the base64 of a file, without any JSON wrapping.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2637129b-28f2-492b-96ee-1e9245ca328b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "311f5eca-1fe5-4f7b-96e1-a51e826936ad", "documentation": "Create and manage companies.", "method": "get", "endpoint": "user/:userID/company", "responses": [ { "uuid": "0e664e56-d376-442b-a8ae-1d01a54ab469", "body": "[\n {\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Create and manage companies.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a1dd6d25-56ff-4678-afb6-23cce40e2064", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0241336d-7bf6-4ba9-9c60-ff6401fa6dff", "documentation": "Create and manage companies.", "method": "post", "endpoint": "user/:userID/company", "responses": [ { "uuid": "8aad5466-c92f-44d9-a93b-02e975ad30f2", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create and manage companies.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5dd9c80d-70b8-4dd5-848e-11e4a554cfeb", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "40e442eb-cb35-4594-ac73-358773be8bb9", "documentation": "Create and manage companies.", "method": "get", "endpoint": "user/:userID/company/:itemId", "responses": [ { "uuid": "e3ba9ad2-34fc-4aae-afa1-0255952ae29d", "body": "{\n \"UserCompany\": {\n \"address_main\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_postal\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'number.int' max=99999}},\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"subscription_type\": \"\",\n \"subscription_type_downgrade\": \"\",\n \"updated\": \"\"\n }\n ],\n \"chamber_of_commerce_number\": \"\",\n \"counter_bank_iban\": \"\",\n \"country\": \"\",\n \"created\": \"\",\n \"customer\": {\n \"billing_account_id\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_notification_preference\": \"\",\n \"updated\": \"\"\n },\n \"customer_limit\": {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"daily_limit_without_confirmation_login\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"deny_reason\": \"\",\n \"directors\": [\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n ],\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"language\": \"\",\n \"legal_form\": \"\",\n \"name\": \"\",\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"notification_delivery_method\": \"\",\n \"notification_target\": \"\"\n }\n ],\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"relations\": [\n {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"sector_of_industry\": \"\",\n \"session_timeout\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type_of_business_entity\": \"\",\n \"ubo\": [\n {\n \"date_of_birth\": \"\",\n \"name\": \"\",\n \"nationality\": \"\"\n }\n ],\n \"updated\": \"\",\n \"version_terms_of_service\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Create and manage companies.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b902bbe-07b9-464a-aa4e-379d8667b71e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce3c60a6-0140-4b7f-8499-6e86fdace679", "documentation": "Create and manage companies.", "method": "put", "endpoint": "user/:userID/company/:itemId", "responses": [ { "uuid": "57c0e21d-70f3-4f22-a181-cac158ff0c8c", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create and manage companies.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8036a6fd-93ef-4d25-97c7-52cda480c9b9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b1cfca9d-83db-4cfd-9c68-72bc52082527", "documentation": "Used to confirm availability of funds on an account.", "method": "post", "endpoint": "user/:userID/confirmation-of-funds", "responses": [ { "uuid": "fbb4fa4a-e29a-4800-b200-c492a1f8e27c", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to confirm availability of funds on an account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "622dc7e3-177f-4a46-8b3f-f99df9be631c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf676dcf-1503-4c9e-b8c7-a0cfaa7c8a1e", "documentation": "Create a credential of a user for server authentication, or delete the credential of a user for server authentication.", "method": "get", "endpoint": "user/:userID/credential-password-ip", "responses": [ { "uuid": "875ef02c-50c5-46fe-886b-9ef7b587954c", "body": "[\n {\n \"created\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"permitted_device\": {\n \"description\": \"\",\n \"ip\": \"\"\n },\n \"status\": \"\",\n \"token_value\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Create a credential of a user for server authentication, or delete the credential of a user for server authentication.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "563f3523-97e6-4ad9-9d8f-a400cb965161", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4177d379-a744-47cb-9463-708b387f2f53", "documentation": "Manage the IPs which may be used for a credential of a user for server authentication.", "method": "get", "endpoint": "user/:userID/credential-password-ip/{credential-password-ipID}/ip", "responses": [ { "uuid": "b2117fe3-aa02-4065-b0cb-b8652186a3d9", "body": "[\n {\n \"ip\": \"\",\n \"status\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Manage the IPs which may be used for a credential of a user for server authentication.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9afa6f29-e9bf-4db8-93b5-84736e067a66", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2757b1e4-2584-483a-a3f7-d8117795ba2d", "documentation": "Manage the IPs which may be used for a credential of a user for server authentication.", "method": "post", "endpoint": "user/:userID/credential-password-ip/{credential-password-ipID}/ip", "responses": [ { "uuid": "c711c931-5539-45f2-84b5-72e854de1a1e", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the IPs which may be used for a credential of a user for server authentication.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8328af7b-f960-4f64-be5e-9fe59e1221a9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c1ac93b0-4adb-440a-9ddb-8a04ca607928", "documentation": "Manage the IPs which may be used for a credential of a user for server authentication.", "method": "get", "endpoint": "user/:userID/credential-password-ip/{credential-password-ipID}/ip/:itemId", "responses": [ { "uuid": "8861c3c2-52c8-40f7-bec5-3b0c975c1014", "body": "{\n \"ip\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Manage the IPs which may be used for a credential of a user for server authentication.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "218a5988-3e6f-4fe5-92ff-6de216d72487", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dcebca4b-2292-40bf-b1a2-3a1ef491f51d", "documentation": "Manage the IPs which may be used for a credential of a user for server authentication.", "method": "put", "endpoint": "user/:userID/credential-password-ip/{credential-password-ipID}/ip/:itemId", "responses": [ { "uuid": "6e722d8e-3904-496d-bcac-865d3b16e7e9", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the IPs which may be used for a credential of a user for server authentication.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "35e959ab-9f1e-4c22-9286-fc0e947a8e61", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8ccb0e4a-9048-493c-ade5-b806decedfc4", "documentation": "Create a credential of a user for server authentication, or delete the credential of a user for server authentication.", "method": "get", "endpoint": "user/:userID/credential-password-ip/:itemId", "responses": [ { "uuid": "d94db928-5615-4bc6-92a2-8387fa44a676", "body": "{\n \"created\": \"\",\n \"expiry_time\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"permitted_device\": {\n \"description\": \"\",\n \"ip\": \"\"\n },\n \"status\": \"\",\n \"token_value\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Create a credential of a user for server authentication, or delete the credential of a user for server authentication.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "205d599e-7d61-4703-8790-2c578013e561", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d049557-006d-4573-92d7-e33837f740e6", "documentation": "Used to create a draft share invite for a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. The user that accepts the invite can share one of their MonetaryAccounts with the user that created the invite.", "method": "get", "endpoint": "user/:userID/draft-share-invite-bank", "responses": [ { "uuid": "8e8054ed-c6cc-4bb2-9321-2e4e9001aeac", "body": "[\n {\n \"draft_share_settings\": {\n \"end_date\": \"\",\n \"share_detail\": {\n \"draft_payment\": {\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"payment\": {\n \"budget\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"frequency\": \"\"\n },\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"make_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"read_only\": {\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n }\n },\n \"start_date\": \"\"\n },\n \"draft_share_url\": \"\",\n \"expiration\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"share_invite_bank_response_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to create a draft share invite for a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. The user that accepts the invite can share one of their MonetaryAccounts with the user that created the invite.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2b15d01-44d3-4a58-b775-04b9d5894587", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7871f99a-b4ce-467f-a6c5-68d68bc21844", "documentation": "Used to create a draft share invite for a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. The user that accepts the invite can share one of their MonetaryAccounts with the user that created the invite.", "method": "post", "endpoint": "user/:userID/draft-share-invite-bank", "responses": [ { "uuid": "eacd0d71-aa8d-4a31-bdf1-6262863b0d74", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Used to create a draft share invite for a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. The user that accepts the invite can share one of their MonetaryAccounts with the user that created the invite.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3c4e9a21-92a2-40ba-acb7-b8e25dee573b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5468512-bf53-4f4d-aa19-1a6b9452003e", "documentation": "Returns the raw content of the QR code that links to this draft share invite. The raw content is the binary representation of a file, without any JSON wrapping.", "method": "get", "endpoint": "user/:userID/draft-share-invite-bank/{draft-share-invite-bankID}/qr-code-content", "responses": [ { "uuid": "d57ca93a-eb73-41f7-ab5b-35615c64c91d", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "This call returns the raw content of the QR code that links to this draft share invite. When a bunq user scans this QR code with the bunq app the draft share invite will be shown on his/her device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "43695157-229a-4c2f-a7f1-e455472f49af", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b4b256c-b40f-41dd-9073-b4da4420109e", "documentation": "Get the details of a specific draft of a share invite.", "method": "get", "endpoint": "user/:userID/draft-share-invite-bank/:itemId", "responses": [ { "uuid": "98441ac3-8f6d-4f0c-99bf-266d63288c53", "body": "{\n \"draft_share_settings\": {\n \"end_date\": \"\",\n \"share_detail\": {\n \"draft_payment\": {\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"payment\": {\n \"budget\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"frequency\": \"\"\n },\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"make_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"read_only\": {\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n }\n },\n \"start_date\": \"\"\n },\n \"draft_share_url\": \"\",\n \"expiration\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"share_invite_bank_response_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create a draft share invite for a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. The user that accepts the invite can share one of their MonetaryAccounts with the user that created the invite.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4634a460-f861-4b35-9e6e-1ff4e2fff3fe", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a8d3d2d-778f-47dd-9c4f-978e9f09659c", "documentation": "Update a draft share invite. When sending status CANCELLED it is possible to cancel the draft share invite.", "method": "put", "endpoint": "user/:userID/draft-share-invite-bank/:itemId", "responses": [ { "uuid": "63dc2882-f003-44bc-bc40-323f7855166f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create a draft share invite for a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. The user that accepts the invite can share one of their MonetaryAccounts with the user that created the invite.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "991722d0-1d4a-4003-9aab-735180272c31", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "11f706bc-0841-4ef2-8973-e56a8ab75f70", "documentation": "Get a collection of events for a given user. You can add query the parameters monetary_account_id, status and/or display_user_event to filter the response. When monetary_account_id={id,id} is provided only events that relate to these monetary account ids are returned. When status={AWAITING_REPLY/FINALIZED} is provided the response only contains events with the status AWAITING_REPLY or FINALIZED. When display_user_event={true/false} is set to false user events are excluded from the response, when not provided user events are displayed. User events are events that are not related to a monetary account (for example: connect invites).", "method": "get", "endpoint": "user/:userID/event", "responses": [ { "uuid": "ed167213-7681-4058-a2b2-c1c9687bac62", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Used to view events. Events are automatically created and contain information about everything that happens to your bunq account. In the bunq app events are shown in your 'overview'. Examples of when events are created or modified: payment sent, payment received, request for payment received or connect invite received.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8cdf6cc9-6762-406e-bd20-ab4b7915255a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fb28756b-2da1-49db-b451-495028ec76bb", "documentation": "Get a specific event for a given user.", "method": "get", "endpoint": "user/:userID/event/:itemId", "responses": [ { "uuid": "af2b9a16-1102-4739-a5ae-84650f189bdd", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Used to view events. Events are automatically created and contain information about everything that happens to your bunq account. In the bunq app events are shown in your 'overview'. Examples of when events are created or modified: payment sent, payment received, request for payment received or connect invite received.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bbd15a9b-8179-4d33-86a1-f42a5b00e023", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a96fed3-4df5-449f-89bc-126e4a6fb3df", "documentation": "List all the annual overviews for a user.", "method": "get", "endpoint": "user/:userID/export-annual-overview", "responses": [ { "uuid": "e1a4ca10-f9b0-478b-b1b7-18ffff774b32", "body": "[\n {\n \"alias_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing annual overviews of all the user's monetary accounts. Once created, annual overviews can be downloaded in PDF format via the 'export-annual-overview/{id}/content' endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "30b418c6-e57c-4616-b993-932ce83d3d72", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c6fb3e2e-79e2-4d45-a7b0-d9d36972630b", "documentation": "Create a new annual overview for a specific year. An overview can be generated only for a past year.", "method": "post", "endpoint": "user/:userID/export-annual-overview", "responses": [ { "uuid": "b6fccb08-ca48-4c05-92a1-8ee4160b5690", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing annual overviews of all the user's monetary accounts. Once created, annual overviews can be downloaded in PDF format via the 'export-annual-overview/{id}/content' endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7a5550d7-6645-4cce-9d86-2e893e02dfb4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2625adc2-75d0-4503-9e74-8e54935e2f2f", "documentation": "Used to retrieve the raw content of an annual overview.", "method": "get", "endpoint": "user/:userID/export-annual-overview/{export-annual-overviewID}/content", "responses": [ { "uuid": "de5b2b7f-8bed-4674-a767-29c8a371407a", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of an annual overview. The annual overview is always in PDF format. Doc won't display the response of a request to get the content of an annual overview.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3e99b933-45ee-4bd6-aa7a-19fe37de1d69", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f91e1a2-66f2-4c5a-9f66-d796506fd331", "documentation": "Used to create new and read existing annual overviews of all the user's monetary accounts. Once created, annual overviews can be downloaded in PDF format via the 'export-annual-overview/{id}/content' endpoint.", "method": "delete", "endpoint": "user/:userID/export-annual-overview/:itemId", "responses": [ { "uuid": "a9165dcc-24a9-48aa-b920-81e9b389580a", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing annual overviews of all the user's monetary accounts. Once created, annual overviews can be downloaded in PDF format via the 'export-annual-overview/{id}/content' endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3e834ca-b874-48d9-9817-39b8d486b529", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a7f98b3-be84-4b0c-8993-74df492803fb", "documentation": "Get an annual overview for a user by its id.", "method": "get", "endpoint": "user/:userID/export-annual-overview/:itemId", "responses": [ { "uuid": "bd13ff66-e2b2-4694-863a-ffd164f4c260", "body": "{\n \"alias_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\",\n \"year\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing annual overviews of all the user's monetary accounts. Once created, annual overviews can be downloaded in PDF format via the 'export-annual-overview/{id}/content' endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7b81d385-e539-4a5a-b43d-ca3992a503d1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e10fe7c3-7b44-479a-bc88-2aaa9979fb6c", "documentation": "view for updating the feature display.", "method": "get", "endpoint": "user/:userID/feature-announcement/:itemId", "responses": [ { "uuid": "e8f228e5-b0e5-4adc-a456-0cf0cad62350", "body": "{\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"sub_title\": \"\",\n \"title\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "view for updating the feature display.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e7d19892-017b-4409-8d0e-b61865a9d6be", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f74ef5d-d6f2-46b0-baf8-f7dddca58ca6", "documentation": "Used to get insights budgets between given time range.", "method": "get", "endpoint": "user/:userID/insight-budget", "responses": [ { "uuid": "e557a19b-aeb0-43cf-9e11-75f5f8c0891f", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Used to get insights budgets between given time range.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e02ab57-eb9d-4d5c-958c-e670351e827c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6888ac4-c8da-4848-b882-dd34f8d6db1b", "documentation": "Used to allow users to set insight/budget preferences.", "method": "get", "endpoint": "user/:userID/insight-preference-date", "responses": [ { "uuid": "3b8b1f1a-c1b9-4614-bcf9-536c0290ac9e", "body": "[\n {\n \"day_of_month\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to allow users to set insight/budget preferences.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a3224fe4-479d-42c5-99a6-20456cfbc936", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1767e889-5853-4f31-b913-3fe25c37e293", "documentation": "Used to get insights about transactions between given time range.", "method": "get", "endpoint": "user/:userID/insights", "responses": [ { "uuid": "94ff59d2-d714-4c01-b4a5-43247c9d7a54", "body": "[\n {\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"category\": \"\",\n \"category_translated\": \"\",\n \"number_of_transactions\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to get insights about transactions between given time range.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e412765-520e-4314-8073-bddb8bb959ed", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b074bac3-4613-483b-bac3-7a39e18d514f", "documentation": "Used to get events based on time and insight category.", "method": "get", "endpoint": "user/:userID/insights-search", "responses": [ { "uuid": "71ce4233-926d-4dd2-9fc0-d00cab460df2", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Used to get events based on time and insight category.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "35957489-2dde-40a6-8831-a9b5710d1d51", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c487b7c4-74e0-4f95-aa21-8dce982909c3", "documentation": "Used to list bunq invoices by user.", "method": "get", "endpoint": "user/:userID/invoice", "responses": [ { "uuid": "cd1dc682-3f79-49bc-a709-07ce29a23a02", "body": "[\n {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"chamber_of_commerce_number\": \"\",\n \"counterparty_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"group\": [\n {\n \"instance_description\": \"\",\n \"item\": [\n {\n \"billing_date\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type_description\": \"\",\n \"type_description_translated\": \"\",\n \"unit_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"unit_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"vat\": {{faker 'number.int' max=99999}}\n }\n ],\n \"product_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"type_description\": \"\",\n \"type_description_translated\": \"\"\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"\",\n \"invoice_number\": \"\",\n \"status\": \"\",\n \"total_vat\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"updated\": \"\",\n \"vat_number\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to list bunq invoices by user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eb1437ca-2f09-4059-ac33-cb3ce33f9d22", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c39395ee-afde-48b5-8973-6e18b2eb03e0", "documentation": "Get a PDF export of an invoice.", "method": "get", "endpoint": "user/:userID/invoice/:invoiceID/pdf-content", "responses": [ { "uuid": "a9e7be27-8f76-49fd-872d-9f16d406c160", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Get a PDF export of an invoice.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4affb4b5-aa01-41ce-8831-07cd651e5a07", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c8840c8f-ee50-4f35-8e34-c883aaeb94bd", "documentation": "Used to list bunq invoices by user.", "method": "get", "endpoint": "user/:userID/invoice/:itemId", "responses": [ { "uuid": "57a19f0a-a764-49ae-8e9b-ac8c73e44e74", "body": "{\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"chamber_of_commerce_number\": \"\",\n \"counterparty_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"group\": [\n {\n \"instance_description\": \"\",\n \"item\": [\n {\n \"billing_date\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type_description\": \"\",\n \"type_description_translated\": \"\",\n \"unit_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"unit_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"vat\": {{faker 'number.int' max=99999}}\n }\n ],\n \"product_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"type_description\": \"\",\n \"type_description_translated\": \"\"\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"\",\n \"invoice_number\": \"\",\n \"status\": \"\",\n \"total_vat\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"updated\": \"\",\n \"vat_number\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to list bunq invoices by user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ad2cef14-d062-4769-8ffd-2462d94ed2d4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2254d6f9-90cf-4a5c-901e-e3604bddfa6d", "documentation": "Endpoint for getting available legal names that can be used by the user.", "method": "get", "endpoint": "user/:userID/legal-name", "responses": [ { "uuid": "a849e989-4e31-4afc-b9c0-82c41568cc93", "body": "[\n {\n \"legal_names\": [\n \"\"\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Endpoint for getting available legal names that can be used by the user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "30b4d6a5-0fe0-4814-8647-5ff976554d3d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "66bef001-8b3b-440d-b83e-c751621f5053", "documentation": "Get all limits for the authenticated user.", "method": "get", "endpoint": "user/:userID/limit", "responses": [ { "uuid": "3aa2ad0a-f4a7-4431-8e2d-340ff6b59005", "body": "[\n {\n \"limit_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"limit_card_debit_maestro\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_mastercard\": {{faker 'number.int' max=99999}},\n \"limit_card_debit_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_card_replacement\": {{faker 'number.int' max=99999}},\n \"limit_card_wildcard\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account\": {{faker 'number.int' max=99999}},\n \"limit_monetary_account_remaining\": {{faker 'number.int' max=99999}},\n \"spent_amount_monthly\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Show the limits for the authenticated user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bee56338-7cc9-4f6a-97b3-7966d1743b51", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "985381fe-f11f-43ea-813c-8f6b7d29ad36", "documentation": "Aggregation of how many card payments have been done with a Green Card in the current calendar month.", "method": "get", "endpoint": "user/:userID/mastercard-action-green-aggregation", "responses": [ { "uuid": "9ce27074-0357-4fb3-b3da-efa689450458", "body": "[\n {\n \"date\": \"\",\n \"percentage\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Aggregation of how many card payments have been done with a Green Card in the current calendar month.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1cc48289-d86a-4738-8ab1-e598b9028749", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "34d6b8d5-65ae-473b-9652-60a772d708a2", "documentation": "Get a collection of all your MonetaryAccounts.", "method": "get", "endpoint": "user/:userID/monetary-account", "responses": [ { "uuid": "4dc2ca28-9193-40d9-b4af-0b8857191f0f", "body": "[\n {\n \"MonetaryAccountBank\": {\n \"avatar_uuid\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"display_name\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\"\n },\n \"MonetaryAccountJoint\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar_uuid\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\"\n },\n \"MonetaryAccountLight\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_month_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_month_used\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_withdrawal_year_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_withdrawal_year_used\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_year_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_year_used\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n },\n \"MonetaryAccountSavings\": {\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar_uuid\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"savings_goal\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to show the MonetaryAccounts that you can access. Currently the only MonetaryAccount type is MonetaryAccountBank. See also: monetary-account-bank.

Notification filters can be set on a monetary account level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf510ffc-1aef-4353-a61a-df2a2fe8a5f7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "33c1d63b-2b53-4b43-918d-6b193360abe8", "documentation": "Gets a listing of all MonetaryAccountBanks of a given user.", "method": "get", "endpoint": "user/:userID/monetary-account-bank", "responses": [ { "uuid": "c3d0dba8-0b0e-4b54-bd32-746786218955", "body": "[\n {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_auto_save_id\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_profile\": {\n \"profile_drain\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_high\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_account_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"status\": \"\"\n },\n \"profile_fill\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_low\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"issuer\": {\n \"bic\": \"\",\n \"name\": \"\"\n },\n \"method_fill\": \"\",\n \"status\": \"\"\n }\n },\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountBank you can create a new bank account, retrieve information regarding your existing MonetaryAccountBanks and update specific fields of an existing MonetaryAccountBank. Examples of fields that can be updated are the description, the daily limit and the avatar of the account.

Notification filters can be set on a monetary account level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3fb1f605-6c48-4d97-b3ca-897c1872c026", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "367cc828-0d53-4e33-b430-ac5f80759855", "documentation": "Create new MonetaryAccountBank.", "method": "post", "endpoint": "user/:userID/monetary-account-bank", "responses": [ { "uuid": "3243abbe-cc20-4cee-b1b5-bf91ab951259", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountBank you can create a new bank account, retrieve information regarding your existing MonetaryAccountBanks and update specific fields of an existing MonetaryAccountBank. Examples of fields that can be updated are the description, the daily limit and the avatar of the account.

Notification filters can be set on a monetary account level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "acf4438c-5912-4d4a-a987-11186a48e062", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f27f8fb2-018c-4fd6-8b92-1eeede360e36", "documentation": "Get a specific MonetaryAccountBank.", "method": "get", "endpoint": "user/:userID/monetary-account-bank/:itemId", "responses": [ { "uuid": "4a645325-6b49-46d5-8dfa-100ff74ccf70", "body": "{\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_auto_save_id\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_profile\": {\n \"profile_drain\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_high\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_account_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"status\": \"\"\n },\n \"profile_fill\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_low\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"issuer\": {\n \"bic\": \"\",\n \"name\": \"\"\n },\n \"method_fill\": \"\",\n \"status\": \"\"\n }\n },\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountBank you can create a new bank account, retrieve information regarding your existing MonetaryAccountBanks and update specific fields of an existing MonetaryAccountBank. Examples of fields that can be updated are the description, the daily limit and the avatar of the account.

Notification filters can be set on a monetary account level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4ba136d6-7590-42a6-af35-cb2235bd3006", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "48dc03fd-7de9-4fc8-8833-58f148944c50", "documentation": "Update a specific existing MonetaryAccountBank.", "method": "put", "endpoint": "user/:userID/monetary-account-bank/:itemId", "responses": [ { "uuid": "c37aabc7-2a5b-4925-9485-adc777bdf865", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountBank you can create a new bank account, retrieve information regarding your existing MonetaryAccountBanks and update specific fields of an existing MonetaryAccountBank. Examples of fields that can be updated are the description, the daily limit and the avatar of the account.

Notification filters can be set on a monetary account level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a72afd04-5b6d-4e2a-9a2a-552333ab443b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c7e0bca-ff22-45da-8f14-fa169be209a3", "documentation": "The endpoint for joint monetary accounts.", "method": "get", "endpoint": "user/:userID/monetary-account-joint", "responses": [ { "uuid": "87fdc3e0-a036-4dc4-8361-b94f8fdab2d4", "body": "[\n {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_auto_save_id\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_profile\": {\n \"profile_drain\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_high\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_account_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"status\": \"\"\n },\n \"profile_fill\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_low\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"issuer\": {\n \"bic\": \"\",\n \"name\": \"\"\n },\n \"method_fill\": \"\",\n \"status\": \"\"\n }\n },\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "The endpoint for joint monetary accounts.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "85d96271-4a1c-424e-a589-7f908c1d953f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2bd7aa3c-3315-4a24-8fca-a03ba1b25444", "documentation": "The endpoint for joint monetary accounts.", "method": "post", "endpoint": "user/:userID/monetary-account-joint", "responses": [ { "uuid": "387f21b8-77cc-46be-a457-aae6820c230f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "The endpoint for joint monetary accounts.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c49bde10-cb37-4e83-8b95-5d43cc8d0556", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4ee2690-a6a1-44cc-b627-96991e183a12", "documentation": "The endpoint for joint monetary accounts.", "method": "get", "endpoint": "user/:userID/monetary-account-joint/:itemId", "responses": [ { "uuid": "9f3b738e-e85c-44df-9be5-47d839389543", "body": "{\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_auto_save_id\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_profile\": {\n \"profile_drain\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_high\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_account_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"status\": \"\"\n },\n \"profile_fill\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_low\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"issuer\": {\n \"bic\": \"\",\n \"name\": \"\"\n },\n \"method_fill\": \"\",\n \"status\": \"\"\n }\n },\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "The endpoint for joint monetary accounts.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea755a08-b35e-4313-aea3-ff9d48d1ebbe", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a250cf2-e90b-4746-8f5b-346e6f366b8c", "documentation": "The endpoint for joint monetary accounts.", "method": "put", "endpoint": "user/:userID/monetary-account-joint/:itemId", "responses": [ { "uuid": "15484430-be64-4c33-a572-0f28774455ad", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "The endpoint for joint monetary accounts.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2cc8df00-ae28-4a42-96a2-1b09d77f4603", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4a341cc3-e715-406b-859c-46a7020ca6a8", "documentation": "Gets a listing of all MonetaryAccountSavingss of a given user.", "method": "get", "endpoint": "user/:userID/monetary-account-savings", "responses": [ { "uuid": "790defe4-94c1-47f6-af99-3bd5449a7269", "body": "[\n {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_auto_save_id\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_profile\": {\n \"profile_drain\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_high\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_account_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"status\": \"\"\n },\n \"profile_fill\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_low\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"issuer\": {\n \"bic\": \"\",\n \"name\": \"\"\n },\n \"method_fill\": \"\",\n \"status\": \"\"\n }\n },\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"savings_goal\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_goal_progress\": {{faker 'number.int' max=99999}},\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountSavings you can create a new savings account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f3678a8d-646c-421d-85d8-19408bfdddc3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c38166f9-cf61-4e11-9a70-4c0941ea40f9", "documentation": "Create new MonetaryAccountSavings.", "method": "post", "endpoint": "user/:userID/monetary-account-savings", "responses": [ { "uuid": "9af50487-da25-444b-8616-3636dece3c39", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountSavings you can create a new savings account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d1994f10-38fc-44a9-bf54-e106f1daeb6b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88a79f5b-01eb-47f3-acb7-1296b0e84d6b", "documentation": "Get a specific MonetaryAccountSavings.", "method": "get", "endpoint": "user/:userID/monetary-account-savings/:itemId", "responses": [ { "uuid": "4f889511-fcfd-4c14-b0d8-469a3d729f45", "body": "{\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_auto_save_id\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_profile\": {\n \"profile_drain\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_high\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_account_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"status\": \"\"\n },\n \"profile_fill\": {\n \"balance_preferred\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_threshold_low\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"issuer\": {\n \"bic\": \"\",\n \"name\": \"\"\n },\n \"method_fill\": \"\",\n \"status\": \"\"\n }\n },\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"savings_goal\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"savings_goal_progress\": {{faker 'number.int' max=99999}},\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountSavings you can create a new savings account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "32f3ce60-3d60-46b3-add4-bab7f64cca8a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29425efb-084c-4a54-9d7b-de4f840936bd", "documentation": "Update a specific existing MonetaryAccountSavings.", "method": "put", "endpoint": "user/:userID/monetary-account-savings/:itemId", "responses": [ { "uuid": "4a7e6a23-bfbd-40e2-9090-6f562269ef54", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "With MonetaryAccountSavings you can create a new savings account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "037ccb08-4257-46d5-927b-a2c2d88c4b8f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4cc02cc4-a87e-47b5-a220-ffd66c03508b", "documentation": "Get a specific MonetaryAccount.", "method": "get", "endpoint": "user/:userID/monetary-account/:itemId", "responses": [ { "uuid": "6bb8e298-cfb3-4873-9957-187425cb192d", "body": "{\n \"MonetaryAccountBank\": {\n \"avatar_uuid\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"display_name\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\"\n },\n \"MonetaryAccountJoint\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar_uuid\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"overdraft_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\"\n },\n \"MonetaryAccountLight\": {\n \"alias\": [\n {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"balance_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_month_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_month_used\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_withdrawal_year_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_withdrawal_year_used\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_year_maximum\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"budget_year_used\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"public_uuid\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\",\n \"updated\": \"\",\n \"user_id\": {{faker 'number.int' max=99999}}\n },\n \"MonetaryAccountSavings\": {\n \"all_co_owner\": [\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"status\": \"\"\n }\n ],\n \"avatar_uuid\": \"\",\n \"currency\": \"\",\n \"daily_limit\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"reason\": \"\",\n \"reason_description\": \"\",\n \"savings_goal\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"setting\": {\n \"color\": \"\",\n \"default_avatar_status\": \"\",\n \"icon\": \"\",\n \"restriction_chat\": \"\"\n },\n \"status\": \"\",\n \"sub_status\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to show the MonetaryAccounts that you can access. Currently the only MonetaryAccount type is MonetaryAccountBank. See also: monetary-account-bank.

Notification filters can be set on a monetary account level to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8dd7c3ec-d25c-4132-b310-fd22c7bf1cac", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "42ef3359-6ba6-418e-ad99-89702188e513", "documentation": "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. You are required to provide a description of the attachment using the X-Bunq-Attachment-Description header.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/attachment", "responses": [ { "uuid": "ca3fa107-379a-4439-8ec5-57028587cd98", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "This call is used to upload an attachment that can be referenced to in payment requests and payments sent from a specific monetary account. Attachments supported are png, jpg and gif.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6228a57-28da-4ac2-bd46-b55f36d07593", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "193edaab-10ba-48b7-998b-584407183b53", "documentation": "Upload a new attachment to use with a tab, and to read its metadata. 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. You are required to provide a description of the attachment using the X-Bunq-Attachment-Description header.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/attachment-tab", "responses": [ { "uuid": "9bc33645-6f92-428e-8c64-83b7d9b79960", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "This call is used to upload an attachment that will be accessible only through tabs. This can be used for example to upload special promotions or other attachments. Attachments supported are png, jpg and gif.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1a852d35-2e56-43c7-8d5f-d26d0c4be01d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f948b79-0f01-4f57-b9a8-501cd6d069b1", "documentation": "Get the raw content of a specific attachment.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/attachment-tab/{attachment-tabID}/content", "responses": [ { "uuid": "1bed458b-11e4-4bed-9a92-f629f7548778", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of a tab attachment with given ID. The raw content is the binary representation of a file, without any JSON wrapping.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9fd99a86-1b96-4b27-81e4-e32d35fc8dee", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc320f26-5755-4a40-8dec-d4fefa94787b", "documentation": "Get a specific attachment. The header of the response contains the content-type of the attachment.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/attachment-tab/:itemId", "responses": [ { "uuid": "934526c9-720a-4c70-b817-767cae0157b5", "body": "{\n \"attachment\": {\n \"content_type\": \"\",\n \"description\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "This call is used to upload an attachment that will be accessible only through tabs. This can be used for example to upload special promotions or other attachments. Attachments supported are png, jpg and gif.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1db6fdff-012f-493c-80a9-c2d026aa753a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7d1f341-6b48-4a0e-83a0-c47610e60b83", "documentation": "Get the raw content of a specific attachment.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/attachment/:attachmentID/content", "responses": [ { "uuid": "78a58364-cd4b-4a38-8864-1edd6a032cb3", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of a monetary account attachment with given ID. The raw content is the binary representation of a file, without any JSON wrapping.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a65bad2c-07a4-4f5d-973b-261317694996", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "413f1988-03c3-4628-87a8-385919eda904", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment", "responses": [ { "uuid": "341a77d8-10b6-45c2-8569-30f16517a9fa", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9672b641-f5c9-449f-ac7d-1abfc23001d8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4d06dc8e-2b42-4ca5-9937-a0195befe358", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment", "responses": [ { "uuid": "af067c13-2f3b-4e88-9e3e-90d0d38c7950", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "063c29c4-dec7-4306-9a5a-2453c5937544", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5fa53bf5-bb44-4a1d-bc84-7f16dea1460d", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment/:itemId", "responses": [ { "uuid": "bb605f6c-42d2-4bfe-9370-be4674f5c95b", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "56cdfeda-ea66-407c-8fbc-39735e1da281", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1e155127-9ff0-4314-b9bd-809186cc8f0b", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment/:itemId", "responses": [ { "uuid": "ed776fdb-6174-4a06-a610-5f1b6ff97d78", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b085b2ce-2d82-4ec9-aa14-252dc1366c24", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cca9c6e4-4dc0-4962-a5de-d91dc9447374", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-attachment/:itemId", "responses": [ { "uuid": "71af005b-dbb2-4679-9fca-37d7b0406dc2", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "036502d3-43ec-4e82-b317-c2ba05702a72", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ffd99b3-5dc4-40a8-9ff0-5a5677d75b2f", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text", "responses": [ { "uuid": "06589217-bc72-43b8-b3d8-fd680d8bae55", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "597e3d0c-1bf7-4ba9-8fd5-0eb723066e20", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98dce6fd-3f14-48a4-abbf-e42cb7e0174d", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text", "responses": [ { "uuid": "cbce5ccc-b813-4070-becd-0536ac34895f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ce9ebaae-5d3a-4127-a3b0-5436fa5f38f3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97ceb471-0e50-4bf7-b1ed-982871f5e7a7", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text/:itemId", "responses": [ { "uuid": "61e646f2-efa6-4118-8709-ce4aa46193b5", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa45a300-8e55-4ebf-ba0f-48cd4db3ea80", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0adc226f-ba9c-44ca-ac57-3b47a56830b4", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text/:itemId", "responses": [ { "uuid": "cb26f13d-87de-4642-be2a-07202d526ff8", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2b63b9ce-45d2-4a26-952e-b64856925fff", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eb4b856c-c67a-4c62-8169-4b02b836b074", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/{bunqme-fundraiser-resultID}/note-text/:itemId", "responses": [ { "uuid": "8b819ddc-00d8-4faa-9fca-2760c3ff8808", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "037cd538-ad50-4776-8361-9522c6b4aa84", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e878e784-e678-4bd4-856c-ad8acd48db87", "documentation": "bunq.me fundraiser result containing all payments.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-fundraiser-result/:itemId", "responses": [ { "uuid": "7d04f27a-c132-4d32-9d0e-675896f16b1c", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "bunq.me fundraiser result containing all payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "41554bdc-884b-41af-b7a7-fc2c221c4eaf", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2b952d7-dc40-4411-82fc-a151fb21dd2d", "documentation": "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.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-tab", "responses": [ { "uuid": "d531113d-be3e-458a-a2d0-4eef0c76633a", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1a1c60c0-6bd4-4ec7-b91a-9ed296502624", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e6dc1c34-b32d-47f6-8210-0a2262a62fba", "documentation": "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.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-tab", "responses": [ { "uuid": "49bf59f0-e314-4820-89f4-43e77f4d6bfd", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6e3d40d4-eb6e-482a-831f-6bc67043fd68", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3b65f33b-8314-4789-ba57-1404d8eb647c", "documentation": "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.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-tab-result-response/:itemId", "responses": [ { "uuid": "1f09656b-17d1-4104-8d53-0c9d99e09275", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d8c0e5ae-3d96-41d6-87e6-f0bf34a29fca", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ae4f12c-20cb-493d-8718-677076018d25", "documentation": "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.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-tab/:itemId", "responses": [ { "uuid": "04a45180-59c6-4d3f-85aa-1d0e36f244b9", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ce66d145-8953-46ea-9398-7537c8e9e04a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cba26e7f-577c-4bb6-800b-21d21f05a851", "documentation": "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.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/bunqme-tab/:itemId", "responses": [ { "uuid": "72a15a6d-6588-4070-97ee-6c2fadad3944", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b507d7db-a99c-4835-9a55-7c88dbd9e90a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9b02b208-5ed6-4d61-b861-8e94546f5241", "documentation": "Get a collection of CashRegister for a given user and monetary account.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register", "responses": [ { "uuid": "f3512d66-a294-478a-ad69-048514eb6fa8", "body": "[\n {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"status\": \"\",\n \"tab_text_waiting_screen\": [\n {\n \"description\": \"\",\n \"language\": \"\"\n }\n ],\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "CashRegisters are virtual points of sale. They have a specific name and avatar, and optionally, a location.
With a CashRegister you can create a Tab and then use a QR code to receive payments.
Check out our Quickstart example to learn how you can easily create Tab payments.

Notification filters can be set on a CashRegister to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ff4ae766-16e0-4ffb-b735-ecc3bfea70f7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8513b7d0-8216-459e-a84f-b2f8a4c3338d", "documentation": "Create a new CashRegister. Only an UserCompany can create a CashRegisters. They need to be created with status PENDING_APPROVAL, an bunq admin has to approve your CashRegister before you can use it. In the sandbox testing environment an CashRegister will be automatically approved immediately after creation.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register", "responses": [ { "uuid": "5e8cab09-e92d-4bf8-aedd-240c4fe22701", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "CashRegisters are virtual points of sale. They have a specific name and avatar, and optionally, a location.
With a CashRegister you can create a Tab and then use a QR code to receive payments.
Check out our Quickstart example to learn how you can easily create Tab payments.

Notification filters can be set on a CashRegister to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2c118d59-fdb3-4d5a-a342-847fe633f37c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e087ddc-0129-44a0-9f91-2bb012a2234f", "documentation": "Get a collection of QR code information from a given CashRegister", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/qr-code", "responses": [ { "uuid": "b9fa7ba0-3e66-4037-92ef-8e4e6169f818", "body": "[\n {\n \"cash_register\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"status\": \"\",\n \"tab_text_waiting_screen\": [\n {\n \"description\": \"\",\n \"language\": \"\"\n }\n ],\n \"updated\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"tab_object\": {\n \"TabUsageMultiple\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n },\n \"TabUsageSingle\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n }\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Once your CashRegister has been activated you can create a QR code for it. The visibility of a tab can be modified to be linked to this QR code. If a user of the bunq app scans this QR code, the linked tab will be shown on his device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9d3d4925-9799-4c65-bef4-8b60c0b2d4e0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db7ab857-59c2-4fce-98ba-34fa51243a1d", "documentation": "Create a new QR code for this CashRegister. You can only have one ACTIVE CashRegister QR code at the time.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/qr-code", "responses": [ { "uuid": "bf4351c4-c4d1-487c-bd52-fb1557fd2ba0", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Once your CashRegister has been activated you can create a QR code for it. The visibility of a tab can be modified to be linked to this QR code. If a user of the bunq app scans this QR code, the linked tab will be shown on his device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0ecd0573-857c-4f43-bfe9-9a6b91bb44f5", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "33afeeae-2a72-440f-b158-3d34d47c5bde", "documentation": "Get the information of a specific QR code. To get the RAW content of the QR code use ../qr-code/{id}/content", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/qr-code/:itemId", "responses": [ { "uuid": "800efd7c-c237-4ab7-b695-fabf48356ab1", "body": "{\n \"cash_register\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"status\": \"\",\n \"tab_text_waiting_screen\": [\n {\n \"description\": \"\",\n \"language\": \"\"\n }\n ],\n \"updated\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"tab_object\": {\n \"TabUsageMultiple\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n },\n \"TabUsageSingle\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n }\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Once your CashRegister has been activated you can create a QR code for it. The visibility of a tab can be modified to be linked to this QR code. If a user of the bunq app scans this QR code, the linked tab will be shown on his device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dbf4afe0-42a2-4055-993f-d9997c4c5737", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ba4cda7-8947-4e25-b7e5-1db21f0e48d1", "documentation": "Modify a QR code in a given CashRegister. You can only have one ACTIVE CashRegister QR code at the time.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/qr-code/:itemId", "responses": [ { "uuid": "2c8463d0-5ddd-40a5-8f79-5ae3a5399178", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Once your CashRegister has been activated you can create a QR code for it. The visibility of a tab can be modified to be linked to this QR code. If a user of the bunq app scans this QR code, the linked tab will be shown on his device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1eb5251b-12f8-4a17-b0f2-ff23e5be8a70", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7e6b1cc3-22d6-4c7f-83c2-8a0b8e7349c6", "documentation": "Show the raw contents of a QR code", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/qr-code/{qr-codeID}/content", "responses": [ { "uuid": "4e1be8b0-91e9-4d5f-ba40-7213f7df29fb", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Show the raw contents of a QR code. First you need to created a QR code using ../cash-register/{id}/qr-code.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "94a75d45-85d9-4833-a86e-df3be7547333", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dbe27362-ce88-4e84-9b37-e10839084b74", "documentation": "Get a collection of tabs.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab", "responses": [ { "uuid": "0034a9c1-adb6-4527-a87c-67014974b4f7", "body": "[\n {\n \"TabUsageMultiple\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n },\n \"TabUsageSingle\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Once your CashRegister has been activated you can use it to create Tabs. A Tab is a template for a payment. In contrast to requests a Tab is not pointed towards a specific user. Any user can pay the Tab as long as it is made visible by you. The creation of a Tab happens with /tab-usage-single or /tab-usage-multiple. A TabUsageSingle is a Tab that can be paid once. A TabUsageMultiple is a Tab that can be paid multiple times by different users.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8bae9ec5-ef80-4c3f-b0de-ead8c896be07", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a7756631-871b-43a0-88cc-768d56c28d54", "documentation": "Get a collection of TabUsageMultiple.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-multiple", "responses": [ { "uuid": "e8750c5f-40a6-40e9-8e24-128f797e507f", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "TabUsageMultiple is a Tab that can be paid by multiple users. Just like the TabUsageSingle it is created with the status OPEN, the visibility can be defined in the visibility object and TabItems can be added as long as the status is OPEN. When you change the status to PAYABLE any bunq user can use the tab to make a payment to your account. After an user has paid your TabUsageMultiple the status will not change, it will stay PAYABLE. For example: you can create a TabUsageMultiple with require_address set to true. Now show the QR code of this Tab on your webshop, and any bunq user can instantly pay and order something from your webshop.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0fd1d294-20a2-4939-ad44-8c125eed797a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8bee702-b921-40b4-ab19-eb988255ad6a", "documentation": "Create a TabUsageMultiple. On creation the status must be set to OPEN", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-multiple", "responses": [ { "uuid": "f876a7c8-f600-4b47-8850-ae5ce8e048a5", "body": "{\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "TabUsageMultiple is a Tab that can be paid by multiple users. Just like the TabUsageSingle it is created with the status OPEN, the visibility can be defined in the visibility object and TabItems can be added as long as the status is OPEN. When you change the status to PAYABLE any bunq user can use the tab to make a payment to your account. After an user has paid your TabUsageMultiple the status will not change, it will stay PAYABLE. For example: you can create a TabUsageMultiple with require_address set to true. Now show the QR code of this Tab on your webshop, and any bunq user can instantly pay and order something from your webshop.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2f142193-119a-4766-839b-0851461c22e0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c811203-c8b7-4a84-a4cd-fbf731be2749", "documentation": "Close a specific TabUsageMultiple.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-multiple/:itemId", "responses": [ { "uuid": "6ce4bc88-887b-4a3a-a3f8-6ea006bd357a", "body": "{}", "latency": 0, "statusCode": 200, "label": "TabUsageMultiple is a Tab that can be paid by multiple users. Just like the TabUsageSingle it is created with the status OPEN, the visibility can be defined in the visibility object and TabItems can be added as long as the status is OPEN. When you change the status to PAYABLE any bunq user can use the tab to make a payment to your account. After an user has paid your TabUsageMultiple the status will not change, it will stay PAYABLE. For example: you can create a TabUsageMultiple with require_address set to true. Now show the QR code of this Tab on your webshop, and any bunq user can instantly pay and order something from your webshop.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80d0d5da-e7eb-4070-84c3-bfaaa93c1606", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e19b588-1c47-492b-9e3a-7a97b5a0f560", "documentation": "Get a specific TabUsageMultiple.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-multiple/:itemId", "responses": [ { "uuid": "e7253fdf-4c71-4f6a-88d5-243b6b6260f1", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "TabUsageMultiple is a Tab that can be paid by multiple users. Just like the TabUsageSingle it is created with the status OPEN, the visibility can be defined in the visibility object and TabItems can be added as long as the status is OPEN. When you change the status to PAYABLE any bunq user can use the tab to make a payment to your account. After an user has paid your TabUsageMultiple the status will not change, it will stay PAYABLE. For example: you can create a TabUsageMultiple with require_address set to true. Now show the QR code of this Tab on your webshop, and any bunq user can instantly pay and order something from your webshop.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "50a65514-c344-4d71-883b-1e2b6338abce", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bc4ef61-defe-465c-b60f-a6f64fd1e757", "documentation": "Modify a specific TabUsageMultiple. You can change the amount_total, status and visibility. Once you change the status to PAYABLE the TabUsageMultiple will expire after a year (default). If you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to PAYABLE.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-multiple/:itemId", "responses": [ { "uuid": "e823a0b3-cf6b-46f8-80f5-e89aa127b0c9", "body": "{\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "TabUsageMultiple is a Tab that can be paid by multiple users. Just like the TabUsageSingle it is created with the status OPEN, the visibility can be defined in the visibility object and TabItems can be added as long as the status is OPEN. When you change the status to PAYABLE any bunq user can use the tab to make a payment to your account. After an user has paid your TabUsageMultiple the status will not change, it will stay PAYABLE. For example: you can create a TabUsageMultiple with require_address set to true. Now show the QR code of this Tab on your webshop, and any bunq user can instantly pay and order something from your webshop.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5272ead6-d3e7-4681-9f90-877bebac904b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56ec3295-c3b3-48c7-9c30-abae5d5a5f66", "documentation": "Get a collection of TabUsageSingle.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-single", "responses": [ { "uuid": "f92afacb-bfaa-4799-b5bb-7153a96e0b02", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "TabUsageSingle is a Tab that can be paid once. The TabUsageSingle is created with the status OPEN. Optionally you can add TabItems to the tab using /tab/_/tab-item, TabItems don't affect the total amount of the Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to WAITING_FOR_PAYMENT. By setting the visibility object a TabUsageSingle with the status OPEN or WAITING_FOR_PAYMENT can be made visible to customers. As soon as a customer pays the TabUsageSingle its status changes to PAID, and it can't be paid again.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "61d3d065-4930-4ef8-ad48-1e4094c0bd90", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97f33d5d-189e-431a-af56-02d2060ca6dd", "documentation": "Create a TabUsageSingle. The initial status must be OPEN", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-single", "responses": [ { "uuid": "99e7535e-56d0-402c-8784-1fc62d82878e", "body": "{\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "TabUsageSingle is a Tab that can be paid once. The TabUsageSingle is created with the status OPEN. Optionally you can add TabItems to the tab using /tab/_/tab-item, TabItems don't affect the total amount of the Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to WAITING_FOR_PAYMENT. By setting the visibility object a TabUsageSingle with the status OPEN or WAITING_FOR_PAYMENT can be made visible to customers. As soon as a customer pays the TabUsageSingle its status changes to PAID, and it can't be paid again.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0148d036-96e1-4a70-a1bb-271916da6e91", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f154e216-947b-4f6a-89c2-1e2603148f2c", "documentation": "Cancel a specific TabUsageSingle.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-single/:itemId", "responses": [ { "uuid": "95304bb9-0f02-42af-b3b7-b6fcefb8629c", "body": "{}", "latency": 0, "statusCode": 200, "label": "TabUsageSingle is a Tab that can be paid once. The TabUsageSingle is created with the status OPEN. Optionally you can add TabItems to the tab using /tab/_/tab-item, TabItems don't affect the total amount of the Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to WAITING_FOR_PAYMENT. By setting the visibility object a TabUsageSingle with the status OPEN or WAITING_FOR_PAYMENT can be made visible to customers. As soon as a customer pays the TabUsageSingle its status changes to PAID, and it can't be paid again.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "914914b3-9030-456c-a995-49a1b918cb03", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7dd7561-54e2-4c15-b686-a8849f75d269", "documentation": "Get a specific TabUsageSingle.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-single/:itemId", "responses": [ { "uuid": "4f586c16-f3d3-4df0-bdbc-5b6a2537b6b9", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "TabUsageSingle is a Tab that can be paid once. The TabUsageSingle is created with the status OPEN. Optionally you can add TabItems to the tab using /tab/_/tab-item, TabItems don't affect the total amount of the Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to WAITING_FOR_PAYMENT. By setting the visibility object a TabUsageSingle with the status OPEN or WAITING_FOR_PAYMENT can be made visible to customers. As soon as a customer pays the TabUsageSingle its status changes to PAID, and it can't be paid again.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2f1380ce-a26d-44b7-87af-765a89e8e332", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70a2907f-3458-410b-8220-8f801367eeb9", "documentation": "Modify a specific TabUsageSingle. You can change the amount_total, status and visibility. Once you change the status to WAITING_FOR_PAYMENT the TabUsageSingle will expire after 5 minutes (default) or up to 1 hour if a different expiration is provided.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab-usage-single/:itemId", "responses": [ { "uuid": "9bf89956-423a-4351-bc8c-e0a4cd8a6105", "body": "{\n \"uuid\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "TabUsageSingle is a Tab that can be paid once. The TabUsageSingle is created with the status OPEN. Optionally you can add TabItems to the tab using /tab/_/tab-item, TabItems don't affect the total amount of the Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to WAITING_FOR_PAYMENT. By setting the visibility object a TabUsageSingle with the status OPEN or WAITING_FOR_PAYMENT can be made visible to customers. As soon as a customer pays the TabUsageSingle its status changes to PAID, and it can't be paid again.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3247fb01-6f59-411a-b593-02e036a8b58f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "098fc493-e427-4782-9577-65af1b60eca1", "documentation": "Get a specific tab. This returns a TabUsageSingle or TabUsageMultiple.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:itemId", "responses": [ { "uuid": "99eab09a-6dff-4de1-ad82-3a0a3ec92867", "body": "{\n \"TabUsageMultiple\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n },\n \"TabUsageSingle\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"allow_amount_higher\": {{faker 'datatype.boolean'}},\n \"allow_amount_lower\": {{faker 'datatype.boolean'}},\n \"amount_paid\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_total\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"cash_register_location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"created\": \"\",\n \"description\": \"\",\n \"expiration\": \"\",\n \"merchant_reference\": \"\",\n \"minimum_age\": {{faker 'datatype.boolean'}},\n \"qr_code_token\": \"\",\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"tab_attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": \"\",\n \"tab_attachment\": [\n {}\n ]\n }\n ],\n \"tab_url\": \"\",\n \"updated\": \"\",\n \"uuid\": \"\",\n \"visibility\": {\n \"cash_register_qr_code\": {{faker 'datatype.boolean'}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"tab_qr_code\": {{faker 'datatype.boolean'}}\n },\n \"want_tip\": {{faker 'datatype.boolean'}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Once your CashRegister has been activated you can use it to create Tabs. A Tab is a template for a payment. In contrast to requests a Tab is not pointed towards a specific user. Any user can pay the Tab as long as it is made visible by you. The creation of a Tab happens with /tab-usage-single or /tab-usage-multiple. A TabUsageSingle is a Tab that can be paid once. A TabUsageMultiple is a Tab that can be paid multiple times by different users.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4aadd2a7-5068-4d6a-aab5-21780090d5fe", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "830cbf0e-278e-44d7-a67a-4a086548245e", "documentation": "Returns the raw content of the QR code that links to this Tab. The raw content is the binary representation of a file, without any JSON wrapping.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/qr-code-content", "responses": [ { "uuid": "c6e6d325-8756-4169-9a4c-95990dad6b54", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "This call returns the raw content of the QR code that links to this Tab. When a bunq user scans this QR code with the bunq app the Tab will be shown on his/her device.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "69cf1887-e3ab-4f41-ae38-116a34f71a54", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73d3a3c5-0d3d-49ed-bf78-537e4e8bd8a9", "documentation": "Get a collection of TabItems from a given Tab.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-item", "responses": [ { "uuid": "ef7eb4d0-fbaf-4807-be93-f3ffdeb1b33d", "body": "[\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tab_attachment\": [\n {}\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "After you’ve created a Tab using /tab-usage-single or /tab-usage-multiple you can add items and attachments using tab-item. You can only add or modify TabItems of a Tab which status is OPEN. The amount of the TabItems will not influence the total_amount of the corresponding Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to PAYABLE/WAITING_FOR_PAYMENT.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6d670c58-5ecc-4f7c-af80-08557bb9cef1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0dc6c768-6025-4f8c-be1e-bd94e316d859", "documentation": "Create a new TabItem for a given Tab.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-item", "responses": [ { "uuid": "03cbf058-2e2b-4784-93a2-339b1bff2786", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "After you’ve created a Tab using /tab-usage-single or /tab-usage-multiple you can add items and attachments using tab-item. You can only add or modify TabItems of a Tab which status is OPEN. The amount of the TabItems will not influence the total_amount of the corresponding Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to PAYABLE/WAITING_FOR_PAYMENT.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5eca52c5-1b66-4ed1-aebf-90b91e54f5a8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25e4387e-adee-40a7-a195-72d82f233f31", "documentation": "Create tab items as a batch.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-item-batch", "responses": [ { "uuid": "d01a275c-13c8-457c-bc55-31d36e3147fc", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create a batch of tab items.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "66b644b8-19d2-4279-a8d3-26107ae64dc6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4b55f6c3-4e2f-4d2c-89b1-d4f6626d6d0d", "documentation": "Delete a specific TabItem from a Tab.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-item/:itemId", "responses": [ { "uuid": "4b33d42d-ec16-4e84-9081-346f582b8baa", "body": "{}", "latency": 0, "statusCode": 200, "label": "After you’ve created a Tab using /tab-usage-single or /tab-usage-multiple you can add items and attachments using tab-item. You can only add or modify TabItems of a Tab which status is OPEN. The amount of the TabItems will not influence the total_amount of the corresponding Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to PAYABLE/WAITING_FOR_PAYMENT.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0d68cd12-212d-43ee-aa70-26468f4e3066", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52fd7c11-27d2-448b-9250-614ae891f13b", "documentation": "Get a specific TabItem from a given Tab.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-item/:itemId", "responses": [ { "uuid": "2c27584c-5f45-4537-b08f-777345ba64a6", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"tab_attachment\": [\n {}\n ]\n}", "latency": 0, "statusCode": 200, "label": "After you’ve created a Tab using /tab-usage-single or /tab-usage-multiple you can add items and attachments using tab-item. You can only add or modify TabItems of a Tab which status is OPEN. The amount of the TabItems will not influence the total_amount of the corresponding Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to PAYABLE/WAITING_FOR_PAYMENT.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e2be26c7-ac54-4153-9026-4266fc3fa143", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61bd3d17-4065-44d6-85ed-3e744e6cfcf7", "documentation": "Modify a TabItem from a given Tab.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-item/:itemId", "responses": [ { "uuid": "8c4562d6-c3f5-4aec-ad1e-322e8ee0d8fc", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "After you’ve created a Tab using /tab-usage-single or /tab-usage-multiple you can add items and attachments using tab-item. You can only add or modify TabItems of a Tab which status is OPEN. The amount of the TabItems will not influence the total_amount of the corresponding Tab. However, if you've created any TabItems for a Tab the sum of the amounts of these items must be equal to the total_amount of the Tab when you change its status to PAYABLE/WAITING_FOR_PAYMENT.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6fa1445c-e329-484f-9c12-efe1e94c2a1b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2ec885f9-a589-453b-a072-fed12e82208c", "documentation": "Used to view a list of TabResultInquiry objects belonging to a tab.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-result-inquiry", "responses": [ { "uuid": "eb503c59-8d33-47e0-851a-3dce5da46046", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Used to view TabResultInquiry objects belonging to a tab. A TabResultInquiry is an object that holds details on both the tab and a single payment made for that tab.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cb8a9beb-ab97-4370-81d2-f919db69e225", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4b2a33a1-7c01-4304-a37b-5e3f6d25cf54", "documentation": "Used to view a single TabResultInquiry belonging to a tab.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/{cash-registerID}/tab/:tabUUID/tab-result-inquiry/:itemId", "responses": [ { "uuid": "e6f2639b-8667-4d55-808f-739629f1720b", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Used to view TabResultInquiry objects belonging to a tab. A TabResultInquiry is an object that holds details on both the tab and a single payment made for that tab.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "29f547ac-44fa-4476-9d72-090ac43e01ac", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1cce0177-bff4-45b1-a743-facc3669825c", "documentation": "Get a specific CashRegister.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/:itemId", "responses": [ { "uuid": "5f35fbda-aef3-4936-84b0-48b7e0d9d171", "body": "{\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"location\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"status\": \"\",\n \"tab_text_waiting_screen\": [\n {\n \"description\": \"\",\n \"language\": \"\"\n }\n ],\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "CashRegisters are virtual points of sale. They have a specific name and avatar, and optionally, a location.
With a CashRegister you can create a Tab and then use a QR code to receive payments.
Check out our Quickstart example to learn how you can easily create Tab payments.

Notification filters can be set on a CashRegister to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1bb03635-2ad4-403b-9bf3-c0e297591c7a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e70d1471-9c8c-4bf4-8b3e-a9731d6bf289", "documentation": "Modify or close an existing CashRegister. You must set the status back to PENDING_APPROVAL if you modify the name, avatar or location of a CashRegister. To close a cash register put its status to CLOSED.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/cash-register/:itemId", "responses": [ { "uuid": "77d807db-4e9a-4c51-b244-7bc86e195e6e", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "CashRegisters are virtual points of sale. They have a specific name and avatar, and optionally, a location.
With a CashRegister you can create a Tab and then use a QR code to receive payments.
Check out our Quickstart example to learn how you can easily create Tab payments.

Notification filters can be set on a CashRegister to receive callbacks. For more information check the dedicated callbacks page.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dbe07821-02a3-452e-9ec9-8c660c746d99", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f914f6d-d5fe-462a-8bc1-769af84b2813", "documentation": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/customer-statement", "responses": [ { "uuid": "e9c5f827-a708-4fce-8392-bd2f319ec725", "body": "[\n {\n \"alias_monetary_account\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"date_end\": \"\",\n \"date_start\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"regional_format\": \"\",\n \"statement_format\": \"\",\n \"statement_number\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c263bef1-ef0f-49e3-9ed8-ed8eea065d54", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "faa39189-2932-45b4-b9b8-6cc95a1e9849", "documentation": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/customer-statement", "responses": [ { "uuid": "05378e52-76ad-4ba0-8618-78867a2512da", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f73032cd-2a9f-4466-a0b6-ceb7a597d382", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "134686c2-7643-42f7-909d-9a2403bebd3e", "documentation": "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 of a statement export.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/customer-statement/{customer-statementID}/content", "responses": [ { "uuid": "bdb8d54e-8f13-4b9a-ae79-bfd1c42e36d3", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "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 of a statement export.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b4da0127-8a04-4c79-9c4f-c985edd69c38", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da754b2f-c7b4-451d-a59d-b1d55e3ec688", "documentation": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/customer-statement/:itemId", "responses": [ { "uuid": "1ddf5459-04f4-4a87-8245-bb087908b70e", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1eda17c9-1b89-4d84-848d-6fceb9c29d10", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dc0ab508-b943-4b24-a051-512cf5b65d2e", "documentation": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/customer-statement/:itemId", "responses": [ { "uuid": "47b595a3-1394-4845-a755-5918af682f4d", "body": "{\n \"alias_monetary_account\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"date_end\": \"\",\n \"date_start\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"regional_format\": \"\",\n \"statement_format\": \"\",\n \"statement_number\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing statement exports. Statement exports can be created in either CSV, MT940 or PDF file format.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e268d81e-0ff7-4629-bae5-fcd3e9ea6ef6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25c13aa8-60cf-417e-8c51-39753bcb9fa2", "documentation": "Get a listing of all DraftPayments from a given MonetaryAccount.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment", "responses": [ { "uuid": "606d8382-444d-4e65-9d80-2fc23702318c", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "A DraftPayment is like a regular Payment, but it needs to be accepted by the sending party before the actual Payment is done.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "40e94e23-f485-46d7-b7e4-88d73bf580ce", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "18775e54-173d-48cb-9ad8-ff8db2ce723f", "documentation": "Create a new DraftPayment.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment", "responses": [ { "uuid": "17f91b2d-cfc6-48e2-946f-3fb1cf3b49e7", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "A DraftPayment is like a regular Payment, but it needs to be accepted by the sending party before the actual Payment is done.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4381863-233a-4fed-ac8d-4ad9d6517fb9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aee50a30-6057-4555-a67b-8960444561e2", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment", "responses": [ { "uuid": "0937818c-079d-4b71-89b6-d13345a73361", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4edb70fa-445b-4af1-88b8-8ef045f3e1a9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06984818-abcb-4079-8a36-45a3eba91a1d", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment", "responses": [ { "uuid": "f0030e78-f5de-4c2d-8dee-839509c9f891", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "19c9b8ae-7303-4c0d-9564-a0fe2a3fccbe", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64f2eafb-c3ad-4ae9-b7a4-47043563b2c0", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "9c9df02a-5807-4c91-b0f5-30180406513f", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d84eb1ed-a74f-4b99-a8aa-1e998fe59ab8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25886989-9ab5-412e-a8d3-0e5fa98385ca", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "db11a8b7-f969-4b03-bfdb-f0b3bdda618b", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "daac6cf8-01fe-4e14-a02b-6d6f0881e633", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3511106-d214-4a89-a415-5f0b91f7033e", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "35250ef9-085f-434f-ba74-cf2d3d7ef762", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fea70fd7-20fc-486f-b901-a8ac925f1af8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d74faa5f-8265-40d5-b3d1-9737f0faea53", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-text", "responses": [ { "uuid": "1ad48920-351e-41f4-a2b9-759b99f7e0c5", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "867488cf-4784-4a38-a451-9fc635e27b35", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c62b201-7e86-4ae6-a370-05c0e608abdf", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-text", "responses": [ { "uuid": "250107b6-9361-43dc-8d52-ba4eee3b4906", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7c613a11-b00b-4848-9062-87e4296cdb50", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b9d6910-d711-4d61-9c9d-5213efe41668", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-text/:itemId", "responses": [ { "uuid": "bfd61f45-b736-4bc9-8e06-2d7022c8d00b", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7894bc3a-0535-4dbd-acd7-7845ec9ec655", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4deab38c-b33f-4ccc-9285-2fc1f5804734", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-text/:itemId", "responses": [ { "uuid": "8ebcca68-9183-453e-a28b-d6679404e469", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bef81a5e-0129-435f-91ec-7b208c0b51f9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b46efeb-ffc1-423a-86ad-dee27c206b1a", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/{draft-paymentID}/note-text/:itemId", "responses": [ { "uuid": "f58a360b-2dae-4c65-ab28-ace201d2c93f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fbc652a8-6fc3-497f-b6c3-bebaec22d222", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93b3adcd-2628-4ef8-b39c-b9f0c0e48f59", "documentation": "Get a specific DraftPayment.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/:itemId", "responses": [ { "uuid": "e182b002-393a-4b06-b78b-8891f48ff977", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "A DraftPayment is like a regular Payment, but it needs to be accepted by the sending party before the actual Payment is done.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "20d30038-1674-46fa-a4b5-d74464e233fb", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a8ceb98-65b3-4e08-91e6-a949530e7818", "documentation": "Update a DraftPayment.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/draft-payment/:itemId", "responses": [ { "uuid": "1582ff67-0d8e-4f48-a5ec-389e8411e934", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "A DraftPayment is like a regular Payment, but it needs to be accepted by the sending party before the actual Payment is done.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ecfea05d-d059-4a37-bebb-bc605b071cbf", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0b7d0d76-bdf2-4cfb-8eab-1f9243df3ecc", "documentation": "Used to create a statement export of a single payment.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/event/:eventID/statement", "responses": [ { "uuid": "f44f1d8b-2119-4ed8-a909-291596a9144b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create a statement export of a single payment.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "891ebb0a-4308-4e3e-940e-49b872b1c649", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3ecf1ce-b70d-4c12-9cda-39482577b492", "documentation": "Used to create a statement export of a single payment.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/event/:eventID/statement/:itemId", "responses": [ { "uuid": "ffeb132b-6dc7-43bb-814b-dfb586ca2e7c", "body": "{\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to create a statement export of a single payment.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "02b8caf2-9890-4a00-9c94-97a4e26bd409", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f506bc3d-e24f-47ea-ae02-7922aa3e89ce", "documentation": "Fetch the raw content of a payment statement export.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/event/:eventID/statement/:statementID/content", "responses": [ { "uuid": "f1ee2a71-7c2e-4fcb-8f37-04bb05243558", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of a payment statement export.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c1dfcd26-3082-46e5-946f-5f524fe7ee5c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "945ade6a-c1ae-44be-b407-db1dab794da2", "documentation": "List all the RIBs for a monetary account.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/export-rib", "responses": [ { "uuid": "75566b58-e180-44a4-bb95-0c5ee8205ae1", "body": "[\n {\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing RIBs of a monetary account", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e95bd6d7-2ffe-46f0-b1fb-2277da7f8c9b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d5de4e3-8b3c-433f-ba54-226d64142824", "documentation": "Create a new RIB.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/export-rib", "responses": [ { "uuid": "622faed0-e49c-4c48-a7bd-8575d962d9b0", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing RIBs of a monetary account", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0078d2e7-3379-4f13-bb9d-f35cdbb53ef4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1ef23eb6-3697-4578-85e8-0c5ac331c450", "documentation": "Used to retrieve the raw content of an RIB.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/export-rib/{export-ribID}/content", "responses": [ { "uuid": "f2c78f7f-1a2e-4894-bf65-8279ccef56d5", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "Fetch the raw content of an RIB. The RIB is always in PDF format.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "61c5945e-cbe8-44ef-a0c0-e41aec13956c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a8787969-3fa4-4485-bab3-abd5f6e0d62c", "documentation": "Used to create new and read existing RIBs of a monetary account", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/export-rib/:itemId", "responses": [ { "uuid": "e5883673-beb8-4d7e-afde-70db7d8e9e09", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing RIBs of a monetary account", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8230e6be-608c-450d-b3d6-a8352a8c0f1f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "15c82817-face-440b-9382-7e73d82fece6", "documentation": "Get a RIB for a monetary account by its id.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/export-rib/:itemId", "responses": [ { "uuid": "bccf951e-9159-4d37-90cc-af4b67f8228f", "body": "{\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to create new and read existing RIBs of a monetary account", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "354e8790-752c-4ccb-801b-9135ff3ec52f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4908273d-dd82-47c2-936f-a49b5452b55d", "documentation": "View for requesting iDEAL transactions and polling their status.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction", "responses": [ { "uuid": "c83dad04-a28c-4c0d-9c17-4d78263b04c3", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_guaranteed\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_requested\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"expiration\": \"\",\n \"issuer\": \"\",\n \"issuer_authentication_url\": \"\",\n \"issuer_name\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"purchase_identifier\": \"\",\n \"status\": \"\",\n \"status_timestamp\": \"\",\n \"transaction_identifier\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "View for requesting iDEAL transactions and polling their status.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8bb199da-2d68-40bb-88c0-7fc2b4d41e32", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "746d27f1-24d0-4ac7-b39a-fe58d3199039", "documentation": "View for requesting iDEAL transactions and polling their status.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction", "responses": [ { "uuid": "0ba662e2-d619-461f-aa40-831cda51b42b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "View for requesting iDEAL transactions and polling their status.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b40b3d72-a3a1-4ad2-98b1-845b5685a3b0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e79667a9-64a7-46b6-ab3d-f7d60f713227", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-attachment", "responses": [ { "uuid": "afc2e30c-1784-4595-9756-39be29a87761", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "299283c2-1fb7-444f-9d8e-5cba07198a5b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65ab9151-832c-419b-82e5-f33e1a6b413c", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-attachment", "responses": [ { "uuid": "c6efd888-b218-44b7-9aa9-c76589aea01c", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d5b3ac78-ee98-42dc-983d-91c536d50b85", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "433240b8-9b95-432b-856e-c6d781046e6a", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-attachment/:itemId", "responses": [ { "uuid": "cd596ff1-0480-4b32-adf8-d0258bbae32c", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4229d4e3-ddde-4718-b315-92166c5d13ef", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5a6e751e-3061-40b4-87c1-f16e489688c4", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-attachment/:itemId", "responses": [ { "uuid": "ad13f63a-dd4f-4867-bfaa-654102248534", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c3c1927d-66e3-49e7-9a22-4e8f0b792626", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54f31513-9355-4581-b549-5887208619c2", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-attachment/:itemId", "responses": [ { "uuid": "39e2a90d-316b-44d3-86cf-254301d9bf0f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2051397a-512f-4a1a-8253-ef59b0ee549d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "974a3f3f-8474-428c-9bab-41f327ebec09", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-text", "responses": [ { "uuid": "ae6508e1-aaff-482d-8ed0-21fd6563c90c", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "83ea0229-8430-4157-b933-dc76b1c45196", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c53cc953-b894-46a4-b95d-0718935522cf", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-text", "responses": [ { "uuid": "139e799a-7167-4112-906c-797507aff01d", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee8c9c93-65ed-42d8-923a-f30d737411e5", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eef69bd8-ccd9-4c38-bf32-3f47a7f3d0ce", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-text/:itemId", "responses": [ { "uuid": "28deaa1e-2043-4705-b618-c22c7bc125f8", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bb269f03-888e-4b62-bc5d-0fc4126fc714", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d954731-0d4f-4f1b-9c63-78ab8d7b8270", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-text/:itemId", "responses": [ { "uuid": "8dd6cc15-d6db-47bf-828b-b4bb7beabb32", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9d17088a-09bf-4fbf-a912-9c127c9db07c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88a46703-785c-45f5-b055-c8003dae3530", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/{ideal-merchant-transactionID}/note-text/:itemId", "responses": [ { "uuid": "c6c0955f-6d01-4cfb-8010-5eecd3e061d1", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "14f8134a-01ae-4dfa-979f-f605922a00d4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2743dd8-44ad-45b3-9d41-972c62cac901", "documentation": "View for requesting iDEAL transactions and polling their status.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/ideal-merchant-transaction/:itemId", "responses": [ { "uuid": "61ccc383-a0f9-4e82-9864-4827ac222df1", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_guaranteed\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_requested\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"expiration\": \"\",\n \"issuer\": \"\",\n \"issuer_authentication_url\": \"\",\n \"issuer_name\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"purchase_identifier\": \"\",\n \"status\": \"\",\n \"status_timestamp\": \"\",\n \"transaction_identifier\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "View for requesting iDEAL transactions and polling their status.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0daa39da-fa21-4d90-ad01-3aef6d425dba", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6657c69b-4cba-4ff5-a7ac-391346067777", "documentation": "Used to view a bunq invoice.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/invoice", "responses": [ { "uuid": "89b8c7a0-d016-450a-82e1-f16a6ccb1bfc", "body": "[\n {\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"category\": \"\",\n \"chamber_of_commerce_number\": \"\",\n \"counterparty_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"group\": [\n {\n \"instance_description\": \"\",\n \"item\": [\n {\n \"billing_date\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type_description\": \"\",\n \"type_description_translated\": \"\",\n \"unit_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"unit_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"vat\": {{faker 'number.int' max=99999}}\n }\n ],\n \"product_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"type_description\": \"\",\n \"type_description_translated\": \"\"\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"\",\n \"invoice_number\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"status\": \"\",\n \"total_vat\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"updated\": \"\",\n \"vat_number\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to view a bunq invoice.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f2dfa21e-1470-4aa9-9463-dd2af2fbcdc4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7dd9c5d6-2f94-4158-ac1f-553c68d11f97", "documentation": "Used to view a bunq invoice.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/invoice/:itemId", "responses": [ { "uuid": "176e7c2b-48e4-4fe5-ac4e-b57980bf6e11", "body": "{\n \"address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"category\": \"\",\n \"chamber_of_commerce_number\": \"\",\n \"counterparty_address\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"group\": [\n {\n \"instance_description\": \"\",\n \"item\": [\n {\n \"billing_date\": \"\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type_description\": \"\",\n \"type_description_translated\": \"\",\n \"unit_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"unit_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"vat\": {{faker 'number.int' max=99999}}\n }\n ],\n \"product_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"product_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"type\": \"\",\n \"type_description\": \"\",\n \"type_description_translated\": \"\"\n }\n ],\n \"id\": {{faker 'number.int' max=99999}},\n \"invoice_date\": \"\",\n \"invoice_number\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"status\": \"\",\n \"total_vat\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_exclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"total_vat_inclusive\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"updated\": \"\",\n \"vat_number\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to view a bunq invoice.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "722719c7-6daa-41f7-bcba-3e34cd6c135c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a728c02-eaf8-4540-a999-63f684b1f4e9", "documentation": "MasterCard transaction view.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action", "responses": [ { "uuid": "0c548f7b-dcd5-471c-8bfb-234ca69f7d0f", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_billing\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_converted\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_fee\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_local\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_original_billing\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_original_local\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"applied_limit\": \"\",\n \"authorisation_status\": \"\",\n \"authorisation_type\": \"\",\n \"card_authorisation_id_response\": \"\",\n \"card_id\": {{faker 'number.int' max=99999}},\n \"city\": \"\",\n \"clearing_expiry_time\": \"\",\n \"clearing_status\": \"\",\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"decision\": \"\",\n \"decision_description\": \"\",\n \"decision_description_translated\": \"\",\n \"decision_together_url\": \"\",\n \"description\": \"\",\n \"eligible_whitelist_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label_card\": {\n \"expiry_date\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"second_line\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"uuid\": \"\"\n },\n \"maturity_date\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"pan_entry_mode_user\": \"\",\n \"payment_status\": \"\",\n \"pos_card_holder_presence\": \"\",\n \"pos_card_presence\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"reservation_expiry_time\": \"\",\n \"secure_code_id\": {{faker 'number.int' max=99999}},\n \"settlement_status\": \"\",\n \"token_status\": \"\",\n \"wallet_provider_id\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "MasterCard transaction view.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dca4d7ba-035d-42b2-b448-5d1ecae41914", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0a7c68d0-1d14-4fb0-9e39-61ff3c1aea83", "documentation": "MasterCard transaction view.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/:itemId", "responses": [ { "uuid": "ae3b71a8-6c2c-4adf-93cf-68210cc6fe50", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_billing\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_converted\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_fee\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_local\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_original_billing\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_original_local\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"applied_limit\": \"\",\n \"authorisation_status\": \"\",\n \"authorisation_type\": \"\",\n \"card_authorisation_id_response\": \"\",\n \"card_id\": {{faker 'number.int' max=99999}},\n \"city\": \"\",\n \"clearing_expiry_time\": \"\",\n \"clearing_status\": \"\",\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"decision\": \"\",\n \"decision_description\": \"\",\n \"decision_description_translated\": \"\",\n \"decision_together_url\": \"\",\n \"description\": \"\",\n \"eligible_whitelist_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"label_card\": {\n \"expiry_date\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"second_line\": \"\",\n \"status\": \"\",\n \"type\": \"\",\n \"uuid\": \"\"\n },\n \"maturity_date\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"pan_entry_mode_user\": \"\",\n \"payment_status\": \"\",\n \"pos_card_holder_presence\": \"\",\n \"pos_card_presence\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"reservation_expiry_time\": \"\",\n \"secure_code_id\": {{faker 'number.int' max=99999}},\n \"settlement_status\": \"\",\n \"token_status\": \"\",\n \"wallet_provider_id\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "MasterCard transaction view.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "57f9fc70-7872-47d3-9229-9b35063cd6de", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9867d153-9d93-4044-8143-450431e997f0", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-attachment", "responses": [ { "uuid": "a5e0f438-11af-4688-b272-da66bee82720", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3ea6510f-d8e8-4633-bab7-757ee0adba7d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5cf9e1b-8436-4d1f-9252-b7a9a4079883", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-attachment", "responses": [ { "uuid": "350b1370-6476-4aaf-af21-6b576a572c32", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a49eba2-08c0-4eba-9868-135c6349da61", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "918c1385-b1f2-41ae-a8b3-59fb0ef54641", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-attachment/:itemId", "responses": [ { "uuid": "e06d8a4b-f7be-4b2f-b50b-176fe53f3af6", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7804eecd-bf4e-4e41-9258-1bb1000a7412", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc76bc9c-9b56-4503-8b0a-b87c1d6a2306", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-attachment/:itemId", "responses": [ { "uuid": "89dbaa8f-4c89-4e10-998a-b74eac9ab6cb", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dc30c822-b78a-4a3a-90ca-0fd9528c762f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0adb452-f89a-4019-a16c-c4c7fbc0fd3a", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-attachment/:itemId", "responses": [ { "uuid": "e51af7ae-27bc-447e-b9ca-7485ae6c4c63", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3e5b51a7-048f-41f1-a274-b6eb69187196", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3cf9f5d7-154c-483e-bf6c-a5abd5afa46b", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-text", "responses": [ { "uuid": "cd2cbde3-5245-4012-b85d-3c0b28a1deca", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "99f4001f-2af6-4c3b-b7ef-62da19d77940", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50307e9f-af0b-4fb7-bb55-fdb7defc7cc2", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-text", "responses": [ { "uuid": "0576f1c1-045b-4905-a00b-0abf83e9fe92", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ac1c865d-e222-48f7-aa6d-32d32a2c3958", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a15c8c42-f1f4-4432-aabd-12815135d37b", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-text/:itemId", "responses": [ { "uuid": "1987c7c7-49bc-43eb-ac62-62fe914db664", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c9b95ca6-cd6d-4cce-ab8b-d193e0426b8f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "447937bd-0e78-4b4e-a2cb-bb6553795029", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-text/:itemId", "responses": [ { "uuid": "5a360bd4-3684-4171-91c6-9f1a2eb892a9", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2a41ab32-5144-4861-8daf-fb9a3d533dce", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c10e09e5-0068-446b-bfd2-3ac0630b2d5d", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/note-text/:itemId", "responses": [ { "uuid": "38bca164-20a9-4358-8eef-c94b5d762679", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ae7a053d-4340-46b5-ba52-9a1a5a3f6bd1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73572ca7-b207-4798-a6e3-b3910b07de79", "documentation": "MasterCard transaction view.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/mastercard-action/{mastercard-actionID}/payment", "responses": [ { "uuid": "d112fe57-51d8-4455-9ecf-b2878ffc3eb7", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "MasterCard transaction view.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "19291e19-bde4-4ff1-bd52-1612d61489eb", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6910cbae-ea6b-4930-b574-3f9fd825702d", "documentation": "Manage the url notification filters for a user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/notification-filter-url", "responses": [ { "uuid": "ca449a87-1fcf-407e-ad2b-917bb7d1e06e", "body": "[\n {\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"notification_target\": \"\",\n \"updated\": \"\"\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Manage the url notification filters for a user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b6a935f8-fc39-4c2b-b483-bf060a610eff", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "21504fe3-dff5-4f3d-9200-3a355a8e250c", "documentation": "Manage the url notification filters for a user.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/notification-filter-url", "responses": [ { "uuid": "6c362578-cac9-4cdf-92ca-9202ae579afc", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the url notification filters for a user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5f29cf6d-29c8-4975-8ab4-4aaac8321af1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20e64b5f-e206-4947-806b-90e2aff507d6", "documentation": "Get a listing of all Payments performed on a given MonetaryAccount (incoming and outgoing).", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment", "responses": [ { "uuid": "2755622e-2c20-4583-8f88-9eb80cb0ebd6", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Using Payment, you can send payments to bunq and non-bunq users from your bunq MonetaryAccounts. This can be done using bunq Aliases or IBAN Aliases. When transferring money to other bunq MonetaryAccounts you can also refer to Attachments. These will be received by the counter-party as part of the Payment. You can also retrieve a single Payment or all executed Payments of a specific monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "526c5cce-35e4-4ff6-a811-82a276647974", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8079f501-38d5-4cfb-b71d-b36c249d84c8", "documentation": "Create a new Payment.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment", "responses": [ { "uuid": "e4bdc49d-0b92-40e8-a625-339ffafdc222", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Using Payment, you can send payments to bunq and non-bunq users from your bunq MonetaryAccounts. This can be done using bunq Aliases or IBAN Aliases. When transferring money to other bunq MonetaryAccounts you can also refer to Attachments. These will be received by the counter-party as part of the Payment. You can also retrieve a single Payment or all executed Payments of a specific monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c0375c82-9c6b-4d19-a971-cc70e896e8cc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ac81db9-f663-4d7e-b857-aab48854cd12", "documentation": "Manage a users automatic payment auto allocated settings.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate", "responses": [ { "uuid": "09c81867-faac-49a5-915c-e73ebd83696a", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Manage a users automatic payment auto allocated settings.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f56788fe-6de6-4fc9-8847-031d72b8a5d2", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "153d4d71-55bc-4f11-bc5f-efd5da71acb4", "documentation": "Manage a users automatic payment auto allocated settings.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate", "responses": [ { "uuid": "ff5860b2-dac1-43cd-ae82-f10243500bfc", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage a users automatic payment auto allocated settings.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "70af0b76-22ce-488d-936e-8bc4c42b8473", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8b8860e1-e9eb-462e-939e-9e820bb2cb8c", "documentation": "Manage a users automatic payment auto allocated settings.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate/:itemId", "responses": [ { "uuid": "600a1d1a-64a4-468f-8a32-7dc2f70b9b5b", "body": "{}", "latency": 0, "statusCode": 200, "label": "Manage a users automatic payment auto allocated settings.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8390997f-0914-4a98-9f5d-1c5d6efc4404", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "caa47b91-4f80-4c1a-baa4-a961ad0afa47", "documentation": "Manage a users automatic payment auto allocated settings.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate/:itemId", "responses": [ { "uuid": "f9b4cf12-7bed-4067-9a01-c29491878d1e", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Manage a users automatic payment auto allocated settings.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5ee15dbf-611e-49e2-a715-7ed83a0489dc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93b6e9bb-4ab4-4333-8a74-84e651ddc6b6", "documentation": "Manage a users automatic payment auto allocated settings.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate/:itemId", "responses": [ { "uuid": "b8dd88b1-90ce-4dc2-9868-0fbdc816c42e", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage a users automatic payment auto allocated settings.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "08cb4e35-849a-4635-b15d-c3404fb76dc3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "290af4b1-1295-40f6-8789-1b54764ce33b", "documentation": "List all the definitions in a payment auto allocate.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate/{payment-auto-allocateID}/definition", "responses": [ { "uuid": "40d6bf4b-939a-490d-adf2-e60176a98f51", "body": "[\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"description\": \"\",\n \"fraction\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List all the definitions in a payment auto allocate.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1b9d0ccd-98f8-4d7c-add0-86e78d420cfd", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "043e11f3-5709-4a04-ba9b-368afedd91ac", "documentation": "List all the times a users payment was automatically allocated.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate/{payment-auto-allocateID}/instance", "responses": [ { "uuid": "adcfa5f9-13ef-406b-b7fe-9d5087e3cb46", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "List all the times a users payment was automatically allocated.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e12dc805-c25f-448d-ab9b-54b7a611d3c1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a44fbe7e-ee82-4b9b-bb66-ed01c7625058", "documentation": "List all the times a users payment was automatically allocated.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-auto-allocate/{payment-auto-allocateID}/instance/:itemId", "responses": [ { "uuid": "5a000686-b4df-48b5-9b50-31aa73508f05", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "List all the times a users payment was automatically allocated.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2017acda-ea06-4810-835a-da1e310c4b6f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7ea6d12-0150-4479-8d6e-fb3c9394f052", "documentation": "Return all the payment batches for a monetary account.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch", "responses": [ { "uuid": "89fc8977-8b80-4105-a12d-0ac2707a77f3", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Create a payment batch, or show the payment batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c8cc658a-1934-46e0-861f-b10da5097fa3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bfa8a5bd-0db1-4294-93e5-bf86086a5fd2", "documentation": "Create a payment batch by sending an array of single payment objects, that will become part of the batch.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch", "responses": [ { "uuid": "91bcb44b-0843-45d8-8142-a0e57324b391", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create a payment batch, or show the payment batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d8044418-9861-4012-9e32-b1136ad40fa0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "921c25b7-5420-4dd7-b088-5197cdbe9531", "documentation": "Return the details of a specific payment batch.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/:itemId", "responses": [ { "uuid": "8c4cb365-96cb-41d4-8706-857ecbbe1b89", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Create a payment batch, or show the payment batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d57d08c2-2569-4ee1-90f9-6990d1f8903d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57ec8798-fb70-42bc-90d1-00e65113ee59", "documentation": "Revoke a bunq.to payment batch. The status of all the payments will be set to REVOKED.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/:itemId", "responses": [ { "uuid": "85fbcc90-a57a-4dee-8c05-6e37ad0cd369", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create a payment batch, or show the payment batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0c83ae2e-6219-4662-b17d-d923c6fd3f16", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f39b0162-0b6f-407a-aa76-13a17c7e6495", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-attachment", "responses": [ { "uuid": "9d485444-832d-419f-b990-43ee5d88d557", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80198ae5-bbbf-4cbc-a6cc-cc065539ad6c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f0b0437-2452-4747-af4d-3094d74266e5", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-attachment", "responses": [ { "uuid": "c8351463-71ba-47e0-85ef-a106a351d0e3", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7e252035-7a9c-4407-9105-34ec501bbf06", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3bf5f2e-b68d-47ba-9979-598597c8f81e", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "789198a8-f225-463b-9f6f-ae153f69b170", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eda964bc-2331-4a3b-ad15-6560a8df02bc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53323d62-ac9b-4c26-b3b5-a0885af9f4d6", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "0153f3d8-c4cc-4b8b-92f9-e143f1f8b2d5", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "30b32788-46d8-4f09-9d9c-f399ba198135", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "659e323a-b989-4af6-a824-7888242221a3", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "0ddc354c-5601-4ee3-8192-00959063f90e", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a30b9fdd-b57a-41b3-b6bf-da4c7dbae524", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d1cde742-5a96-436c-bfe2-ca1ffc6b1af9", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-text", "responses": [ { "uuid": "f1e91f28-36b0-4f71-a5ab-f554eea9830b", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f5fa9ee-a9eb-408f-a498-ee4fcca1c850", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2b53bec4-74ba-4799-8de6-5b141ffa70f0", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-text", "responses": [ { "uuid": "2d140363-9922-4d85-9ab5-1ee1d3d4c414", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "85c60ef0-fa7a-4f8e-bd69-bf01885740c4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "93029d53-8edd-4102-966b-f3208539b1ea", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-text/:itemId", "responses": [ { "uuid": "30f77516-f386-47a3-a03f-dff76ee00e70", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "48140ee7-c5d5-47e5-b66b-803de19b3dde", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e34ee9c-64db-45c0-8bb4-adc1f7026186", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-text/:itemId", "responses": [ { "uuid": "cf88caef-619e-421a-9b20-9cfe8bbd89c4", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "69e02cb8-e673-4f0d-82ea-374fb18dbae8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "401ac3fa-2b11-4cf1-806a-2e00e28ef27c", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment-batch/{payment-batchID}/note-text/:itemId", "responses": [ { "uuid": "7bdfba66-8cdf-442b-b2ec-2efa1d1f5fc9", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d268135-77e8-49d1-8839-191fe7240fa1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a285473-f174-49e8-a7e3-6fd7b10e609b", "documentation": "Get a specific previous Payment.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:itemId", "responses": [ { "uuid": "90b23fc9-f163-4b2b-98af-b2eeef03ff49", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Using Payment, you can send payments to bunq and non-bunq users from your bunq MonetaryAccounts. This can be done using bunq Aliases or IBAN Aliases. When transferring money to other bunq MonetaryAccounts you can also refer to Attachments. These will be received by the counter-party as part of the Payment. You can also retrieve a single Payment or all executed Payments of a specific monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "963b1e3f-2b44-4373-ae1e-c39f4c6577ec", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f04b89e7-5225-4fe5-a1f2-58dc4fc5eb68", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-attachment", "responses": [ { "uuid": "dbc7e9bc-c5d5-4bf4-a7a6-5aa25f1c93bd", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c3e0577e-e249-41c4-b3c7-cc6dccfc429a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "203dc4e2-2b4a-4d87-8fd1-447c27de9409", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-attachment", "responses": [ { "uuid": "1917f1c0-a04e-4588-bc9b-9b685227aeb2", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6ebd22b6-0a21-4a9d-973c-3c5b9f5768ad", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0c10a39-23cc-42cb-bdb1-85f4e3b44c73", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-attachment/:itemId", "responses": [ { "uuid": "d8a63103-378a-4cba-906a-9a4feb8a2c18", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "16db1db7-7167-4e9a-9d80-7732446ee346", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee6fdfae-cf62-48af-bb7a-c2eea4e6a079", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-attachment/:itemId", "responses": [ { "uuid": "9d284ab3-4e26-4266-9d9d-d93d167050a4", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "71599ca6-b7dc-449f-affa-781875ebf6d7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c273b954-c050-4544-8cf5-e8d608c7c9fb", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-attachment/:itemId", "responses": [ { "uuid": "652c726d-3f1c-47db-bcee-c74a662fe7b2", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b725f2dc-be12-4b27-be2a-5282d0f9033e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "302d10be-53bf-43b6-a05f-2768eb285302", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-text", "responses": [ { "uuid": "1f17b515-edcc-4399-bbad-49997a7419b0", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c4955c51-9ec7-4504-8a98-cddc802d587c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "53013f76-5dd2-45c8-b50d-6456b8d1eb73", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-text", "responses": [ { "uuid": "9033dea8-58aa-4c77-b738-0b74edb92c50", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "28dcfda8-b37f-4661-9287-f3a23a37bc49", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "eaae7440-27b3-45cb-a02c-950abb62e6f6", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-text/:itemId", "responses": [ { "uuid": "ea664611-8cb2-4a15-b457-df0cf5689116", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fcdcd799-4475-47d3-a6fd-05d7ebf54e50", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7eb623cc-83ab-4f3d-a521-cee770a314f8", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-text/:itemId", "responses": [ { "uuid": "bbfe9627-d4ae-4155-b66b-d9425df5704b", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d5e9d333-aa48-4df5-9c06-167a8ad33a40", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0afec81e-bf5d-46e8-9ef9-253bafcc79da", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/payment/:paymentID/note-text/:itemId", "responses": [ { "uuid": "866dc774-8eb3-4370-9640-a44734e3d80f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6a8882d4-1204-4128-8048-f19fb9ae08f4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51480c3a-4f41-403f-9198-0cdab27d22b6", "documentation": "Get all payment requests for a user's monetary account. bunqme_share_url is always null if the counterparty is a bunq user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry", "responses": [ { "uuid": "a6ae10ea-d503-4c37-928d-07a2d3a8dafd", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "RequestInquiry, aka 'RFP' (Request for Payment), is one of the innovative features that bunq offers. To request payment from another bunq account a new Request Inquiry is created. As with payments you can add attachments to a RFP. Requests for Payment are the foundation for a number of consumer features like 'Split the bill' and 'Request forwarding'. We invite you to invent your own based on the bunq api!", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "60ecac8d-a513-4157-ade8-ee8cb52cbcd1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d695c005-b30f-4f5f-be49-a6ea739cc99b", "documentation": "Create a new payment request.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry", "responses": [ { "uuid": "f143d985-57e6-476f-a4e3-916c82bb66d3", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "RequestInquiry, aka 'RFP' (Request for Payment), is one of the innovative features that bunq offers. To request payment from another bunq account a new Request Inquiry is created. As with payments you can add attachments to a RFP. Requests for Payment are the foundation for a number of consumer features like 'Split the bill' and 'Request forwarding'. We invite you to invent your own based on the bunq api!", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ae068fcd-2c30-433a-9c21-42b7b12033af", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c3c3859-3ed6-4972-b1f9-a98a17d482be", "documentation": "Return all the request batches for a monetary account.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch", "responses": [ { "uuid": "11daaa93-6ea7-44f1-bfc6-b2a8a52df7f6", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Create a batch of requests for payment, or show the request batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee78df76-5c36-43d3-8c8b-b2f2bee14fe0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a6b4e59-3206-4099-b050-2e6d965430f4", "documentation": "Create a request batch by sending an array of single request objects, that will become part of the batch.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch", "responses": [ { "uuid": "371267ac-f2cd-4ea7-88c3-3572d7be954c", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create a batch of requests for payment, or show the request batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c84425cf-42c9-4122-a954-4245f711cbd6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee020a28-eb5d-4d16-bcd2-e638cc8d1933", "documentation": "Return the details of a specific request batch.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/:itemId", "responses": [ { "uuid": "737196a0-f90c-489b-8d7c-70bfa9abd2a1", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Create a batch of requests for payment, or show the request batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "084fbba3-a560-40da-90b4-6b81c878910f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0540a95e-4a4a-44ab-8811-0b0a17ca65c3", "documentation": "Revoke a request batch. The status of all the requests will be set to REVOKED.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/:itemId", "responses": [ { "uuid": "823204a2-14e8-487a-b872-9f49854ccb30", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Create a batch of requests for payment, or show the request batches of a monetary account.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "373bde93-8a57-4830-871f-c92fdac2ee39", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "79eed8d3-cc7e-4438-9525-5f185d354761", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-attachment", "responses": [ { "uuid": "dac6ee3a-9aac-463d-b3fb-22323b8cced0", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dbdb7064-102c-4f41-907e-d9b2426e63cd", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdb0f10b-291b-4260-a433-fa94d40c71d6", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-attachment", "responses": [ { "uuid": "7ff2aea3-dfad-4808-a8f3-740a04e7c6e3", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "98295159-74e0-4bd2-9047-d09ca1bf4d59", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97ba1137-8a7f-4ed2-8a43-e9e4532418b9", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "4601e3bd-3c09-4cb3-8592-cb22c4341191", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2742ffbb-bc2c-4e10-aec2-16cdd6291c3d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5a2d9db-7d6c-4af3-8748-fcc9d4e87d26", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "f9e61c07-64b8-4f32-b6be-4f7f107e2095", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "93997db1-3464-4c69-aa5e-51089f43bfc6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bb1716e-c20e-4cdd-86bd-56f4171a9d0d", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "e73e50b1-b260-41ec-8bcc-d0b5e542cf0c", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b6c9058-b50d-4d4b-9fe9-ec7f02b18268", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65c9d103-af96-4db2-bb1e-844de5497a5a", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-text", "responses": [ { "uuid": "9250d4f4-6c3f-4305-819a-aa1ba82c166b", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6796221-616a-44bc-bfcb-36f594f2c8e8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d56e7a6-98fa-4ff6-8e06-9b5e462f49ae", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-text", "responses": [ { "uuid": "40a9d33c-7c60-4f64-a8e5-8596f76e561a", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5479c0f2-4a52-4247-baed-c29674e4cc14", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7675ef9f-cf47-435e-a512-a0c6e2ea99df", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-text/:itemId", "responses": [ { "uuid": "5729551c-f901-4b4d-8b70-4702173e12a0", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01218b5e-8fcf-4e75-9907-9f915473b987", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bce681b5-6955-4720-a721-595e6818b936", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-text/:itemId", "responses": [ { "uuid": "33d12b31-bbbc-4705-ba6d-9d97aa853f88", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04264a61-fe03-4fe4-9285-5379e7efe75b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e796b9d1-d6ea-4d11-b81a-2622113b2071", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry-batch/{request-inquiry-batchID}/note-text/:itemId", "responses": [ { "uuid": "c14535a2-9128-46a8-b440-ec060e602595", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "14313fb6-7a53-4fe3-ad94-f51824d06414", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db54e9f7-105f-4ec9-9066-ae6ec659d0d9", "documentation": "Get the details of a specific payment request, including its status. bunqme_share_url is always null if the counterparty is a bunq user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/:itemId", "responses": [ { "uuid": "ad6325a0-81ab-4e44-b95e-12abb457a121", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "RequestInquiry, aka 'RFP' (Request for Payment), is one of the innovative features that bunq offers. To request payment from another bunq account a new Request Inquiry is created. As with payments you can add attachments to a RFP. Requests for Payment are the foundation for a number of consumer features like 'Split the bill' and 'Request forwarding'. We invite you to invent your own based on the bunq api!", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "29fb3afd-b20b-4a04-a4a8-826c98a2ca13", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0a1a22a0-4e0f-44cf-9fa5-75f048a5b1e5", "documentation": "Revoke a request for payment, by updating the status to REVOKED.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/:itemId", "responses": [ { "uuid": "55e04e80-1e5e-48fb-881d-396665937460", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "RequestInquiry, aka 'RFP' (Request for Payment), is one of the innovative features that bunq offers. To request payment from another bunq account a new Request Inquiry is created. As with payments you can add attachments to a RFP. Requests for Payment are the foundation for a number of consumer features like 'Split the bill' and 'Request forwarding'. We invite you to invent your own based on the bunq api!", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a6f809e5-02cd-40b8-80ef-33fc0db8b988", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5bb404d6-4890-48fd-8cc7-e8da0198bd3f", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-attachment", "responses": [ { "uuid": "1e39356e-e35e-4091-9936-f83a60823509", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "68f33bf2-7672-415c-944b-07bb0262f0f8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db8bd75d-3f1d-4803-a7d4-fa6e3404334a", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-attachment", "responses": [ { "uuid": "4cf52f34-dcd7-4d52-8ad9-5e1cc9437959", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "07ad261c-ccab-4503-bf51-8028d375e882", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3d33426f-57b7-4151-9ca6-84456ece7df7", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-attachment/:itemId", "responses": [ { "uuid": "adf7d1dd-7084-4002-a2ec-7d4978294df0", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7500cdfb-64d8-4b08-bd3d-110323debca7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54446468-33cc-4849-9392-05abe83e199f", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-attachment/:itemId", "responses": [ { "uuid": "fd035a1b-bad9-4a36-9e5b-31d0c4078cf7", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cc449670-ecc8-4c59-99c6-d0c85af9b4a1", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe77f1e5-3315-4e8a-a335-cd7a2f7ca45a", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-attachment/:itemId", "responses": [ { "uuid": "2a0d21ca-206b-4ac9-b59c-ab3c48f98010", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26c2a791-0241-411c-8e66-ecfff59bd3fc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ceb8f42f-f8ab-40f5-9cbb-8aeada3d933f", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-text", "responses": [ { "uuid": "11431d8d-edaf-490a-a47b-380d30b7ff65", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a82506e9-75ef-4d68-9271-88530a96a426", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "79384628-132a-47e4-b48f-55439043ea82", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-text", "responses": [ { "uuid": "112a5843-9d0d-4074-add0-e730b3672ffc", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dac08ebe-e8bd-4a87-8a04-baa49757ea9d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "501ac5a6-4a5b-480e-b6af-8ad11b75d307", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-text/:itemId", "responses": [ { "uuid": "d200504f-98d8-43d9-9301-2ee3816ad3ae", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "75e646a5-c813-461b-aa82-a40f08428570", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3dd081e-bff0-4574-aa4b-dbaafa3e397c", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-text/:itemId", "responses": [ { "uuid": "380380b4-8d77-448d-b3b6-fd4557e284a0", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "384aee86-b9fb-47cf-a007-121e436df266", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dea685bf-c096-4cb6-964e-3aae302b8702", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-inquiry/{request-inquiryID}/note-text/:itemId", "responses": [ { "uuid": "9f7fa2db-e5c9-41b3-a56d-51588c4ff263", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ca01bb34-da63-483a-8e94-5a3c3ab5a90d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90b1e16d-739b-48ec-9991-d00bb46fd149", "documentation": "Get all RequestResponses for a MonetaryAccount.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response", "responses": [ { "uuid": "e8e33ffe-a058-45f7-b538-1de2ffdae446", "body": "[\n {\n \"address_billing\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_shipping\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_inquired\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_responded\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"attachment\": [\n {\n \"content_type\": \"\",\n \"description\": \"\"\n }\n ],\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"credit_scheme_identifier\": \"\",\n \"description\": \"\",\n \"eligible_whitelist_id\": {{faker 'number.int' max=99999}},\n \"geolocation\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"minimum_age\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"redirect_url\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"require_address\": \"\",\n \"status\": \"\",\n \"sub_type\": \"\",\n \"time_expiry\": \"\",\n \"time_refund_requested\": \"\",\n \"time_refunded\": \"\",\n \"time_responded\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"user_refund_requested\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "A RequestResponse is what a user on the other side of a RequestInquiry gets when he is sent one. So a RequestInquiry is the initiator and visible for the user that sent it and that wants to receive the money. A RequestResponse is what the other side sees, i.e. the user that pays the money to accept the request. The content is almost identical.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a162218a-b48b-41db-a228-ffd97f543a4b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6514a79c-18ad-41ae-b427-e6782af14432", "documentation": "Get the details for a specific existing RequestResponse.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/:itemId", "responses": [ { "uuid": "f582e48c-4165-456b-a2f5-1fc6f05dfa98", "body": "{\n \"address_billing\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_shipping\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_inquired\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_responded\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"attachment\": [\n {\n \"content_type\": \"\",\n \"description\": \"\"\n }\n ],\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"credit_scheme_identifier\": \"\",\n \"description\": \"\",\n \"eligible_whitelist_id\": {{faker 'number.int' max=99999}},\n \"geolocation\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"minimum_age\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"redirect_url\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n ],\n \"require_address\": \"\",\n \"status\": \"\",\n \"sub_type\": \"\",\n \"time_expiry\": \"\",\n \"time_refund_requested\": \"\",\n \"time_refunded\": \"\",\n \"time_responded\": \"\",\n \"type\": \"\",\n \"updated\": \"\",\n \"user_refund_requested\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "A RequestResponse is what a user on the other side of a RequestInquiry gets when he is sent one. So a RequestInquiry is the initiator and visible for the user that sent it and that wants to receive the money. A RequestResponse is what the other side sees, i.e. the user that pays the money to accept the request. The content is almost identical.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dbedf25b-8812-4fa1-83b3-9242dc266206", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3e8c1066-c3c9-4ee6-aeb5-d4712dd43404", "documentation": "Update the status to accept or reject the RequestResponse.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/:itemId", "responses": [ { "uuid": "2e23ab73-b300-45ce-8f2a-223c57380e82", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "A RequestResponse is what a user on the other side of a RequestInquiry gets when he is sent one. So a RequestInquiry is the initiator and visible for the user that sent it and that wants to receive the money. A RequestResponse is what the other side sees, i.e. the user that pays the money to accept the request. The content is almost identical.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9f23f3c2-cc62-43fd-9508-bf72344909ec", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dda9dd50-336d-4532-b060-849d5edbc12a", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-attachment", "responses": [ { "uuid": "d59d5e4e-a86e-4457-8975-0f292e7c8837", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "292acc94-35e1-473f-aa14-a052af3f4488", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00d1f487-4f3e-443a-9010-9779b03b4ba8", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-attachment", "responses": [ { "uuid": "09b82056-9d1b-4c5e-be9d-4a7e274eaea8", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f1941e5-2201-4592-8338-be9e11183f43", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98aa4914-14b6-4521-8bd5-12a630d02b1a", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-attachment/:itemId", "responses": [ { "uuid": "4439cd80-4d52-41b3-96ce-2865e113212e", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "11458d39-163c-4a3d-bd11-aa57f59dd90f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbac92ca-5c21-4b13-930a-c86c04502d34", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-attachment/:itemId", "responses": [ { "uuid": "c7867af8-77e9-4932-9ef4-08d0e8b8978e", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea663ca9-9585-46b2-a8a7-a0d213963fb4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4300b003-6ee7-4d6d-a69f-5994f85547f5", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-attachment/:itemId", "responses": [ { "uuid": "f11acaff-55f1-44a2-8369-474956858320", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fa47feb0-d975-4e03-be3b-9694ce885ae0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4a72945-6f35-4ab1-be78-fbada009b296", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-text", "responses": [ { "uuid": "5a2f8acb-4557-4b19-b3a8-7d1b8d449f0f", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "29c32381-38a3-4096-99b3-eb0064e7f690", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "85a6c061-7248-4eb7-bda9-dda56533f63a", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-text", "responses": [ { "uuid": "aa3d0cdb-f676-47d6-a585-344841417def", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ca2008f9-fb1c-4a64-8d16-d8c4e677ec5b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2f3bbdee-e2f8-4d0a-b1d3-3685d97c0239", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-text/:itemId", "responses": [ { "uuid": "ef77cee6-5aee-48cb-923a-5850c7948744", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "52900317-4838-4b6f-a81c-54a5414a428a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1ab26b3-1740-45c5-90e3-ca090f175d05", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-text/:itemId", "responses": [ { "uuid": "24427263-7c71-4172-a053-17ecf0eb28af", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "446da291-d249-44e0-8677-7c7e7f649741", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab87a4ca-5d3a-404b-8489-fe381c630e5d", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/request-response/{request-responseID}/note-text/:itemId", "responses": [ { "uuid": "3299b1f7-a0f1-482b-8e55-39e15b9538b1", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b328febf-46dd-449e-a147-095844f65320", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "74046b57-9f2b-48c3-84e2-800d3c5747c8", "documentation": "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 object that relate to these definitions are returned.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule", "responses": [ { "uuid": "34950099-7a24-4074-8d6a-bdac5e163018", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "view for reading the scheduled definitions.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6754b0ba-abc1-4693-b470-0ec40166a4ba", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "68e0906f-e97b-4221-a655-98656c1cda33", "documentation": "Endpoint for schedule payments.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment", "responses": [ { "uuid": "13e8b303-a413-4fdf-a730-c9ec3646ec97", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "15cb540b-8dd7-46a7-9218-43a223f40dbb", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3ec36e2-3349-4d2c-8c55-fa59ba0be000", "documentation": "Endpoint for schedule payments.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment", "responses": [ { "uuid": "b911b102-6b7b-4767-b0cf-f6e4511082cc", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "52707470-d639-42b0-90ce-8134ce71b126", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d5ef84a-3802-4983-9d5a-bdce06a29d3d", "documentation": "Endpoint for schedule payment batches.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch", "responses": [ { "uuid": "cf8cd94d-99cd-430d-b029-433e56172a71", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payment batches.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "685d6937-07ba-41f8-9bc2-963b4e46fdfd", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bbba354d-b86f-4f93-85cf-02c88e9d01c5", "documentation": "Endpoint for schedule payment batches.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/:itemId", "responses": [ { "uuid": "3d35731d-4884-4517-9c45-246d840b8ea5", "body": "{}", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payment batches.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dac4b0a6-8714-4e63-be37-dd264c129b77", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fae3c812-e2b4-48a3-95d2-810542dc7c25", "documentation": "Endpoint for schedule payment batches.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/:itemId", "responses": [ { "uuid": "a133c54b-c727-4fd9-adca-a3f34f6b4649", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payment batches.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "686c5fb4-8d3e-4104-b47e-ef9edbc02186", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ab93d0e-b571-4686-b082-3817c848e118", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-attachment", "responses": [ { "uuid": "461fae00-831e-4583-96db-f0499e15e906", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e8892763-2ec0-4bae-a763-b71ecec77272", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98e49659-d1e5-49fd-9b1a-f5bcf24a299d", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-attachment", "responses": [ { "uuid": "0887deba-8813-4400-97f8-5ba27da17675", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4999ed8f-f9a7-449b-b2e5-07d927af378a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac1235c8-45f6-4f0b-a39c-2c61ff9fa4a6", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "865a81db-4646-42b2-9585-f22d8f70fdaf", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6fc98ce8-ea8e-443d-9d7c-28e8e768e66d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "31da5340-a93d-45cd-a31f-90aaa8471f98", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "8dd8906a-b6ef-4f70-b968-5ce29afb89db", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "df8bcc9e-3594-4b97-bb53-3f78dcd71069", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ccc11961-4a46-49bb-9bef-49a54bcbdbde", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-attachment/:itemId", "responses": [ { "uuid": "3571cb8d-891c-43b5-8dd7-472c1815c558", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "09e468ed-df07-486f-94cc-c3805e019c97", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a5727c7b-57e5-44f1-a5b0-b6e7538036b7", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-text", "responses": [ { "uuid": "dc818de6-4ab6-42da-b0b1-418026b07400", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9229e046-f535-406d-aa64-8ff52113b36a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d43dd89-98da-4c4a-902c-fced2a671482", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-text", "responses": [ { "uuid": "7b657387-e6f8-4ada-ac2d-a679552e5ac6", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5a4acf54-4b8f-4d12-9e0f-1766b6eb4e23", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a11f231-bed3-44d1-b459-69bc74b54c43", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-text/:itemId", "responses": [ { "uuid": "889182df-80cb-456c-9380-ca546646f4a5", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "272d662e-5603-4e0c-9cab-a715d1883198", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "35448690-d573-4e21-b4c2-cef1436819e7", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-text/:itemId", "responses": [ { "uuid": "7fa4358c-7d5f-4fbe-be71-57d65b2d105b", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db1f0652-1792-4ab7-a884-bb709f4f267b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e00dc49-4968-4d63-8bcc-9f92593b97f8", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment-batch/{schedule-payment-batchID}/note-text/:itemId", "responses": [ { "uuid": "b389809d-b4b6-4791-abd3-312c22969e54", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5933da80-7793-4f32-83ab-e1d94dcec423", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46ea36e6-a541-4e19-b1b4-a7150ad076d0", "documentation": "Endpoint for schedule payments.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/:itemId", "responses": [ { "uuid": "2f8a5186-2e23-4356-b867-1a3653fc5675", "body": "{}", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c68c81a9-67ba-4598-b0a0-a624f67cef42", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f1e7ba2a-813f-419c-8878-bf21135e4110", "documentation": "Endpoint for schedule payments.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/:itemId", "responses": [ { "uuid": "71e170f2-a8fd-462a-a73e-cc1bef986d58", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6db060e8-0943-45c3-b716-5d80702322e7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64496157-3924-4c7f-9398-e74964005e44", "documentation": "Endpoint for schedule payments.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/:itemId", "responses": [ { "uuid": "e29ae065-0615-4946-9701-444e466bf599", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Endpoint for schedule payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e3fbcd1d-1afe-49f6-8f13-ff57eb9c0205", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19e0d121-f4f5-4b91-aa9c-b34b7d53256f", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-attachment", "responses": [ { "uuid": "ed122139-3bc7-47cb-bd6b-4891bb7281b8", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "21bae9df-1b12-4c00-ac96-7113e9419ca0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9242867c-d075-42ad-ad1f-58310db2a4ad", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-attachment", "responses": [ { "uuid": "f88afd57-7671-4dcb-8710-70cdd4bc6bcd", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74fd1d1e-8cd6-471d-9ef7-56b4d6f09b4a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "afaabc86-e555-4dec-8f7d-a9e8f93f48b2", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "87e39641-9f0c-4b08-aa06-36cbbf0155ac", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e7cfe6ce-0e17-436f-aa5e-284fdd204cb9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "99472d43-47e3-48ef-8447-37651f04a74d", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "6abeb2ec-aa31-470a-b713-387ac64a6d28", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e7e3d8da-6b97-46c1-b69f-32bf1ea16996", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54a031a2-5b44-4908-81a1-b7aa61baa08a", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "b189317d-474d-435c-9907-3970ca9c58e3", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "70f7ec20-ec7f-418e-ab4a-8b4ce9544de6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c3476d4c-06a8-4d79-879b-5bf7c7fe7032", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-text", "responses": [ { "uuid": "71a3ba52-f5b0-443c-b484-107e4a141658", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e2819189-fa6e-48c9-86be-d84bb4ce7dc8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c13bd93-eee2-4155-b398-8b4e8bd10046", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-text", "responses": [ { "uuid": "9a67cc3e-6b84-4837-aa5a-62b4710c770d", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fac27c54-539b-47c9-a253-b2eaa2ae9e0d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c052d46-70b0-4a49-9f27-a05997865f7a", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-text/:itemId", "responses": [ { "uuid": "17832f40-cfc1-496b-b0cd-3c00192464ab", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "13506268-2e45-4b1f-b46c-a7d408dbd9b3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29effbaa-2b29-4401-b0b5-e77fdf707de7", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-text/:itemId", "responses": [ { "uuid": "175bf7d9-82b0-47f8-bc2d-76d947792e01", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "77a1db67-8285-444f-948e-7a30f6cdc9bb", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3f29fc9-50b8-462a-949b-52e1c77ca0b0", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule-payment/{schedule-paymentID}/note-text/:itemId", "responses": [ { "uuid": "ea767312-45f5-45a9-97ac-527bd2231582", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7875d9af-35d3-4522-874e-3e89dbadcd05", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "55d38757-3dcd-4764-a956-d1ff48065cb8", "documentation": "Get a specific schedule definition for a given monetary account.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:itemId", "responses": [ { "uuid": "08fddcec-e32f-41a4-a8df-e57f5305d7bd", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "view for reading the scheduled definitions.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "696c0444-1292-4ef6-abae-06ff2d077687", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "df5d99bb-16e9-477a-9f1d-e7f6577606cd", "documentation": "view for reading, updating and listing the scheduled instance.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance", "responses": [ { "uuid": "a9e04744-f075-41da-bd71-8047c335c36e", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "view for reading, updating and listing the scheduled instance.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0405d72a-d5fa-446e-890c-402a9bf4dd3a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3162bfa7-4b3b-4e28-a1d1-cacedf5e3b34", "documentation": "view for reading, updating and listing the scheduled instance.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/:itemId", "responses": [ { "uuid": "e52ca2ed-fbd7-4367-b4a6-4606a6a42b0c", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "view for reading, updating and listing the scheduled instance.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d6befc39-1779-4704-a7dd-f753d16ead90", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdfbd13e-16c3-4453-8a68-2ae7f592e195", "documentation": "view for reading, updating and listing the scheduled instance.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/:itemId", "responses": [ { "uuid": "3a44c989-a656-4c56-8494-11f919817b71", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "view for reading, updating and listing the scheduled instance.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e2d09510-be0f-4f31-89fd-284d57a8462c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "558b78ba-7b1b-45d3-90ed-0cf6325fa3e7", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-attachment", "responses": [ { "uuid": "6f604247-c4da-48a0-98fc-bcb9c1de9275", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "482b5499-b8b0-459a-bec2-6702df21bcb9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "038f1f12-d1b3-4b68-9cdf-521a8b284234", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-attachment", "responses": [ { "uuid": "eca8c811-9539-490c-b8ec-fc9f0577829b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eae962d2-81ab-4b66-8138-54f4ccbd3b74", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f7521a5-72e8-4d11-9a62-01f3c18b9dfb", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-attachment/:itemId", "responses": [ { "uuid": "0f8b3ae7-284f-4bcd-9442-7dfa31d2f842", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1620ccb2-3ff0-4214-bccb-f8688696d236", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "123b7663-8ca5-4d9e-87ca-60359234aefa", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-attachment/:itemId", "responses": [ { "uuid": "0e7d6240-5551-4f78-a0fb-834f1d089d44", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "43c88c84-4b7a-4725-9c93-7ca1307a32bc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa1831b5-9198-4b97-b99c-0c0ffb34b851", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-attachment/:itemId", "responses": [ { "uuid": "c19a218f-f6aa-4e30-83a6-2978a581d51b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fa7045b7-e565-4c23-baf5-031fcf72520c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a63ed2b9-6857-4eff-9e32-46dc1a5a46e8", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-text", "responses": [ { "uuid": "a1cc0338-ae90-47ea-b5f7-ae80cedbe0fa", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bc07bb66-8ac2-487a-a2e8-b7c229b11527", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d4731e4-775a-474f-90cb-9857ae374132", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-text", "responses": [ { "uuid": "521b5a93-40bd-4ee0-b14b-a892b4e90183", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee64a8e4-0bc2-4e39-836f-64f25f217b31", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f0ba9e5-d049-4c57-92bb-3f7c56f40250", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-text/:itemId", "responses": [ { "uuid": "dbf656c8-4375-4ee8-95bf-985a292e198f", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e622a396-cebf-45a8-a15b-163e80bd251b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ab480ba8-249a-4eba-8829-1b10b21ce37f", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-text/:itemId", "responses": [ { "uuid": "2f008ed0-23c7-4e38-888d-d2f554dfc31b", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2180bc4b-425b-4a1c-bade-b0ba57df1d0e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d3de02b-a0eb-434c-9fed-9fee15776c29", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/schedule/:scheduleID/schedule-instance/{schedule-instanceID}/note-text/:itemId", "responses": [ { "uuid": "cca5acd9-98df-4503-bc32-9fa37d4e9b68", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "210b9377-6a38-4baf-897a-6c2b61247476", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a0ac79f6-997e-423d-a9cf-1e3cd64ac047", "documentation": "[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.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/share-invite-monetary-account-inquiry", "responses": [ { "uuid": "7277930f-a89a-426b-bd15-967e4026e669", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"counter_user_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"draft_share_invite_bank_id\": {{faker 'number.int' max=99999}},\n \"end_date\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"relationship\": \"\",\n \"share_detail\": {\n \"draft_payment\": {\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"payment\": {\n \"budget\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"frequency\": \"\"\n },\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"make_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"read_only\": {\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n }\n },\n \"share_type\": \"\",\n \"start_date\": \"\",\n \"status\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"user_alias_revoked\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "[DEPRECATED - use /share-invite-monetary-account-response] Used to share a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. Allow the creation of share inquiries that, in the same way as request inquiries, can be revoked by the user creating them or accepted/rejected by the other party.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "758eb2d8-27ad-46b8-8662-dd59a9769f1a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "168b021e-a3d6-48a1-9e71-78b516cd5e93", "documentation": "[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.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/share-invite-monetary-account-inquiry", "responses": [ { "uuid": "349d4177-d3f6-45ab-8ae7-dcd216f30bd2", "body": "{\n \"id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "[DEPRECATED - use /share-invite-monetary-account-response] Used to share a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. Allow the creation of share inquiries that, in the same way as request inquiries, can be revoked by the user creating them or accepted/rejected by the other party.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c7af573-99f6-4b40-b2fa-dab455bdefde", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92681d7d-27b4-4ccd-8a7b-e938290c79e4", "documentation": "[DEPRECATED - use /share-invite-monetary-account-response] Get the details of a specific share inquiry.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/share-invite-monetary-account-inquiry/:itemId", "responses": [ { "uuid": "53557626-878c-40a6-80be-b12594a80f8c", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"counter_user_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"draft_share_invite_bank_id\": {{faker 'number.int' max=99999}},\n \"end_date\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"relationship\": \"\",\n \"share_detail\": {\n \"draft_payment\": {\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"payment\": {\n \"budget\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"frequency\": \"\"\n },\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"make_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"read_only\": {\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n }\n },\n \"share_type\": \"\",\n \"start_date\": \"\",\n \"status\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"user_alias_revoked\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "[DEPRECATED - use /share-invite-monetary-account-response] Used to share a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. Allow the creation of share inquiries that, in the same way as request inquiries, can be revoked by the user creating them or accepted/rejected by the other party.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2454174a-1291-4f62-b6e7-3eaabb597e13", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5785891d-0a47-47b3-b364-4c826b1856ff", "documentation": "[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.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/share-invite-monetary-account-inquiry/:itemId", "responses": [ { "uuid": "e5d8fa1d-8618-4220-84e0-a5b2ce99cb0e", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "[DEPRECATED - use /share-invite-monetary-account-response] Used to share a monetary account with another bunq user, as in the 'Connect' feature in the bunq app. Allow the creation of share inquiries that, in the same way as request inquiries, can be revoked by the user creating them or accepted/rejected by the other party.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "34dd66e0-81e4-43e3-a4df-5e163c32b195", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0c703cba-f4f6-41ea-bda6-142acbb0ad42", "documentation": "Reset the available budget for an account share. To be called without any ID at the end of the path.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/share-invite-monetary-account-inquiry/{share-invite-monetary-account-inquiryID}/amount-used/:itemId", "responses": [ { "uuid": "28a60df8-a411-4ed5-b514-c59e7eb93253", "body": "{}", "latency": 0, "statusCode": 200, "label": "When you have connected your monetary account to a user, and given this user a (for example) daily budget of 10 EUR. If this users has used his entire budget or part of it, this call can be used to reset the amount he used to 0. The user can then spend the daily budget of 10 EUR again.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "31594204-6002-4c54-a2ec-1cfcb2083964", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1cf5738f-6e50-48b6-a9fa-ddb8b49fdf19", "documentation": "View for requesting Sofort transactions and polling their status.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction", "responses": [ { "uuid": "c4e85d82-530a-430e-b020-ccd3012d8eee", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_guaranteed\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_requested\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"error_message\": [\n [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n ],\n \"issuer\": \"\",\n \"issuer_authentication_url\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"transaction_identifier\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "View for requesting Sofort transactions and polling their status.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "93faddd8-f4b4-4e6e-b98e-fee7ba40f850", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a4be0c72-c90e-4bdf-a47d-03f836e7d85a", "documentation": "View for requesting Sofort transactions and polling their status.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/:itemId", "responses": [ { "uuid": "1fc080b7-537a-4377-87cb-309f072eae06", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_guaranteed\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_requested\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"error_message\": [\n [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n ],\n \"issuer\": \"\",\n \"issuer_authentication_url\": \"\",\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"transaction_identifier\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "View for requesting Sofort transactions and polling their status.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "624afd36-8527-4afd-86c4-80285453bb16", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "252857e3-3d46-40eb-9915-f40f300b1cfa", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-attachment", "responses": [ { "uuid": "dc91d26e-7dd7-457a-b18b-4da2fe2245f3", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e2f3fa92-5b03-44d2-9dd6-7c463d51ab73", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83462874-6dae-45e3-bc9d-73d5f6119aa4", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-attachment", "responses": [ { "uuid": "d801ce17-8306-4137-bac5-e6c21101d7dc", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f6d03d0-166e-428b-92db-9f5581f6118a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4a538745-fab7-4ef9-830c-515f832d3d1e", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-attachment/:itemId", "responses": [ { "uuid": "05670e6c-e284-4f18-948d-2f34afc08eb5", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e09c0f86-a882-43ac-981e-c1d496ec818e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "312854cb-fc2f-4a68-95c5-cd73ba8c0008", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-attachment/:itemId", "responses": [ { "uuid": "cb20c5f0-92f3-4eea-900a-e83b437671c7", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c911f15a-7582-42b4-9fd5-6599c0ff4f7e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65a7655b-4c1b-4c31-b1b8-ae01d3f522b0", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-attachment/:itemId", "responses": [ { "uuid": "3d023bd5-134e-49fc-b17a-40dc1efdad87", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "913485b9-5188-4169-9aaf-6d6a03d82953", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5efe190-358f-4ff5-a863-7dce46e8622d", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-text", "responses": [ { "uuid": "ea1b350f-4331-40c4-82b5-c2d081433c75", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cffd0ea5-78a4-4eb9-a162-6cf4ba181bc2", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "92b3c173-2d6f-4b83-a8c4-571567891a9f", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-text", "responses": [ { "uuid": "c3295e36-dbe8-405f-b5eb-7fcdb831dd22", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aa2fee62-7187-4a9d-8253-b1d3c4741fd7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "41ff6c19-d7ad-4f7c-af10-c471c54e574d", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-text/:itemId", "responses": [ { "uuid": "fabacb0e-b6d9-4f9f-bf83-71d119650bff", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a77d2cdc-d28e-4396-8a88-c7a4379a9dc8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7d5db19a-4a78-4aa4-a241-08feaa0b671f", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-text/:itemId", "responses": [ { "uuid": "2274c729-aee7-47f2-b201-1066eaa10c55", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c7a0949c-fb7d-446c-96fa-8cc7d1032b54", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8fc9361b-cedd-4840-b925-b4166730289d", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/sofort-merchant-transaction/{sofort-merchant-transactionID}/note-text/:itemId", "responses": [ { "uuid": "ade131d2-a17a-4afa-81d3-c54d1a8984bf", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e2a3c1ed-1928-4eb4-af95-c45776271d61", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "318c2b41-d52c-4360-b35c-2b0a469a66ce", "documentation": "An incoming payment made towards an account of an external bank and redirected to a bunq account via switch service.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/:itemId", "responses": [ { "uuid": "d0283ed2-9254-4309-8008-028bb7b45f96", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "An incoming payment made towards an account of an external bank and redirected to a bunq account via switch service.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "945cae3c-0330-4310-9627-fb4c78a1cd8c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "896c0047-6803-43b5-9938-2511cad001ad", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-attachment", "responses": [ { "uuid": "2702b3d1-bf4e-4cb1-b28a-c56a15c455e4", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "22997f82-4032-408c-9231-6322fd69a9f3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f75c8b83-ede8-4477-bbcd-b0e01c1921ae", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-attachment", "responses": [ { "uuid": "094e4894-abe3-4b69-896d-932732b1b530", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2db469d2-4014-4225-854e-fc246056b6bb", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7be97edb-7eb9-45f4-8cbf-e57291e0b2a6", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "89680d3f-d76f-4b68-a54f-fd5adee07566", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8907b95d-7d41-4cf4-8b7b-2c71d5f936a6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5ced83e-8c8f-497d-a30c-8414a0fe277f", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "55c5e53b-781a-4dd5-9275-5dca96b78fc1", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "52d438c8-cbce-486f-8ba0-14d5862acbf3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "42e71ce7-f8c5-4962-8063-024e1fbaa59b", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-attachment/:itemId", "responses": [ { "uuid": "1ea9d8cb-a794-4de6-8bc7-495920248364", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f7722de1-49a1-4835-821c-f9e550a5cf75", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ff8ce46a-ede5-4f21-84e0-a1ffb759ae42", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-text", "responses": [ { "uuid": "c345b536-51da-4b3b-9810-3e5ec4bed693", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2b1716ca-437a-4a84-b5bf-8d4c008ba672", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "daa84d14-a7dc-4f71-94f4-106f33b1efec", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-text", "responses": [ { "uuid": "0a7104bb-c227-4cf0-af9e-fbf689789fc1", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8cbc06d7-e262-49e3-bfd5-f41388387cce", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b5334f2c-28ec-470c-8a0a-ec8851f64e35", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-text/:itemId", "responses": [ { "uuid": "ff257f68-73b5-448a-80de-e1ff848a5423", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8cba8e54-732e-4109-b9d5-b83844122565", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "89021d47-392f-41bb-9346-b5fc2b73549f", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-text/:itemId", "responses": [ { "uuid": "f01f4b20-68e9-4cd2-bc62-484e62881784", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2ea35c4d-f474-436e-ad94-9593aeb93d31", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fbc80fa9-7931-4652-ade8-67b4b781d7ba", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/switch-service-payment/{switch-service-paymentID}/note-text/:itemId", "responses": [ { "uuid": "162bc334-8cb7-4226-a6b5-b28cb001b77c", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3f0c2877-1665-457f-8654-767bf9ab5799", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "13042c3a-0489-4336-b841-2ab81930e7e7", "documentation": "Used to view a list of TabResultResponse objects belonging to a tab.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/tab-result-response", "responses": [ { "uuid": "2a82a7d0-0552-457b-8aba-123f6ca8ede2", "body": "[\n \"\"\n]", "latency": 0, "statusCode": 200, "label": "Used to view 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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "828f44b8-0b67-4bf6-9526-75c1208a1758", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bed5f0b4-5db1-4678-8f5d-1b70783b3bce", "documentation": "Used to view a single TabResultResponse belonging to a tab.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/tab-result-response/:itemId", "responses": [ { "uuid": "74c58fce-6ecf-4b4c-a0b1-2618ab51cd04", "body": "\"\"", "latency": 0, "statusCode": 200, "label": "Used to view 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.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e5ca9d1e-c5aa-4cd3-b6ad-9f1b8718ad25", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3aab66f2-0ddb-42d6-bbc4-ec2ab53a4020", "documentation": "Get a listing of all SDD whitelist entries for a target monetary account.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist-sdd", "responses": [ { "uuid": "1a50b610-336a-4034-b672-d01d457d4737", "body": "[\n {\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Whitelist an SDD so that when one comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d5ddde24-a587-42a9-b2f1-a65c75ffc681", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be0842f8-d104-4b21-886b-890d7e622e4e", "documentation": "Get a specific SDD whitelist entry.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist-sdd/:itemId", "responses": [ { "uuid": "15779bde-a6b2-481a-ac65-f088bde0a10f", "body": "{\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist an SDD so that when one comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8baac65b-b67a-4ada-88dc-8589e50ed195", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b994a62c-ca49-4544-804f-6a9e52db5474", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-attachment", "responses": [ { "uuid": "30e565aa-653b-4d2f-9e9f-1eda20b7f5eb", "body": "[\n {\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0811345a-ee5f-42ad-bdea-84f653d03f49", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa4b2967-1c87-45fc-9d08-4d913f26e073", "documentation": "Used to manage attachment notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-attachment", "responses": [ { "uuid": "52f317d6-7da6-4c0c-8d6e-c523455b77c5", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "49ed978f-a5d1-4621-a5bf-33ce1e6421b9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a2295668-c53e-43f0-8bb4-1438e07af056", "documentation": "Used to manage attachment notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-attachment/:itemId", "responses": [ { "uuid": "42af4632-427c-45ce-8c3b-ba49c7baec14", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1365088d-c0ee-47b1-8a98-0a17ff183d9d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f874038-c820-49a6-bcb3-3397bc1866fd", "documentation": "Used to manage attachment notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-attachment/:itemId", "responses": [ { "uuid": "8ac4fada-52ed-42b9-b84d-1e7cb2ab4666", "body": "{\n \"attachment\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d66cb48-b54b-47ad-a3fa-bc37cbb62c5e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "464d8a56-f08f-45c0-b588-510340391e98", "documentation": "Used to manage attachment notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-attachment/:itemId", "responses": [ { "uuid": "c66108a0-9fbf-464f-9717-af2f4566d5e3", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage attachment notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7cdc067a-4b14-48c2-945b-cdfaf71e7c55", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a461a819-3317-4f40-a3d7-b34592b4d49a", "documentation": "Manage the notes for a given user.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-text", "responses": [ { "uuid": "cb0e9710-da1d-4631-ba57-7b17f46d625c", "body": "[\n {\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f934fcc4-4e9e-47d6-9254-d6864e110a29", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "79ce874f-5706-44b3-98e1-6b921e8bed65", "documentation": "Used to manage text notes.", "method": "post", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-text", "responses": [ { "uuid": "911cec46-ca43-460a-9ca5-47a8f70ed13f", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f28dbce0-8cf2-44c7-ae00-bf85ec98a69b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8da62977-d265-4cf3-8cd1-b1e61263640f", "documentation": "Used to manage text notes.", "method": "delete", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-text/:itemId", "responses": [ { "uuid": "c94b9c71-c127-4471-bd25-3fdee8628ce0", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bdf20563-9770-419e-ae3a-803c14799767", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6be19331-c687-4fc3-8039-5bf2548985e2", "documentation": "Used to manage text notes.", "method": "get", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-text/:itemId", "responses": [ { "uuid": "b15bce4b-81f2-4cfa-82c9-1d238accedc2", "body": "{\n \"content\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5c5316d4-8f27-4b51-bcc3-bca806549a25", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a07bb6f2-feec-4d25-bb5b-1d32084d7cc7", "documentation": "Used to manage text notes.", "method": "put", "endpoint": "user/:userID/monetary-account/{monetary-accountID}/whitelist/:whitelistID/whitelist-result/{whitelist-resultID}/note-text/:itemId", "responses": [ { "uuid": "95a0d74d-b811-4aab-ad12-994c5edb3990", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage text notes.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5237413d-468f-4f74-b997-63e75af2de19", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dff0827f-87b5-48e5-870d-d171ff4a8b48", "documentation": "Manage the push notification filters for a user.", "method": "get", "endpoint": "user/:userID/notification-filter-push", "responses": [ { "uuid": "1aa84d81-0e6d-42f7-9c92-fe5d0a63d9a4", "body": "[\n {\n \"notification_filters\": [\n {\n \"category\": \"\"\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Manage the push notification filters for a user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04cdc6e4-4b31-471f-9841-050a3c4b8926", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fe019780-23c4-4f9c-96c7-db313737bf9c", "documentation": "Manage the push notification filters for a user.", "method": "post", "endpoint": "user/:userID/notification-filter-push", "responses": [ { "uuid": "6759dfdf-290c-4efd-ace7-e4e5774aa6db", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the push notification filters for a user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cc06a39c-6a53-4cd4-99e4-9023e58af0ca", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4b1337b-fb6f-4232-935c-967abc268978", "documentation": "Manage the url notification filters for a user.", "method": "get", "endpoint": "user/:userID/notification-filter-url", "responses": [ { "uuid": "de16aae7-f393-4eb6-abb3-6e1d887fa559", "body": "[\n {\n \"notification_filters\": [\n {\n \"category\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"notification_target\": \"\",\n \"updated\": \"\"\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "Manage the url notification filters for a user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e01f2ca2-9ac4-4c47-8953-26f3e9140e49", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "83d820c9-449c-427b-adfd-2ac3ebb94376", "documentation": "Manage the url notification filters for a user.", "method": "post", "endpoint": "user/:userID/notification-filter-url", "responses": [ { "uuid": "4dc8dc00-cc28-49a8-9413-50b026e2cdfa", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the url notification filters for a user.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "024b2964-cac8-4246-a1a6-d307dc20be07", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9c12668-56b9-4b8b-a080-7e232b351d28", "documentation": "Used for managing OAuth Clients.", "method": "get", "endpoint": "user/:userID/oauth-client", "responses": [ { "uuid": "85015dda-edd4-411b-9444-c5bc37c7707f", "body": "[\n {\n \"callback_url\": [\n {\n \"url\": \"\"\n }\n ],\n \"client_id\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"secret\": \"\",\n \"status\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Clients.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "75b8e598-d091-4b9b-a10d-bd0a149e6004", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0ebd3fdb-8346-406d-ad8a-2332091d65cc", "documentation": "Used for managing OAuth Clients.", "method": "post", "endpoint": "user/:userID/oauth-client", "responses": [ { "uuid": "dfbd3166-be92-4362-9776-f8faf80f1dc5", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Clients.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8d2eb071-9033-432b-8c0d-7e9792d2b46c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46085e01-0c54-49c6-8d11-2cae2bcec019", "documentation": "Used for managing OAuth Clients.", "method": "get", "endpoint": "user/:userID/oauth-client/:itemId", "responses": [ { "uuid": "a990b5fc-8159-45c9-91cf-3c9a2b5ee991", "body": "{\n \"callback_url\": [\n {\n \"url\": \"\"\n }\n ],\n \"client_id\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"secret\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Clients.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "acc62d30-0424-4c18-9fcb-c86b4dbfabbc", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "15214e48-225e-469e-9d88-d5e6cdc7fe58", "documentation": "Used for managing OAuth Clients.", "method": "put", "endpoint": "user/:userID/oauth-client/:itemId", "responses": [ { "uuid": "a41e7c1a-82e7-492e-a346-fe71b0825a2a", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Clients.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "08a76300-f578-4ea3-a4a5-3ea66c256849", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00fa0a3a-afdb-4cc9-8ecf-d0c842a9c322", "documentation": "Used for managing OAuth Client Callback URLs.", "method": "get", "endpoint": "user/:userID/oauth-client/{oauth-clientID}/callback-url", "responses": [ { "uuid": "7c2e578d-2f3d-427e-8d5c-1185f4b0be6f", "body": "[\n {\n \"url\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Client Callback URLs.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "15f6e174-a06e-46c8-805c-a7ac7045aa2a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6354492a-018a-4890-b9ea-5dab6f01dd46", "documentation": "Used for managing OAuth Client Callback URLs.", "method": "post", "endpoint": "user/:userID/oauth-client/{oauth-clientID}/callback-url", "responses": [ { "uuid": "80291eb3-2595-4eb5-9dcb-efecd872cf34", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Client Callback URLs.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "34afbd06-4aff-4694-940b-7ac6e4ae9ae8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cdf8db94-badf-4168-91f3-e08d2345c3d7", "documentation": "Used for managing OAuth Client Callback URLs.", "method": "delete", "endpoint": "user/:userID/oauth-client/{oauth-clientID}/callback-url/:itemId", "responses": [ { "uuid": "5b234be9-2375-4c89-aa21-887a386b347f", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Client Callback URLs.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "288819f6-8ee6-4bc2-862e-88931225056b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2e330c70-c218-4eeb-b78c-264566252e82", "documentation": "Used for managing OAuth Client Callback URLs.", "method": "get", "endpoint": "user/:userID/oauth-client/{oauth-clientID}/callback-url/:itemId", "responses": [ { "uuid": "75d6f408-76b5-4c11-9f3f-3f79a058b191", "body": "{\n \"url\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Client Callback URLs.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8cd7b648-b7b3-4f6d-a6f7-d04f36f68190", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17ca1265-fa9c-42b8-9714-69687ef88241", "documentation": "Used for managing OAuth Client Callback URLs.", "method": "put", "endpoint": "user/:userID/oauth-client/{oauth-clientID}/callback-url/:itemId", "responses": [ { "uuid": "a4f95340-ec51-454f-ae6e-9e9f4e6b8111", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used for managing OAuth Client Callback URLs.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "23e2af3f-adf6-4e69-9b00-1492d068e709", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a3318cb-ff07-4471-b4b1-2b789c394797", "documentation": "List a users automatic payment auto allocated settings.", "method": "get", "endpoint": "user/:userID/payment-auto-allocate", "responses": [ { "uuid": "1b99a220-3b9e-4385-8927-335ae03a6291", "body": "[\n {\n \"PaymentAutoAllocate\": {\n \"definition\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"description\": \"\",\n \"fraction\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"type\": \"\",\n \"updated\": \"\"\n }\n ],\n \"payment_id\": {{faker 'number.int' max=99999}},\n \"type\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "List a users automatic payment auto allocated settings.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ff5b2cb0-838b-4d9d-99b9-5879f8c4bc89", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4a81cdb8-b06e-4c9f-95fe-74a90caa11c0", "documentation": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "method": "get", "endpoint": "user/:userID/payment-service-provider-draft-payment", "responses": [ { "uuid": "491950e4-98b6-4934-a200-61e03950a860", "body": "[\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"receiver_iban\": \"\",\n \"sender_iban\": \"\",\n \"status\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "92e3fb09-a1ed-4a3a-9f36-11a35c0a21e7", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6c8c623b-46a4-4764-9954-df6c12df8230", "documentation": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "method": "post", "endpoint": "user/:userID/payment-service-provider-draft-payment", "responses": [ { "uuid": "85745770-a075-4188-9e97-400163e9a245", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "84cbdfd0-e4b6-4e98-9930-d8873ea9b1e6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bafb6471-c93c-435f-b3e1-b06db28a3437", "documentation": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "method": "get", "endpoint": "user/:userID/payment-service-provider-draft-payment/:itemId", "responses": [ { "uuid": "b20dfd56-fc69-44da-b0cb-f49a15ab87e5", "body": "{\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"receiver_iban\": \"\",\n \"sender_iban\": \"\",\n \"status\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3f9678a0-e316-4aae-a9c7-851a39fa5405", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8941022-0cc5-4e69-94d3-afe12508d2c0", "documentation": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "method": "put", "endpoint": "user/:userID/payment-service-provider-draft-payment/:itemId", "responses": [ { "uuid": "bd0c8155-8a56-4306-b948-067e5aa8dbea", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Manage the PaymentServiceProviderDraftPayment's for a PISP.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9036aa60-5c9e-41e0-aa98-b976f8a6c9c9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e20badf6-8edb-4c07-9c76-835d763e2ced", "documentation": "Get a listing of all Slice group settlements.", "method": "get", "endpoint": "user/:userID/registry/:registryID/registry-settlement", "responses": [ { "uuid": "5ab4f53c-56a5-43a2-9582-00c507155fc2", "body": "[\n {\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"items\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"membership_paying\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"membership_receiving\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"paying_user_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"receiving_user_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n }\n }\n ],\n \"membership_settled\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"number_of_entries\": {{faker 'number.int' max=99999}},\n \"settled_by_alias\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"settlement_time\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to settle a Slice group.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c995caca-7623-4007-9291-a7e65558908d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4df704f7-76e0-4f1e-b655-8586f53b7e12", "documentation": "Create a new Slice group settlement.", "method": "post", "endpoint": "user/:userID/registry/:registryID/registry-settlement", "responses": [ { "uuid": "dd11116f-d97d-4997-a48d-0e0b2e0f60c4", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to settle a Slice group.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7fcc44ae-3428-4eb5-a144-ef3b17018bba", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c26fa41-a7cc-4812-a4ab-54a9be8c9e24", "documentation": "Get a specific Slice group settlement.", "method": "get", "endpoint": "user/:userID/registry/:registryID/registry-settlement/:itemId", "responses": [ { "uuid": "1c6f2028-61e2-4e19-aa2a-150643287135", "body": "{\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"items\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"membership_paying\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"membership_receiving\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"paying_user_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"receiving_user_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n }\n }\n ],\n \"membership_settled\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"number_of_entries\": {{faker 'number.int' max=99999}},\n \"settled_by_alias\": {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"auto_add_card_transaction\": \"\",\n \"balance\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"invitor\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"registry_id\": {{faker 'number.int' max=99999}},\n \"registry_title\": \"\",\n \"status\": \"\",\n \"status_settlement\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n }\n },\n \"settlement_time\": \"\",\n \"total_amount_spent\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to settle a Slice group.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "48b6405f-7a77-414e-a6e4-b02baecd8f0f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "446e14ef-7dca-4cd6-a33b-85e0d51b3530", "documentation": "Used to view Rewards.", "method": "get", "endpoint": "user/:userID/reward", "responses": [ { "uuid": "432a8ca2-d99f-4c9d-ad59-8ed53e052107", "body": "[\n {\n \"amount_reward\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to view Rewards.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7a7f50f8-dc69-4bac-ab26-a7eb7efff908", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2210b597-8d3d-468c-9acc-db96f3cc3216", "documentation": "Used to view Rewards.", "method": "get", "endpoint": "user/:userID/reward-recipient", "responses": [ { "uuid": "e83b59e7-330d-43fe-9ce7-3d59d555b630", "body": "[\n {\n \"amount_reward\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to view Rewards.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "160be083-0a53-46b7-bac5-046ba590cc12", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5564a0e-0607-4fe2-b79d-a8907795a527", "documentation": "Used to view Rewards.", "method": "get", "endpoint": "user/:userID/reward-recipient/:itemId", "responses": [ { "uuid": "14631d9d-f4a7-4bb9-9673-c2cbe3991efa", "body": "{\n \"amount_reward\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to view Rewards.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee37a449-3671-4405-8055-d3c96abb7479", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f3c320db-68bb-4979-977f-7202b6f632cb", "documentation": "Used to view Rewards.", "method": "get", "endpoint": "user/:userID/reward-sender", "responses": [ { "uuid": "3258993b-00b3-43ed-a602-6aae3eeca92b", "body": "[\n {\n \"amount_reward\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to view Rewards.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8af98f72-37c1-46b5-8592-f0c5dbb21fc2", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d49660d1-ff5d-4c22-84c3-dfa5ad3f529d", "documentation": "Used to view Rewards.", "method": "get", "endpoint": "user/:userID/reward-sender/:itemId", "responses": [ { "uuid": "71b1cd09-c959-45f1-aaba-6c0e305a5b19", "body": "{\n \"amount_reward\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to view Rewards.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dfeb17dd-da63-4eda-8f6e-d1f751a2e58f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a8ece917-7553-4d8d-8221-4ba9798d0574", "documentation": "Used to view Rewards.", "method": "get", "endpoint": "user/:userID/reward/:itemId", "responses": [ { "uuid": "c324bbe6-c53e-4e80-848a-b72acac72b38", "body": "{\n \"amount_reward\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"sub_status\": \"\",\n \"type\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to view Rewards.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97ed3b25-be38-4d05-aece-6a80fd450a32", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6a386333-f081-4d64-82b0-0a85d498ab22", "documentation": "Get a collection of scheduled definition for all accessible monetary accounts of the user. You can add the parameter type to filter the response. When type={SCHEDULE_DEFINITION_PAYMENT,SCHEDULE_DEFINITION_PAYMENT_BATCH} is provided only schedule definition object that relate to these definitions are returned.", "method": "get", "endpoint": "user/:userID/schedule", "responses": [ { "uuid": "27e4fbe8-5095-4e37-9e03-059c902f9062", "body": "[\n {}\n]", "latency": 0, "statusCode": 200, "label": "view for reading the scheduled definitions.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b230037e-ec51-4290-9d29-9edb5d85368d", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "49311914-87a2-4bbb-937d-ee0d97a79962", "documentation": "Return all the shares a user was invited to.", "method": "get", "endpoint": "user/:userID/share-invite-monetary-account-response", "responses": [ { "uuid": "1a13f866-bc21-4d35-ac06-863c84b6dc6e", "body": "[\n {\n \"counter_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"description\": \"\",\n \"draft_share_invite_bank_id\": {{faker 'number.int' max=99999}},\n \"end_date\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"relation_user\": {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n },\n \"share_detail\": {\n \"draft_payment\": {\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"payment\": {\n \"budget\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"frequency\": \"\"\n },\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"make_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"read_only\": {\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n }\n },\n \"share_type\": \"\",\n \"start_date\": \"\",\n \"status\": \"\",\n \"updated\": \"\",\n \"user_alias_cancelled\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to view or respond to shares a user was invited to. See 'share-invite-bank-inquiry' for more information about the inquiring endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47ba1b01-cb65-4b80-9bed-ef9f47601c8f", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57399a09-bea1-4145-a03a-b1304e8db594", "documentation": "Return the details of a specific share a user was invited to.", "method": "get", "endpoint": "user/:userID/share-invite-monetary-account-response/:itemId", "responses": [ { "uuid": "6ff46c00-6659-4fa6-b2f3-497bdfc4c771", "body": "{\n \"counter_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"created\": \"\",\n \"description\": \"\",\n \"draft_share_invite_bank_id\": {{faker 'number.int' max=99999}},\n \"end_date\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"relation_user\": {\n \"counter_label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"counter_user_id\": \"\",\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"relationship\": \"\",\n \"status\": \"\",\n \"user_id\": \"\"\n },\n \"share_detail\": {\n \"draft_payment\": {\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"payment\": {\n \"budget\": {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"frequency\": \"\"\n },\n \"make_draft_payments\": {{faker 'datatype.boolean'}},\n \"make_payments\": {{faker 'datatype.boolean'}},\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n },\n \"read_only\": {\n \"view_balance\": {{faker 'datatype.boolean'}},\n \"view_new_events\": {{faker 'datatype.boolean'}},\n \"view_old_events\": {{faker 'datatype.boolean'}}\n }\n },\n \"share_type\": \"\",\n \"start_date\": \"\",\n \"status\": \"\",\n \"updated\": \"\",\n \"user_alias_cancelled\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to view or respond to shares a user was invited to. See 'share-invite-bank-inquiry' for more information about the inquiring endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4d09ef46-af2f-45e5-a22f-4a1f94c03082", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00c98fc8-917d-4b0b-9527-065b5ea91af9", "documentation": "Accept or reject a share a user was invited to.", "method": "put", "endpoint": "user/:userID/share-invite-monetary-account-response/:itemId", "responses": [ { "uuid": "0bce0715-4c67-4dce-941e-216be473a8bf", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to view or respond to shares a user was invited to. See 'share-invite-bank-inquiry' for more information about the inquiring endpoint.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c6f84863-31b2-445f-903d-76334316db08", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "70715d23-dd9b-4b98-94e9-f9b95b6ebb44", "documentation": "Create a request from an ideal transaction.", "method": "post", "endpoint": "user/:userID/token-qr-request-ideal", "responses": [ { "uuid": "f65ad65e-3c9d-44c2-9e20-b44f445d7604", "body": "{\n \"address_billing\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"address_shipping\": {\n \"city\": \"\",\n \"country\": \"\",\n \"extra\": \"\",\n \"house_number\": \"\",\n \"mailbox_name\": \"\",\n \"po_box\": \"\",\n \"postal_code\": \"\",\n \"province\": \"\",\n \"street\": \"\"\n },\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_inquired\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_responded\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"attachment\": [\n {\n \"content_type\": \"\",\n \"description\": \"\"\n }\n ],\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"description\": \"\",\n \"eligible_whitelist_id\": {{faker 'number.int' max=99999}},\n \"geolocation\": {\n \"altitude\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.int' max=99999}},\n \"longitude\": {{faker 'number.int' max=99999}},\n \"radius\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"minimum_age\": {{faker 'number.int' max=99999}},\n \"monetary_account_id\": {{faker 'number.int' max=99999}},\n \"redirect_url\": \"\",\n \"require_address\": \"\",\n \"status\": \"\",\n \"sub_type\": \"\",\n \"time_expiry\": \"\",\n \"time_responded\": \"\",\n \"type\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Using this call you create a request for payment from an external token provided with an ideal transaction. Make sure your iDEAL payments are compliant with the iDEAL standards, by following the following manual: https:/www.bunq.com/terms-idealstandards. It's very important to keep these points in mind when you are using the endpoint to make iDEAL payments from your application.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "66efc985-366d-4195-aa5c-f972c010a3a4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dbbfc40a-b314-40ff-87b4-33a9c0264ceb", "documentation": "Create a request from an SOFORT transaction.", "method": "post", "endpoint": "user/:userID/token-qr-request-sofort", "responses": [ { "uuid": "588deb01-cd43-4edc-a040-c86541780e40", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Using this call you can create a SOFORT Request assigned to your User by providing the Token of the request.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6141e5e9-b11c-4365-b4e6-5944026612b0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7502c3f4-036d-4854-ac51-aaa7cd539e14", "documentation": "Used to get a list of supported currencies for Transferwise.", "method": "get", "endpoint": "user/:userID/transferwise-currency", "responses": [ { "uuid": "a49e7b37-8706-4ee5-80d5-4ef085d0af46", "body": "[\n {\n \"country\": \"\",\n \"currency\": \"\",\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to get a list of supported currencies for Transferwise.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e4d20dc6-d1f6-4315-b5b2-28b86ce3b830", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8989ef3-7f2b-4508-81ac-df3b17c65eeb", "documentation": "Used to get quotes from Transferwise. These can be used to initiate payments.", "method": "post", "endpoint": "user/:userID/transferwise-quote", "responses": [ { "uuid": "e8c03de9-6204-4e4a-b839-f211f74e65da", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to get quotes from Transferwise. These can be used to initiate payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "95b522e4-a735-4ca9-9161-1900f2fb77a8", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5da5d4e2-9e2e-4ec7-a71d-6e84756c66a0", "documentation": "Used to get temporary quotes from Transferwise. These cannot be used to initiate payments", "method": "post", "endpoint": "user/:userID/transferwise-quote-temporary", "responses": [ { "uuid": "b198b497-1730-487d-bba7-cae879f61172", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to get temporary quotes from Transferwise. These cannot be used to initiate payments", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c36ed94e-77ec-4e3b-bf1d-59e8ec93d8bd", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8c23d3df-d53f-4a90-b5d6-12738ae03e8a", "documentation": "Used to get temporary quotes from Transferwise. These cannot be used to initiate payments", "method": "get", "endpoint": "user/:userID/transferwise-quote-temporary/:itemId", "responses": [ { "uuid": "fbabd431-31cd-48ae-a3e0-e55e1c7c1763", "body": "{\n \"amount_source\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_target\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quote_id\": \"\",\n \"rate\": \"\",\n \"time_expiry\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to get temporary quotes from Transferwise. These cannot be used to initiate payments", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "10ea8080-b68c-4917-82fc-1fb4068b2541", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "54f31ada-7a57-408f-89f6-387adc0f2aec", "documentation": "Used to get quotes from Transferwise. These can be used to initiate payments.", "method": "get", "endpoint": "user/:userID/transferwise-quote/:itemId", "responses": [ { "uuid": "09e00610-3b92-4f2e-8162-8c3bedc98e3a", "body": "{\n \"amount_fee\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_source\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_target\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quote_id\": \"\",\n \"rate\": \"\",\n \"time_delivery_estimate\": \"\",\n \"time_expiry\": \"\",\n \"updated\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to get quotes from Transferwise. These can be used to initiate payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e85668fe-f3f7-4d49-aa84-58b82bee87db", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "42c01eb8-2f8a-4c45-81c8-c7b2a8adab9f", "documentation": "Used to manage recipient accounts with Transferwise.", "method": "get", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-recipient", "responses": [ { "uuid": "ef514700-e66d-4710-a8e7-6a5108705f0b", "body": "[\n {\n \"account_id\": \"\",\n \"account_number\": \"\",\n \"bank_code\": \"\",\n \"country\": \"\",\n \"currency\": \"\",\n \"name_account_holder\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage recipient accounts with Transferwise.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7fbc2fe9-4962-478f-ada9-6f8da8bfc6a3", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a3c8f05-650e-4b54-8cfe-d4e1dcd9ec43", "documentation": "Used to manage recipient accounts with Transferwise.", "method": "post", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-recipient", "responses": [ { "uuid": "02a38099-f76a-4c6f-87f7-40da4de3572b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage recipient accounts with Transferwise.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b75025e8-1530-4911-b20f-bd0e5da4de5e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd0e9710-31cb-4a6e-b17f-da5817d7aac6", "documentation": "Used to determine the recipient account requirements for Transferwise transfers.", "method": "get", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-recipient-requirement", "responses": [ { "uuid": "1a5275d6-24ec-4151-a4c7-718c4fce51d6", "body": "[\n {\n \"fields\": [\n {\n \"group\": {\n \"display_format\": \"\",\n \"example\": \"\",\n \"key\": \"\",\n \"max_length\": \"\",\n \"min_length\": \"\",\n \"name\": \"\",\n \"refresh_requirements_on_change\": {{faker 'datatype.boolean'}},\n \"required\": {{faker 'datatype.boolean'}},\n \"type\": \"\",\n \"validation_async\": {\n \"params\": {\n \"key\": \"\",\n \"parameter_name\": \"\",\n \"required\": {{faker 'datatype.boolean'}}\n },\n \"url\": \"\"\n },\n \"validation_regexp\": \"\",\n \"values_allowed\": {\n \"key\": \"\",\n \"name\": \"\"\n }\n },\n \"key\": \"\",\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"label\": \"\",\n \"type\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to determine the recipient account requirements for Transferwise transfers.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf2a61d5-88cb-4155-952f-636f0bb22b23", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3186c8a-bb20-40b7-b914-eb7cd92eafaa", "documentation": "Used to determine the recipient account requirements for Transferwise transfers.", "method": "post", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-recipient-requirement", "responses": [ { "uuid": "228177ef-8b83-4522-a1ff-cd9a85c86390", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to determine the recipient account requirements for Transferwise transfers.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "43230351-7944-4f72-886c-ed2d3faddf0e", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "abaa5b0b-522a-4c49-9073-2b3bf225308c", "documentation": "Used to manage recipient accounts with Transferwise.", "method": "delete", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-recipient/:itemId", "responses": [ { "uuid": "39c2b925-b817-4b86-a733-05117ff818f0", "body": "{}", "latency": 0, "statusCode": 200, "label": "Used to manage recipient accounts with Transferwise.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a69fb395-b7c2-42c1-a623-9fb6f3c531bf", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56fde442-2ad6-4f00-aa62-4d2d8b0c6db7", "documentation": "Used to manage recipient accounts with Transferwise.", "method": "get", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-recipient/:itemId", "responses": [ { "uuid": "a281927b-0cf6-43df-9af7-1a5a68c33652", "body": "{\n \"account_id\": \"\",\n \"account_number\": \"\",\n \"bank_code\": \"\",\n \"country\": \"\",\n \"currency\": \"\",\n \"name_account_holder\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to manage recipient accounts with Transferwise.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d139485a-d77a-45fd-bfdd-3cccb20aa32b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "82a3fbdc-024a-4ceb-acaf-3834b7a323a3", "documentation": "Used to create Transferwise payments.", "method": "get", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-transfer", "responses": [ { "uuid": "98bc57ed-a09c-4253-bf08-235ffc7a498b", "body": "[\n {\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_source\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_target\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"pay_in_reference\": \"\",\n \"quote\": {\n \"amount_fee\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_source\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_target\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency_source\": \"\",\n \"currency_target\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quote_id\": \"\",\n \"rate\": \"\",\n \"time_delivery_estimate\": \"\",\n \"time_expiry\": \"\",\n \"updated\": \"\"\n },\n \"rate\": \"\",\n \"reference\": \"\",\n \"status\": \"\",\n \"status_transferwise\": \"\",\n \"status_transferwise_issue\": \"\",\n \"sub_status\": \"\",\n \"time_delivery_estimate\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to create Transferwise payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a5bbe676-9b67-4ee5-b9fd-d383dd991ee4", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19043463-184e-44dc-8727-e34edb5097b4", "documentation": "Used to create Transferwise payments.", "method": "post", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-transfer", "responses": [ { "uuid": "81d26251-786e-41da-a298-c854faa2d1c5", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to create Transferwise payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "86920a09-f791-4579-84b6-0541f35cc1e0", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4a0faeb9-bcce-4bec-95c7-1e43041c6ab2", "documentation": "Used to determine the account requirements for Transferwise transfers.", "method": "post", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-transfer-requirement", "responses": [ { "uuid": "79a0a5bb-1947-49c7-aeb4-b25f3740f053", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to determine the account requirements for Transferwise transfers.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f38db8e0-30f5-4402-b9b4-fcb9f0dcd124", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97a0e507-c0bf-4ef2-a0a7-c5037a9beff5", "documentation": "Used to create Transferwise payments.", "method": "get", "endpoint": "user/:userID/transferwise-quote/{transferwise-quoteID}/transferwise-transfer/:itemId", "responses": [ { "uuid": "f2980ef7-78d8-454a-94af-5030d6110e1f", "body": "{\n \"alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"amount_source\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_target\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"pay_in_reference\": \"\",\n \"quote\": {\n \"amount_fee\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_source\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"amount_target\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"created\": \"\",\n \"currency_source\": \"\",\n \"currency_target\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"quote_id\": \"\",\n \"rate\": \"\",\n \"time_delivery_estimate\": \"\",\n \"time_expiry\": \"\",\n \"updated\": \"\"\n },\n \"rate\": \"\",\n \"reference\": \"\",\n \"status\": \"\",\n \"status_transferwise\": \"\",\n \"status_transferwise_issue\": \"\",\n \"sub_status\": \"\",\n \"time_delivery_estimate\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Used to create Transferwise payments.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0e95de03-1e44-4d45-8f3a-208d82baf09c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3ea8871d-26b6-46cc-b261-3894bf6b03a3", "documentation": "Used to manage Transferwise users.", "method": "get", "endpoint": "user/:userID/transferwise-user", "responses": [ { "uuid": "a4d0c519-c1a8-458e-bdb8-1a5654820e77", "body": "[\n {\n \"created\": \"\",\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"updated\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Used to manage Transferwise users.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "21579f6c-f477-437b-8caa-06ee2dafd14b", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c697754b-e294-4050-a742-e340918eb23f", "documentation": "Used to manage Transferwise users.", "method": "post", "endpoint": "user/:userID/transferwise-user", "responses": [ { "uuid": "277d19a8-fb31-4d9d-83b7-16d18b3fe4d8", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Used to manage Transferwise users.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1ff3ec1c-334f-400e-898b-4814193d6b89", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "181a5e8c-6a2b-4de6-80cc-d6f8a80f73b0", "documentation": "See how many trees this user has planted.", "method": "get", "endpoint": "user/:userID/tree-progress", "responses": [ { "uuid": "d19ea9db-3d9d-4cc6-a63e-77043d244822", "body": "[\n {\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"number_of_tree\": {{faker 'number.int' max=99999}},\n \"progress_tree_next\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "See how many trees this user has planted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ad6ecd50-5920-4a47-b8ba-0064096a05a9", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3004eeb8-2086-4fe3-89e9-07a5bd1a12ef", "documentation": "Get a listing of all recurring SDD whitelist entries for a target monetary account.", "method": "get", "endpoint": "user/:userID/whitelist-sdd", "responses": [ { "uuid": "4d540314-ab47-4122-bd08-657dece5b887", "body": "[\n {\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Depreciated route, replaced with whitelist-sdd-recurring", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3c695ce1-ba53-45e3-b338-a9d3bc355f6c", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9e1f55a8-9998-4126-8dbe-fb6b2e729723", "documentation": "Create a new recurring SDD whitelist entry.", "method": "post", "endpoint": "user/:userID/whitelist-sdd", "responses": [ { "uuid": "339dfbaa-d557-4fe7-8890-fd29a520c8c2", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Depreciated route, replaced with whitelist-sdd-recurring", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9f698007-21e8-4dfd-801f-3c488db6d3df", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1f795a11-d3dd-4871-86e9-fc9e0136d353", "documentation": "Get a listing of all one off SDD whitelist entries for a target monetary account.", "method": "get", "endpoint": "user/:userID/whitelist-sdd-one-off", "responses": [ { "uuid": "c52feae9-71a8-43d9-a1b5-5e4e6bd902f6", "body": "[\n {\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9da0d957-22ae-424c-907f-afe09b70e6f5", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88639d2c-9d74-4993-92ec-ad11f8f6ba7f", "documentation": "Create a new one off SDD whitelist entry.", "method": "post", "endpoint": "user/:userID/whitelist-sdd-one-off", "responses": [ { "uuid": "e8dacf38-d65b-4544-8469-50b05424134b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "efb1c830-98c2-4096-bc4c-4eac38d494e2", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a43d713-6cf6-4013-903e-ad43b0baa392", "documentation": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "method": "delete", "endpoint": "user/:userID/whitelist-sdd-one-off/:itemId", "responses": [ { "uuid": "a266fb47-cee5-4adb-b12f-ce378050677b", "body": "{}", "latency": 0, "statusCode": 200, "label": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8ca3cbf5-9949-45d8-8c4b-0509dbf9a4f6", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6fdd720d-67b2-48ef-83e4-c7f900db2318", "documentation": "Get a specific one off SDD whitelist entry.", "method": "get", "endpoint": "user/:userID/whitelist-sdd-one-off/:itemId", "responses": [ { "uuid": "f811cacc-29fa-4035-9494-8e58d01adbca", "body": "{\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5483ec4f-ee06-47e9-8f93-9031488b2b44", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d0954c2-2613-44aa-b079-5aa98d49342b", "documentation": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "method": "put", "endpoint": "user/:userID/whitelist-sdd-one-off/:itemId", "responses": [ { "uuid": "a0571050-db73-4fd3-a343-f729534ed60e", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist an one off SDD so that when another one off SDD from the creditor comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b482539e-db3b-446b-bd47-aae3f589acca", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "13e49c7f-0230-42cd-a1d2-ec552440c15f", "documentation": "Get a listing of all recurring SDD whitelist entries for a target monetary account.", "method": "get", "endpoint": "user/:userID/whitelist-sdd-recurring", "responses": [ { "uuid": "c997c701-385b-4452-80e6-2fc01f118e74", "body": "[\n {\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fe437fb1-784b-438a-851d-289064279805", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b14d549f-5b9a-424d-8c1d-0842faf7b5ea", "documentation": "Create a new recurring SDD whitelist entry.", "method": "post", "endpoint": "user/:userID/whitelist-sdd-recurring", "responses": [ { "uuid": "d0282e4f-593b-434a-ac44-1e161977469b", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b14d1777-2d3a-4b25-9715-40a15e221330", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "255d081f-28f8-4700-ad07-26664b7c9539", "documentation": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "method": "delete", "endpoint": "user/:userID/whitelist-sdd-recurring/:itemId", "responses": [ { "uuid": "dd13719b-5df0-48c0-b0dc-6a5ffe817f8a", "body": "{}", "latency": 0, "statusCode": 200, "label": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6ad0cafb-38eb-421c-8c7b-3fed5f38f021", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c23d7558-ecd0-421e-98a2-8931b27ef7ef", "documentation": "Get a specific recurring SDD whitelist entry.", "method": "get", "endpoint": "user/:userID/whitelist-sdd-recurring/:itemId", "responses": [ { "uuid": "a72ed139-ef71-4149-b4e8-bfc34e992c6b", "body": "{\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bae7e057-9bfe-47f1-9b2d-483464b3fb57", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "099314cd-a637-4262-bb2e-7030e84378da", "documentation": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "method": "put", "endpoint": "user/:userID/whitelist-sdd-recurring/:itemId", "responses": [ { "uuid": "bf0b6f64-f66b-45d2-a8a9-001698f9eded", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Whitelist a recurring SDD so that when another recurrence comes in, it is automatically accepted.", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cd571a97-9c0b-4d14-9acf-7348bb0c88ec", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c7b3b88a-41c9-41f2-ba0c-4f5f7bb376f5", "documentation": "Depreciated route, replaced with whitelist-sdd-recurring", "method": "delete", "endpoint": "user/:userID/whitelist-sdd/:itemId", "responses": [ { "uuid": "58de704f-d213-4dd7-9964-cf04a81545ea", "body": "{}", "latency": 0, "statusCode": 200, "label": "Depreciated route, replaced with whitelist-sdd-recurring", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ff2ca455-9012-41b4-8737-244089cee779", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4e43183-c1ea-4e2e-8cef-c9f91e25c417", "documentation": "Get a specific recurring SDD whitelist entry.", "method": "get", "endpoint": "user/:userID/whitelist-sdd/:itemId", "responses": [ { "uuid": "300326b3-1f7f-481b-a985-a017dfa5a8be", "body": "{\n \"counterparty_alias\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"bunq_me\": {\n \"name\": \"\",\n \"service\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"iban\": \"\",\n \"is_light\": {{faker 'datatype.boolean'}},\n \"label_user\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"merchant_category_code\": \"\",\n \"swift_account_number\": \"\",\n \"swift_bic\": \"\",\n \"transferwise_account_number\": \"\",\n \"transferwise_bank_code\": \"\"\n },\n \"credit_scheme_identifier\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mandate_identifier\": \"\",\n \"maximum_amount_per_month\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"monetary_account_incoming_id\": {{faker 'number.int' max=99999}},\n \"monetary_account_paying_id\": {{faker 'number.int' max=99999}},\n \"status\": \"\",\n \"type\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'number.int' max=99999}},\n \"width\": {{faker 'number.int' max=99999}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Depreciated route, replaced with whitelist-sdd-recurring", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1d9e180c-dc5f-4e15-a9d9-6a8ab9139f09", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b3eb9912-1626-43ec-91dd-32ff9c14c222", "documentation": "Depreciated route, replaced with whitelist-sdd-recurring", "method": "put", "endpoint": "user/:userID/whitelist-sdd/:itemId", "responses": [ { "uuid": "395e5dce-0914-4c1a-b09d-5da2701825a9", "body": "{\n \"Id\": {\n \"id\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Depreciated route, replaced with whitelist-sdd-recurring", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "41367d11-3508-495e-9356-eb667100da3a", "body": "{\n \"Error\": [\n {\n \"error_description\": \"\",\n \"error_description_translated\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 400, "label": "This is how the error response looks like for 4XX response codes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "X-Bunq-Client-Request-Id", "value": "" }, { "key": "X-Bunq-Client-Response-Id", "value": "" }, { "key": "X-Bunq-Server-Signature", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "7fe8e2d0-f425-4899-ac4c-62a277986c84" }, { "type": "route", "uuid": "02376f72-f036-4995-9ba9-8bf8659db034" }, { "type": "route", "uuid": "174e5f90-abef-4c49-88d5-7b0ba2f2aeab" }, { "type": "route", "uuid": "1c2fe9db-dddf-48fe-bc52-a87f5c32a635" }, { "type": "route", "uuid": "47140b2c-4bef-4a8b-b52f-95e325b9a722" }, { "type": "route", "uuid": "36c5ef52-63f5-4091-b60c-9b711049f99c" }, { "type": "route", "uuid": "92803fe6-3a0c-4d73-8063-9a3db7050099" }, { "type": "route", "uuid": "ae0433b2-2dbf-4408-a292-05dbac7a54b3" }, { "type": "route", "uuid": "103939e0-1033-46f3-a115-eafc23853a58" }, { "type": "route", "uuid": "03afcfca-96ea-4714-bf81-f142609bfa88" }, { "type": "route", "uuid": "315ee744-74c1-42c1-a3bf-5143e689db63" }, { "type": "route", "uuid": "fe77160b-c7ba-4a28-babf-76759fcfeffb" }, { "type": "route", "uuid": "8f082045-71b8-4caf-a4f9-9e3763c73644" }, { "type": "route", "uuid": "c72cd7de-75c6-4cf7-a4ca-b2b75e901a3f" }, { "type": "route", "uuid": "5e6614ba-a294-47b5-8455-f504d078dbcd" }, { "type": "route", "uuid": "02321ccb-fad7-4372-8f13-c249af4ec595" }, { "type": "route", "uuid": "b91dfc3b-a653-46ce-8861-229054be6600" }, { "type": "route", "uuid": "74033671-f090-4038-9cb9-0129ab7e116c" }, { "type": "route", "uuid": "7ed148f4-d7c7-48bc-b916-8f5b96dbec25" }, { "type": "route", "uuid": "6fc30683-2c84-4e23-b4d0-3200153ee289" }, { "type": "route", "uuid": "55adf93d-4194-4b61-ba94-83b999652000" }, { "type": "route", "uuid": "e66b03b8-3bde-4ab4-b15d-ff0787f48fa9" }, { "type": "route", "uuid": "5e65832b-1a31-49e6-967c-ceae1d4a730d" }, { "type": "route", "uuid": "922dcb5e-0f89-4d37-9006-865c8f440f68" }, { "type": "route", "uuid": "0d470bcf-5b2d-41ce-87dd-3dec19613d66" }, { "type": "route", "uuid": "0544b5dc-92f5-4bdb-8a34-09c0cc9f2b6b" }, { "type": "route", "uuid": "17f03e6b-4c4a-4701-aeb8-76fab9c78f69" }, { "type": "route", "uuid": "1986a71b-cc53-4d8f-9ee5-0bbe312f1a46" }, { "type": "route", "uuid": "abc8bfdf-7f5b-4b75-b68e-db62d0999441" }, { "type": "route", "uuid": "78dfd31a-b694-4b78-87ea-519bbf2ddd96" }, { "type": "route", "uuid": "51b5c799-5dc0-4ab8-9494-f9bff32b9c44" }, { "type": "route", "uuid": "43d1cd04-3f71-45e3-a869-14304a51d599" }, { "type": "route", "uuid": "fd2aa847-049e-4fdc-87d6-7c9e84da18f7" }, { "type": "route", "uuid": "682f8127-5c37-4cf4-8249-722f876b14c3" }, { "type": "route", "uuid": "b8576f4f-bc46-4faf-8200-710c1496bb07" }, { "type": "route", "uuid": "ca9dcc09-b1f7-4754-a245-a33561250d40" }, { "type": "route", "uuid": "a577acf5-07d6-4b2f-ae51-4ab4352d035c" }, { "type": "route", "uuid": "980911e1-3beb-478e-b5d8-c27e79fef289" }, { "type": "route", "uuid": "18a71bfa-b726-4bb4-9a98-3e9df222b2df" }, { "type": "route", "uuid": "4c30c6d9-6bdf-4532-971e-dce7f1bcfbfa" }, { "type": "route", "uuid": "28fbf3c6-e587-48b1-be03-b8f4a53ebbee" }, { "type": "route", "uuid": "830f1854-6214-4c4a-be90-b2c73a331b6c" }, { "type": "route", "uuid": "27a58313-032d-4bea-a96c-bae1a0b3fe7c" }, { "type": "route", "uuid": "c02f6a8a-ee68-4e28-a59c-823ecdd3d2ca" }, { "type": "route", "uuid": "bad4bfd8-9e30-4bea-b014-2df750c8b474" }, { "type": "route", "uuid": "85726bf7-45ea-40a6-9b67-773f63b0e321" }, { "type": "route", "uuid": "12098f7c-2cd8-4fd8-a57c-3d9038c7c677" }, { "type": "route", "uuid": "9c7c246f-59c4-4c19-bc83-ec326abbb7a9" }, { "type": "route", "uuid": "db264cd7-da63-4223-ae5b-b2d2b5e8b66a" }, { "type": "route", "uuid": "7bdfde46-4a26-4e43-9242-1f6bb79a6850" }, { "type": "route", "uuid": "54e03979-8540-42fe-8f1a-6e4e5b2e6198" }, { "type": "route", "uuid": "052649fa-5ea7-422d-ad6d-7ba99eee3138" }, { "type": "route", "uuid": "f9a82822-f0c1-444e-bdb1-257a24a50034" }, { "type": "route", "uuid": "8855926d-d756-4d24-a26e-0ee0594d381d" }, { "type": "route", "uuid": "ba1c1af8-0c20-403f-b698-dc00785f5b40" }, { "type": "route", "uuid": "311f5eca-1fe5-4f7b-96e1-a51e826936ad" }, { "type": "route", "uuid": "0241336d-7bf6-4ba9-9c60-ff6401fa6dff" }, { "type": "route", "uuid": "40e442eb-cb35-4594-ac73-358773be8bb9" }, { "type": "route", "uuid": "ce3c60a6-0140-4b7f-8499-6e86fdace679" }, { "type": "route", "uuid": "b1cfca9d-83db-4cfd-9c68-72bc52082527" }, { "type": "route", "uuid": "cf676dcf-1503-4c9e-b8c7-a0cfaa7c8a1e" }, { "type": "route", "uuid": "4177d379-a744-47cb-9463-708b387f2f53" }, { "type": "route", "uuid": "2757b1e4-2584-483a-a3f7-d8117795ba2d" }, { "type": "route", "uuid": "c1ac93b0-4adb-440a-9ddb-8a04ca607928" }, { "type": "route", "uuid": "dcebca4b-2292-40bf-b1a2-3a1ef491f51d" }, { "type": "route", "uuid": "8ccb0e4a-9048-493c-ade5-b806decedfc4" }, { "type": "route", "uuid": "7d049557-006d-4573-92d7-e33837f740e6" }, { "type": "route", "uuid": "7871f99a-b4ce-467f-a6c5-68d68bc21844" }, { "type": "route", "uuid": "e5468512-bf53-4f4d-aa19-1a6b9452003e" }, { "type": "route", "uuid": "8b4b256c-b40f-41dd-9073-b4da4420109e" }, { "type": "route", "uuid": "6a8d3d2d-778f-47dd-9c4f-978e9f09659c" }, { "type": "route", "uuid": "11f706bc-0841-4ef2-8973-e56a8ab75f70" }, { "type": "route", "uuid": "fb28756b-2da1-49db-b451-495028ec76bb" }, { "type": "route", "uuid": "6a96fed3-4df5-449f-89bc-126e4a6fb3df" }, { "type": "route", "uuid": "c6fb3e2e-79e2-4d45-a7b0-d9d36972630b" }, { "type": "route", "uuid": "2625adc2-75d0-4503-9e74-8e54935e2f2f" }, { "type": "route", "uuid": "7f91e1a2-66f2-4c5a-9f66-d796506fd331" }, { "type": "route", "uuid": "6a7f98b3-be84-4b0c-8993-74df492803fb" }, { "type": "route", "uuid": "e10fe7c3-7b44-479a-bc88-2aaa9979fb6c" }, { "type": "route", "uuid": "1f74ef5d-d6f2-46b0-baf8-f7dddca58ca6" }, { "type": "route", "uuid": "f6888ac4-c8da-4848-b882-dd34f8d6db1b" }, { "type": "route", "uuid": "1767e889-5853-4f31-b913-3fe25c37e293" }, { "type": "route", "uuid": "b074bac3-4613-483b-bac3-7a39e18d514f" }, { "type": "route", "uuid": "c487b7c4-74e0-4f95-aa21-8dce982909c3" }, { "type": "route", "uuid": "c39395ee-afde-48b5-8973-6e18b2eb03e0" }, { "type": "route", "uuid": "c8840c8f-ee50-4f35-8e34-c883aaeb94bd" }, { "type": "route", "uuid": "2254d6f9-90cf-4a5c-901e-e3604bddfa6d" }, { "type": "route", "uuid": "66bef001-8b3b-440d-b83e-c751621f5053" }, { "type": "route", "uuid": "985381fe-f11f-43ea-813c-8f6b7d29ad36" }, { "type": "route", "uuid": "34d6b8d5-65ae-473b-9652-60a772d708a2" }, { "type": "route", "uuid": "33c1d63b-2b53-4b43-918d-6b193360abe8" }, { "type": "route", "uuid": "367cc828-0d53-4e33-b430-ac5f80759855" }, { "type": "route", "uuid": "f27f8fb2-018c-4fd6-8b92-1eeede360e36" }, { "type": "route", "uuid": "48dc03fd-7de9-4fc8-8833-58f148944c50" }, { "type": "route", "uuid": "9c7e0bca-ff22-45da-8f14-fa169be209a3" }, { "type": "route", "uuid": "2bd7aa3c-3315-4a24-8fca-a03ba1b25444" }, { "type": "route", "uuid": "a4ee2690-a6a1-44cc-b627-96991e183a12" }, { "type": "route", "uuid": "2a250cf2-e90b-4746-8f5b-346e6f366b8c" }, { "type": "route", "uuid": "4a341cc3-e715-406b-859c-46a7020ca6a8" }, { "type": "route", "uuid": "c38166f9-cf61-4e11-9a70-4c0941ea40f9" }, { "type": "route", "uuid": "88a79f5b-01eb-47f3-acb7-1296b0e84d6b" }, { "type": "route", "uuid": "29425efb-084c-4a54-9d7b-de4f840936bd" }, { "type": "route", "uuid": "4cc02cc4-a87e-47b5-a220-ffd66c03508b" }, { "type": "route", "uuid": "42ef3359-6ba6-418e-ad99-89702188e513" }, { "type": "route", "uuid": "193edaab-10ba-48b7-998b-584407183b53" }, { "type": "route", "uuid": "7f948b79-0f01-4f57-b9a8-501cd6d069b1" }, { "type": "route", "uuid": "dc320f26-5755-4a40-8dec-d4fefa94787b" }, { "type": "route", "uuid": "a7d1f341-6b48-4a0e-83a0-c47610e60b83" }, { "type": "route", "uuid": "413f1988-03c3-4628-87a8-385919eda904" }, { "type": "route", "uuid": "4d06dc8e-2b42-4ca5-9937-a0195befe358" }, { "type": "route", "uuid": "5fa53bf5-bb44-4a1d-bc84-7f16dea1460d" }, { "type": "route", "uuid": "1e155127-9ff0-4314-b9bd-809186cc8f0b" }, { "type": "route", "uuid": "cca9c6e4-4dc0-4962-a5de-d91dc9447374" }, { "type": "route", "uuid": "1ffd99b3-5dc4-40a8-9ff0-5a5677d75b2f" }, { "type": "route", "uuid": "98dce6fd-3f14-48a4-abbf-e42cb7e0174d" }, { "type": "route", "uuid": "97ceb471-0e50-4bf7-b1ed-982871f5e7a7" }, { "type": "route", "uuid": "0adc226f-ba9c-44ca-ac57-3b47a56830b4" }, { "type": "route", "uuid": "eb4b856c-c67a-4c62-8169-4b02b836b074" }, { "type": "route", "uuid": "e878e784-e678-4bd4-856c-ad8acd48db87" }, { "type": "route", "uuid": "d2b952d7-dc40-4411-82fc-a151fb21dd2d" }, { "type": "route", "uuid": "e6dc1c34-b32d-47f6-8210-0a2262a62fba" }, { "type": "route", "uuid": "3b65f33b-8314-4789-ba57-1404d8eb647c" }, { "type": "route", "uuid": "3ae4f12c-20cb-493d-8718-677076018d25" }, { "type": "route", "uuid": "cba26e7f-577c-4bb6-800b-21d21f05a851" }, { "type": "route", "uuid": "9b02b208-5ed6-4d61-b861-8e94546f5241" }, { "type": "route", "uuid": "8513b7d0-8216-459e-a84f-b2f8a4c3338d" }, { "type": "route", "uuid": "7e087ddc-0129-44a0-9f91-2bb012a2234f" }, { "type": "route", "uuid": "db7ab857-59c2-4fce-98ba-34fa51243a1d" }, { "type": "route", "uuid": "33afeeae-2a72-440f-b158-3d34d47c5bde" }, { "type": "route", "uuid": "3ba4cda7-8947-4e25-b7e5-1db21f0e48d1" }, { "type": "route", "uuid": "7e6b1cc3-22d6-4c7f-83c2-8a0b8e7349c6" }, { "type": "route", "uuid": "dbe27362-ce88-4e84-9b37-e10839084b74" }, { "type": "route", "uuid": "a7756631-871b-43a0-88cc-768d56c28d54" }, { "type": "route", "uuid": "f8bee702-b921-40b4-ab19-eb988255ad6a" }, { "type": "route", "uuid": "2c811203-c8b7-4a84-a4cd-fbf731be2749" }, { "type": "route", "uuid": "8e19b588-1c47-492b-9e3a-7a97b5a0f560" }, { "type": "route", "uuid": "8bc4ef61-defe-465c-b60f-a6f64fd1e757" }, { "type": "route", "uuid": "56ec3295-c3b3-48c7-9c30-abae5d5a5f66" }, { "type": "route", "uuid": "97f33d5d-189e-431a-af56-02d2060ca6dd" }, { "type": "route", "uuid": "f154e216-947b-4f6a-89c2-1e2603148f2c" }, { "type": "route", "uuid": "e7dd7561-54e2-4c15-b686-a8849f75d269" }, { "type": "route", "uuid": "70a2907f-3458-410b-8220-8f801367eeb9" }, { "type": "route", "uuid": "098fc493-e427-4782-9577-65af1b60eca1" }, { "type": "route", "uuid": "830cbf0e-278e-44d7-a67a-4a086548245e" }, { "type": "route", "uuid": "73d3a3c5-0d3d-49ed-bf78-537e4e8bd8a9" }, { "type": "route", "uuid": "0dc6c768-6025-4f8c-be1e-bd94e316d859" }, { "type": "route", "uuid": "25e4387e-adee-40a7-a195-72d82f233f31" }, { "type": "route", "uuid": "4b55f6c3-4e2f-4d2c-89b1-d4f6626d6d0d" }, { "type": "route", "uuid": "52fd7c11-27d2-448b-9250-614ae891f13b" }, { "type": "route", "uuid": "61bd3d17-4065-44d6-85ed-3e744e6cfcf7" }, { "type": "route", "uuid": "2ec885f9-a589-453b-a072-fed12e82208c" }, { "type": "route", "uuid": "4b2a33a1-7c01-4304-a37b-5e3f6d25cf54" }, { "type": "route", "uuid": "1cce0177-bff4-45b1-a743-facc3669825c" }, { "type": "route", "uuid": "e70d1471-9c8c-4bf4-8b3e-a9731d6bf289" }, { "type": "route", "uuid": "3f914f6d-d5fe-462a-8bc1-769af84b2813" }, { "type": "route", "uuid": "faa39189-2932-45b4-b9b8-6cc95a1e9849" }, { "type": "route", "uuid": "134686c2-7643-42f7-909d-9a2403bebd3e" }, { "type": "route", "uuid": "da754b2f-c7b4-451d-a59d-b1d55e3ec688" }, { "type": "route", "uuid": "dc0ab508-b943-4b24-a051-512cf5b65d2e" }, { "type": "route", "uuid": "25c13aa8-60cf-417e-8c51-39753bcb9fa2" }, { "type": "route", "uuid": "18775e54-173d-48cb-9ad8-ff8db2ce723f" }, { "type": "route", "uuid": "aee50a30-6057-4555-a67b-8960444561e2" }, { "type": "route", "uuid": "06984818-abcb-4079-8a36-45a3eba91a1d" }, { "type": "route", "uuid": "64f2eafb-c3ad-4ae9-b7a4-47043563b2c0" }, { "type": "route", "uuid": "25886989-9ab5-412e-a8d3-0e5fa98385ca" }, { "type": "route", "uuid": "b3511106-d214-4a89-a415-5f0b91f7033e" }, { "type": "route", "uuid": "d74faa5f-8265-40d5-b3d1-9737f0faea53" }, { "type": "route", "uuid": "1c62b201-7e86-4ae6-a370-05c0e608abdf" }, { "type": "route", "uuid": "7b9d6910-d711-4d61-9c9d-5213efe41668" }, { "type": "route", "uuid": "4deab38c-b33f-4ccc-9285-2fc1f5804734" }, { "type": "route", "uuid": "2b46efeb-ffc1-423a-86ad-dee27c206b1a" }, { "type": "route", "uuid": "93b3adcd-2628-4ef8-b39c-b9f0c0e48f59" }, { "type": "route", "uuid": "7a8ceb98-65b3-4e08-91e6-a949530e7818" }, { "type": "route", "uuid": "0b7d0d76-bdf2-4cfb-8eab-1f9243df3ecc" }, { "type": "route", "uuid": "f3ecf1ce-b70d-4c12-9cda-39482577b492" }, { "type": "route", "uuid": "f506bc3d-e24f-47ea-ae02-7922aa3e89ce" }, { "type": "route", "uuid": "945ade6a-c1ae-44be-b407-db1dab794da2" }, { "type": "route", "uuid": "5d5de4e3-8b3c-433f-ba54-226d64142824" }, { "type": "route", "uuid": "1ef23eb6-3697-4578-85e8-0c5ac331c450" }, { "type": "route", "uuid": "a8787969-3fa4-4485-bab3-abd5f6e0d62c" }, { "type": "route", "uuid": "15c82817-face-440b-9382-7e73d82fece6" }, { "type": "route", "uuid": "4908273d-dd82-47c2-936f-a49b5452b55d" }, { "type": "route", "uuid": "746d27f1-24d0-4ac7-b39a-fe58d3199039" }, { "type": "route", "uuid": "e79667a9-64a7-46b6-ab3d-f7d60f713227" }, { "type": "route", "uuid": "65ab9151-832c-419b-82e5-f33e1a6b413c" }, { "type": "route", "uuid": "433240b8-9b95-432b-856e-c6d781046e6a" }, { "type": "route", "uuid": "5a6e751e-3061-40b4-87c1-f16e489688c4" }, { "type": "route", "uuid": "54f31513-9355-4581-b549-5887208619c2" }, { "type": "route", "uuid": "974a3f3f-8474-428c-9bab-41f327ebec09" }, { "type": "route", "uuid": "c53cc953-b894-46a4-b95d-0718935522cf" }, { "type": "route", "uuid": "eef69bd8-ccd9-4c38-bf32-3f47a7f3d0ce" }, { "type": "route", "uuid": "6d954731-0d4f-4f1b-9c63-78ab8d7b8270" }, { "type": "route", "uuid": "88a46703-785c-45f5-b055-c8003dae3530" }, { "type": "route", "uuid": "a2743dd8-44ad-45b3-9d41-972c62cac901" }, { "type": "route", "uuid": "6657c69b-4cba-4ff5-a7ac-391346067777" }, { "type": "route", "uuid": "7dd9c5d6-2f94-4158-ac1f-553c68d11f97" }, { "type": "route", "uuid": "7a728c02-eaf8-4540-a999-63f684b1f4e9" }, { "type": "route", "uuid": "0a7c68d0-1d14-4fb0-9e39-61ff3c1aea83" }, { "type": "route", "uuid": "9867d153-9d93-4044-8143-450431e997f0" }, { "type": "route", "uuid": "b5cf9e1b-8436-4d1f-9252-b7a9a4079883" }, { "type": "route", "uuid": "918c1385-b1f2-41ae-a8b3-59fb0ef54641" }, { "type": "route", "uuid": "fc76bc9c-9b56-4503-8b0a-b87c1d6a2306" }, { "type": "route", "uuid": "c0adb452-f89a-4019-a16c-c4c7fbc0fd3a" }, { "type": "route", "uuid": "3cf9f5d7-154c-483e-bf6c-a5abd5afa46b" }, { "type": "route", "uuid": "50307e9f-af0b-4fb7-bb55-fdb7defc7cc2" }, { "type": "route", "uuid": "a15c8c42-f1f4-4432-aabd-12815135d37b" }, { "type": "route", "uuid": "447937bd-0e78-4b4e-a2cb-bb6553795029" }, { "type": "route", "uuid": "c10e09e5-0068-446b-bfd2-3ac0630b2d5d" }, { "type": "route", "uuid": "73572ca7-b207-4798-a6e3-b3910b07de79" }, { "type": "route", "uuid": "6910cbae-ea6b-4930-b574-3f9fd825702d" }, { "type": "route", "uuid": "21504fe3-dff5-4f3d-9200-3a355a8e250c" }, { "type": "route", "uuid": "20e64b5f-e206-4947-806b-90e2aff507d6" }, { "type": "route", "uuid": "8079f501-38d5-4cfb-b71d-b36c249d84c8" }, { "type": "route", "uuid": "0ac81db9-f663-4d7e-b857-aab48854cd12" }, { "type": "route", "uuid": "153d4d71-55bc-4f11-bc5f-efd5da71acb4" }, { "type": "route", "uuid": "8b8860e1-e9eb-462e-939e-9e820bb2cb8c" }, { "type": "route", "uuid": "caa47b91-4f80-4c1a-baa4-a961ad0afa47" }, { "type": "route", "uuid": "93b6e9bb-4ab4-4333-8a74-84e651ddc6b6" }, { "type": "route", "uuid": "290af4b1-1295-40f6-8789-1b54764ce33b" }, { "type": "route", "uuid": "043e11f3-5709-4a04-ba9b-368afedd91ac" }, { "type": "route", "uuid": "a44fbe7e-ee82-4b9b-bb66-ed01c7625058" }, { "type": "route", "uuid": "e7ea6d12-0150-4479-8d6e-fb3c9394f052" }, { "type": "route", "uuid": "bfa8a5bd-0db1-4294-93e5-bf86086a5fd2" }, { "type": "route", "uuid": "921c25b7-5420-4dd7-b088-5197cdbe9531" }, { "type": "route", "uuid": "57ec8798-fb70-42bc-90d1-00e65113ee59" }, { "type": "route", "uuid": "f39b0162-0b6f-407a-aa76-13a17c7e6495" }, { "type": "route", "uuid": "1f0b0437-2452-4747-af4d-3094d74266e5" }, { "type": "route", "uuid": "e3bf5f2e-b68d-47ba-9979-598597c8f81e" }, { "type": "route", "uuid": "53323d62-ac9b-4c26-b3b5-a0885af9f4d6" }, { "type": "route", "uuid": "659e323a-b989-4af6-a824-7888242221a3" }, { "type": "route", "uuid": "d1cde742-5a96-436c-bfe2-ca1ffc6b1af9" }, { "type": "route", "uuid": "2b53bec4-74ba-4799-8de6-5b141ffa70f0" }, { "type": "route", "uuid": "93029d53-8edd-4102-966b-f3208539b1ea" }, { "type": "route", "uuid": "6e34ee9c-64db-45c0-8bb4-adc1f7026186" }, { "type": "route", "uuid": "401ac3fa-2b11-4cf1-806a-2e00e28ef27c" }, { "type": "route", "uuid": "3a285473-f174-49e8-a7e3-6fd7b10e609b" }, { "type": "route", "uuid": "f04b89e7-5225-4fe5-a1f2-58dc4fc5eb68" }, { "type": "route", "uuid": "203dc4e2-2b4a-4d87-8fd1-447c27de9409" }, { "type": "route", "uuid": "d0c10a39-23cc-42cb-bdb1-85f4e3b44c73" }, { "type": "route", "uuid": "ee6fdfae-cf62-48af-bb7a-c2eea4e6a079" }, { "type": "route", "uuid": "c273b954-c050-4544-8cf5-e8d608c7c9fb" }, { "type": "route", "uuid": "302d10be-53bf-43b6-a05f-2768eb285302" }, { "type": "route", "uuid": "53013f76-5dd2-45c8-b50d-6456b8d1eb73" }, { "type": "route", "uuid": "eaae7440-27b3-45cb-a02c-950abb62e6f6" }, { "type": "route", "uuid": "7eb623cc-83ab-4f3d-a521-cee770a314f8" }, { "type": "route", "uuid": "0afec81e-bf5d-46e8-9ef9-253bafcc79da" }, { "type": "route", "uuid": "51480c3a-4f41-403f-9198-0cdab27d22b6" }, { "type": "route", "uuid": "d695c005-b30f-4f5f-be49-a6ea739cc99b" }, { "type": "route", "uuid": "9c3c3859-3ed6-4972-b1f9-a98a17d482be" }, { "type": "route", "uuid": "9a6b4e59-3206-4099-b050-2e6d965430f4" }, { "type": "route", "uuid": "ee020a28-eb5d-4d16-bcd2-e638cc8d1933" }, { "type": "route", "uuid": "0540a95e-4a4a-44ab-8811-0b0a17ca65c3" }, { "type": "route", "uuid": "79eed8d3-cc7e-4438-9525-5f185d354761" }, { "type": "route", "uuid": "bdb0f10b-291b-4260-a433-fa94d40c71d6" }, { "type": "route", "uuid": "97ba1137-8a7f-4ed2-8a43-e9e4532418b9" }, { "type": "route", "uuid": "b5a2d9db-7d6c-4af3-8748-fcc9d4e87d26" }, { "type": "route", "uuid": "8bb1716e-c20e-4cdd-86bd-56f4171a9d0d" }, { "type": "route", "uuid": "65c9d103-af96-4db2-bb1e-844de5497a5a" }, { "type": "route", "uuid": "6d56e7a6-98fa-4ff6-8e06-9b5e462f49ae" }, { "type": "route", "uuid": "7675ef9f-cf47-435e-a512-a0c6e2ea99df" }, { "type": "route", "uuid": "bce681b5-6955-4720-a721-595e6818b936" }, { "type": "route", "uuid": "e796b9d1-d6ea-4d11-b81a-2622113b2071" }, { "type": "route", "uuid": "db54e9f7-105f-4ec9-9066-ae6ec659d0d9" }, { "type": "route", "uuid": "0a1a22a0-4e0f-44cf-9fa5-75f048a5b1e5" }, { "type": "route", "uuid": "5bb404d6-4890-48fd-8cc7-e8da0198bd3f" }, { "type": "route", "uuid": "db8bd75d-3f1d-4803-a7d4-fa6e3404334a" }, { "type": "route", "uuid": "3d33426f-57b7-4151-9ca6-84456ece7df7" }, { "type": "route", "uuid": "54446468-33cc-4849-9392-05abe83e199f" }, { "type": "route", "uuid": "fe77f1e5-3315-4e8a-a335-cd7a2f7ca45a" }, { "type": "route", "uuid": "ceb8f42f-f8ab-40f5-9cbb-8aeada3d933f" }, { "type": "route", "uuid": "79384628-132a-47e4-b48f-55439043ea82" }, { "type": "route", "uuid": "501ac5a6-4a5b-480e-b6af-8ad11b75d307" }, { "type": "route", "uuid": "e3dd081e-bff0-4574-aa4b-dbaafa3e397c" }, { "type": "route", "uuid": "dea685bf-c096-4cb6-964e-3aae302b8702" }, { "type": "route", "uuid": "90b1e16d-739b-48ec-9991-d00bb46fd149" }, { "type": "route", "uuid": "6514a79c-18ad-41ae-b427-e6782af14432" }, { "type": "route", "uuid": "3e8c1066-c3c9-4ee6-aeb5-d4712dd43404" }, { "type": "route", "uuid": "dda9dd50-336d-4532-b060-849d5edbc12a" }, { "type": "route", "uuid": "00d1f487-4f3e-443a-9010-9779b03b4ba8" }, { "type": "route", "uuid": "98aa4914-14b6-4521-8bd5-12a630d02b1a" }, { "type": "route", "uuid": "fbac92ca-5c21-4b13-930a-c86c04502d34" }, { "type": "route", "uuid": "4300b003-6ee7-4d6d-a69f-5994f85547f5" }, { "type": "route", "uuid": "a4a72945-6f35-4ab1-be78-fbada009b296" }, { "type": "route", "uuid": "85a6c061-7248-4eb7-bda9-dda56533f63a" }, { "type": "route", "uuid": "2f3bbdee-e2f8-4d0a-b1d3-3685d97c0239" }, { "type": "route", "uuid": "a1ab26b3-1740-45c5-90e3-ca090f175d05" }, { "type": "route", "uuid": "ab87a4ca-5d3a-404b-8489-fe381c630e5d" }, { "type": "route", "uuid": "74046b57-9f2b-48c3-84e2-800d3c5747c8" }, { "type": "route", "uuid": "68e0906f-e97b-4221-a655-98656c1cda33" }, { "type": "route", "uuid": "b3ec36e2-3349-4d2c-8c55-fa59ba0be000" }, { "type": "route", "uuid": "6d5ef84a-3802-4983-9d5a-bdce06a29d3d" }, { "type": "route", "uuid": "bbba354d-b86f-4f93-85cf-02c88e9d01c5" }, { "type": "route", "uuid": "fae3c812-e2b4-48a3-95d2-810542dc7c25" }, { "type": "route", "uuid": "3ab93d0e-b571-4686-b082-3817c848e118" }, { "type": "route", "uuid": "98e49659-d1e5-49fd-9b1a-f5bcf24a299d" }, { "type": "route", "uuid": "ac1235c8-45f6-4f0b-a39c-2c61ff9fa4a6" }, { "type": "route", "uuid": "31da5340-a93d-45cd-a31f-90aaa8471f98" }, { "type": "route", "uuid": "ccc11961-4a46-49bb-9bef-49a54bcbdbde" }, { "type": "route", "uuid": "a5727c7b-57e5-44f1-a5b0-b6e7538036b7" }, { "type": "route", "uuid": "8d43dd89-98da-4c4a-902c-fced2a671482" }, { "type": "route", "uuid": "2a11f231-bed3-44d1-b459-69bc74b54c43" }, { "type": "route", "uuid": "35448690-d573-4e21-b4c2-cef1436819e7" }, { "type": "route", "uuid": "6e00dc49-4968-4d63-8bcc-9f92593b97f8" }, { "type": "route", "uuid": "46ea36e6-a541-4e19-b1b4-a7150ad076d0" }, { "type": "route", "uuid": "f1e7ba2a-813f-419c-8878-bf21135e4110" }, { "type": "route", "uuid": "64496157-3924-4c7f-9398-e74964005e44" }, { "type": "route", "uuid": "19e0d121-f4f5-4b91-aa9c-b34b7d53256f" }, { "type": "route", "uuid": "9242867c-d075-42ad-ad1f-58310db2a4ad" }, { "type": "route", "uuid": "afaabc86-e555-4dec-8f7d-a9e8f93f48b2" }, { "type": "route", "uuid": "99472d43-47e3-48ef-8447-37651f04a74d" }, { "type": "route", "uuid": "54a031a2-5b44-4908-81a1-b7aa61baa08a" }, { "type": "route", "uuid": "c3476d4c-06a8-4d79-879b-5bf7c7fe7032" }, { "type": "route", "uuid": "9c13bd93-eee2-4155-b398-8b4e8bd10046" }, { "type": "route", "uuid": "8c052d46-70b0-4a49-9f27-a05997865f7a" }, { "type": "route", "uuid": "29effbaa-2b29-4401-b0b5-e77fdf707de7" }, { "type": "route", "uuid": "e3f29fc9-50b8-462a-949b-52e1c77ca0b0" }, { "type": "route", "uuid": "55d38757-3dcd-4764-a956-d1ff48065cb8" }, { "type": "route", "uuid": "df5d99bb-16e9-477a-9f1d-e7f6577606cd" }, { "type": "route", "uuid": "3162bfa7-4b3b-4e28-a1d1-cacedf5e3b34" }, { "type": "route", "uuid": "bdfbd13e-16c3-4453-8a68-2ae7f592e195" }, { "type": "route", "uuid": "558b78ba-7b1b-45d3-90ed-0cf6325fa3e7" }, { "type": "route", "uuid": "038f1f12-d1b3-4b68-9cdf-521a8b284234" }, { "type": "route", "uuid": "3f7521a5-72e8-4d11-9a62-01f3c18b9dfb" }, { "type": "route", "uuid": "123b7663-8ca5-4d9e-87ca-60359234aefa" }, { "type": "route", "uuid": "fa1831b5-9198-4b97-b99c-0c0ffb34b851" }, { "type": "route", "uuid": "a63ed2b9-6857-4eff-9e32-46dc1a5a46e8" }, { "type": "route", "uuid": "8d4731e4-775a-474f-90cb-9857ae374132" }, { "type": "route", "uuid": "0f0ba9e5-d049-4c57-92bb-3f7c56f40250" }, { "type": "route", "uuid": "ab480ba8-249a-4eba-8829-1b10b21ce37f" }, { "type": "route", "uuid": "7d3de02b-a0eb-434c-9fed-9fee15776c29" }, { "type": "route", "uuid": "a0ac79f6-997e-423d-a9cf-1e3cd64ac047" }, { "type": "route", "uuid": "168b021e-a3d6-48a1-9e71-78b516cd5e93" }, { "type": "route", "uuid": "92681d7d-27b4-4ccd-8a7b-e938290c79e4" }, { "type": "route", "uuid": "5785891d-0a47-47b3-b364-4c826b1856ff" }, { "type": "route", "uuid": "0c703cba-f4f6-41ea-bda6-142acbb0ad42" }, { "type": "route", "uuid": "1cf5738f-6e50-48b6-a9fa-ddb8b49fdf19" }, { "type": "route", "uuid": "a4be0c72-c90e-4bdf-a47d-03f836e7d85a" }, { "type": "route", "uuid": "252857e3-3d46-40eb-9915-f40f300b1cfa" }, { "type": "route", "uuid": "83462874-6dae-45e3-bc9d-73d5f6119aa4" }, { "type": "route", "uuid": "4a538745-fab7-4ef9-830c-515f832d3d1e" }, { "type": "route", "uuid": "312854cb-fc2f-4a68-95c5-cd73ba8c0008" }, { "type": "route", "uuid": "65a7655b-4c1b-4c31-b1b8-ae01d3f522b0" }, { "type": "route", "uuid": "b5efe190-358f-4ff5-a863-7dce46e8622d" }, { "type": "route", "uuid": "92b3c173-2d6f-4b83-a8c4-571567891a9f" }, { "type": "route", "uuid": "41ff6c19-d7ad-4f7c-af10-c471c54e574d" }, { "type": "route", "uuid": "7d5db19a-4a78-4aa4-a241-08feaa0b671f" }, { "type": "route", "uuid": "8fc9361b-cedd-4840-b925-b4166730289d" }, { "type": "route", "uuid": "318c2b41-d52c-4360-b35c-2b0a469a66ce" }, { "type": "route", "uuid": "896c0047-6803-43b5-9938-2511cad001ad" }, { "type": "route", "uuid": "f75c8b83-ede8-4477-bbcd-b0e01c1921ae" }, { "type": "route", "uuid": "7be97edb-7eb9-45f4-8cbf-e57291e0b2a6" }, { "type": "route", "uuid": "e5ced83e-8c8f-497d-a30c-8414a0fe277f" }, { "type": "route", "uuid": "42e71ce7-f8c5-4962-8063-024e1fbaa59b" }, { "type": "route", "uuid": "ff8ce46a-ede5-4f21-84e0-a1ffb759ae42" }, { "type": "route", "uuid": "daa84d14-a7dc-4f71-94f4-106f33b1efec" }, { "type": "route", "uuid": "b5334f2c-28ec-470c-8a0a-ec8851f64e35" }, { "type": "route", "uuid": "89021d47-392f-41bb-9346-b5fc2b73549f" }, { "type": "route", "uuid": "fbc80fa9-7931-4652-ade8-67b4b781d7ba" }, { "type": "route", "uuid": "13042c3a-0489-4336-b841-2ab81930e7e7" }, { "type": "route", "uuid": "bed5f0b4-5db1-4678-8f5d-1b70783b3bce" }, { "type": "route", "uuid": "3aab66f2-0ddb-42d6-bbc4-ec2ab53a4020" }, { "type": "route", "uuid": "be0842f8-d104-4b21-886b-890d7e622e4e" }, { "type": "route", "uuid": "b994a62c-ca49-4544-804f-6a9e52db5474" }, { "type": "route", "uuid": "fa4b2967-1c87-45fc-9d08-4d913f26e073" }, { "type": "route", "uuid": "a2295668-c53e-43f0-8bb4-1438e07af056" }, { "type": "route", "uuid": "1f874038-c820-49a6-bcb3-3397bc1866fd" }, { "type": "route", "uuid": "464d8a56-f08f-45c0-b588-510340391e98" }, { "type": "route", "uuid": "a461a819-3317-4f40-a3d7-b34592b4d49a" }, { "type": "route", "uuid": "79ce874f-5706-44b3-98e1-6b921e8bed65" }, { "type": "route", "uuid": "8da62977-d265-4cf3-8cd1-b1e61263640f" }, { "type": "route", "uuid": "6be19331-c687-4fc3-8039-5bf2548985e2" }, { "type": "route", "uuid": "a07bb6f2-feec-4d25-bb5b-1d32084d7cc7" }, { "type": "route", "uuid": "dff0827f-87b5-48e5-870d-d171ff4a8b48" }, { "type": "route", "uuid": "fe019780-23c4-4f9c-96c7-db313737bf9c" }, { "type": "route", "uuid": "b4b1337b-fb6f-4232-935c-967abc268978" }, { "type": "route", "uuid": "83d820c9-449c-427b-adfd-2ac3ebb94376" }, { "type": "route", "uuid": "b9c12668-56b9-4b8b-a080-7e232b351d28" }, { "type": "route", "uuid": "0ebd3fdb-8346-406d-ad8a-2332091d65cc" }, { "type": "route", "uuid": "46085e01-0c54-49c6-8d11-2cae2bcec019" }, { "type": "route", "uuid": "15214e48-225e-469e-9d88-d5e6cdc7fe58" }, { "type": "route", "uuid": "00fa0a3a-afdb-4cc9-8ecf-d0c842a9c322" }, { "type": "route", "uuid": "6354492a-018a-4890-b9ea-5dab6f01dd46" }, { "type": "route", "uuid": "cdf8db94-badf-4168-91f3-e08d2345c3d7" }, { "type": "route", "uuid": "2e330c70-c218-4eeb-b78c-264566252e82" }, { "type": "route", "uuid": "17ca1265-fa9c-42b8-9714-69687ef88241" }, { "type": "route", "uuid": "7a3318cb-ff07-4471-b4b1-2b789c394797" }, { "type": "route", "uuid": "4a81cdb8-b06e-4c9f-95fe-74a90caa11c0" }, { "type": "route", "uuid": "6c8c623b-46a4-4764-9954-df6c12df8230" }, { "type": "route", "uuid": "bafb6471-c93c-435f-b3e1-b06db28a3437" }, { "type": "route", "uuid": "f8941022-0cc5-4e69-94d3-afe12508d2c0" }, { "type": "route", "uuid": "e20badf6-8edb-4c07-9c76-835d763e2ced" }, { "type": "route", "uuid": "4df704f7-76e0-4f1e-b655-8586f53b7e12" }, { "type": "route", "uuid": "5c26fa41-a7cc-4812-a4ab-54a9be8c9e24" }, { "type": "route", "uuid": "446e14ef-7dca-4cd6-a33b-85e0d51b3530" }, { "type": "route", "uuid": "2210b597-8d3d-468c-9acc-db96f3cc3216" }, { "type": "route", "uuid": "e5564a0e-0607-4fe2-b79d-a8907795a527" }, { "type": "route", "uuid": "f3c320db-68bb-4979-977f-7202b6f632cb" }, { "type": "route", "uuid": "d49660d1-ff5d-4c22-84c3-dfa5ad3f529d" }, { "type": "route", "uuid": "a8ece917-7553-4d8d-8221-4ba9798d0574" }, { "type": "route", "uuid": "6a386333-f081-4d64-82b0-0a85d498ab22" }, { "type": "route", "uuid": "49311914-87a2-4bbb-937d-ee0d97a79962" }, { "type": "route", "uuid": "57399a09-bea1-4145-a03a-b1304e8db594" }, { "type": "route", "uuid": "00c98fc8-917d-4b0b-9527-065b5ea91af9" }, { "type": "route", "uuid": "70715d23-dd9b-4b98-94e9-f9b95b6ebb44" }, { "type": "route", "uuid": "dbbfc40a-b314-40ff-87b4-33a9c0264ceb" }, { "type": "route", "uuid": "7502c3f4-036d-4854-ac51-aaa7cd539e14" }, { "type": "route", "uuid": "d8989ef3-7f2b-4508-81ac-df3b17c65eeb" }, { "type": "route", "uuid": "5da5d4e2-9e2e-4ec7-a71d-6e84756c66a0" }, { "type": "route", "uuid": "8c23d3df-d53f-4a90-b5d6-12738ae03e8a" }, { "type": "route", "uuid": "54f31ada-7a57-408f-89f6-387adc0f2aec" }, { "type": "route", "uuid": "42c01eb8-2f8a-4c45-81c8-c7b2a8adab9f" }, { "type": "route", "uuid": "1a3c8f05-650e-4b54-8cfe-d4e1dcd9ec43" }, { "type": "route", "uuid": "cd0e9710-31cb-4a6e-b17f-da5817d7aac6" }, { "type": "route", "uuid": "a3186c8a-bb20-40b7-b914-eb7cd92eafaa" }, { "type": "route", "uuid": "abaa5b0b-522a-4c49-9073-2b3bf225308c" }, { "type": "route", "uuid": "56fde442-2ad6-4f00-aa62-4d2d8b0c6db7" }, { "type": "route", "uuid": "82a3fbdc-024a-4ceb-acaf-3834b7a323a3" }, { "type": "route", "uuid": "19043463-184e-44dc-8727-e34edb5097b4" }, { "type": "route", "uuid": "4a0faeb9-bcce-4bec-95c7-1e43041c6ab2" }, { "type": "route", "uuid": "97a0e507-c0bf-4ef2-a0a7-c5037a9beff5" }, { "type": "route", "uuid": "3ea8871d-26b6-46cc-b261-3894bf6b03a3" }, { "type": "route", "uuid": "c697754b-e294-4050-a742-e340918eb23f" }, { "type": "route", "uuid": "181a5e8c-6a2b-4de6-80cc-d6f8a80f73b0" }, { "type": "route", "uuid": "3004eeb8-2086-4fe3-89e9-07a5bd1a12ef" }, { "type": "route", "uuid": "9e1f55a8-9998-4126-8dbe-fb6b2e729723" }, { "type": "route", "uuid": "1f795a11-d3dd-4871-86e9-fc9e0136d353" }, { "type": "route", "uuid": "88639d2c-9d74-4993-92ec-ad11f8f6ba7f" }, { "type": "route", "uuid": "3a43d713-6cf6-4013-903e-ad43b0baa392" }, { "type": "route", "uuid": "6fdd720d-67b2-48ef-83e4-c7f900db2318" }, { "type": "route", "uuid": "5d0954c2-2613-44aa-b079-5aa98d49342b" }, { "type": "route", "uuid": "13e49c7f-0230-42cd-a1d2-ec552440c15f" }, { "type": "route", "uuid": "b14d549f-5b9a-424d-8c1d-0842faf7b5ea" }, { "type": "route", "uuid": "255d081f-28f8-4700-ad07-26664b7c9539" }, { "type": "route", "uuid": "c23d7558-ecd0-421e-98a2-8931b27ef7ef" }, { "type": "route", "uuid": "099314cd-a637-4262-bb2e-7030e84378da" }, { "type": "route", "uuid": "c7b3b88a-41c9-41f2-ba0c-4f5f7bb376f5" }, { "type": "route", "uuid": "b4e43183-c1ea-4e2e-8cef-c9f91e25c417" }, { "type": "route", "uuid": "b3eb9912-1626-43ec-91dd-32ff9c14c222" } ] }