{
"uuid": "141cf9db-6252-416e-aaa3-2d07bec70564",
"lastMigration": 24,
"name": "bunq API",
"endpointPrefix": "v1",
"latency": 0,
"port": 3000,
"hostname": "0.0.0.0",
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\n },\n \"ServerPublicKey\": {\n \"server_public_key\": \"\"\n },\n \"Token\": {\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\n },\n \"Token\": {\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"billing_contract\": [\n {\n \"contract_date_end\": \"\",\n \"contract_date_start\": \"\",\n \"contract_version\": {{faker 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"certificate_distinguished_name\": \"\",\n \"created\": \"\",\n \"display_name\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"language\": \"\",\n \"public_nick_name\": \"\",\n \"public_uuid\": \"\",\n \"region\": \"\",\n \"session_timeout\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"document_country_of_issuance\": \"\",\n \"document_front_attachment_id\": {{faker 'datatype.number'}},\n \"document_number\": \"\",\n \"document_type\": \"\",\n \"first_name\": \"\",\n \"gender\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"owner_user_id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"owner_user_id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"expiry_date\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_monetary_account_current\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"name_on_card\": \"\",\n \"order_status\": \"\",\n \"pin_code_assignment\": [\n {\n \"monetary_account_id\": {{faker 'datatype.number'}},\n \"pin_code\": \"\",\n \"type\": \"\"\n }\n ],\n \"primary_account_numbers\": [\n {\n \"description\": \"\",\n \"four_digit\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}},\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"expiry_date\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_monetary_account_current\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"name_on_card\": \"\",\n \"order_status\": \"\",\n \"pin_code_assignment\": [\n {\n \"monetary_account_id\": {{faker 'datatype.number'}},\n \"pin_code\": \"\",\n \"type\": \"\"\n }\n ],\n \"primary_account_numbers\": [\n {\n \"description\": \"\",\n \"four_digit\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}},\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"share_invite_bank_response_id\": {{faker 'datatype.number'}},\n \"status\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"share_invite_bank_response_id\": {{faker 'datatype.number'}},\n \"status\": \"\",\n \"user_alias_created\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"updated\": \"\",\n \"year\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"country\": \"\",\n \"display_name\": \"\",\n \"public_nick_name\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"updated\": \"\",\n \"year\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"limit_card_debit_mastercard\": {{faker 'datatype.number'}},\n \"limit_card_debit_wildcard\": {{faker 'datatype.number'}},\n \"limit_card_replacement\": {{faker 'datatype.number'}},\n \"limit_card_wildcard\": {{faker 'datatype.number'}},\n \"limit_monetary_account\": {{faker 'datatype.number'}},\n \"limit_monetary_account_remaining\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\n }\n ],\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"location\": {\n \"altitude\": {{faker 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"location\": {\n \"altitude\": {{faker 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"avatar_uuid\": \"\",\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"location\": {\n \"altitude\": {{faker 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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 'datatype.number'}}\n }\n ],\n \"tab_item\": [\n {\n \"amount\": {\n \"currency\": \"\",\n \"value\": \"\"\n },\n \"avatar_attachment\": {},\n \"description\": \"\",\n \"ean_code\": \"\",\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"quantity\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"quantity\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\n }\n ],\n \"style\": \"\",\n \"uuid\": \"\"\n },\n \"created\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"location\": {\n \"altitude\": {{faker 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"regional_format\": \"\",\n \"statement_format\": \"\",\n \"statement_number\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"regional_format\": \"\",\n \"statement_format\": \"\",\n \"statement_number\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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 'datatype.number'}},\n \"invoice_date\": \"\",\n \"invoice_number\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}}\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 'datatype.number'}},\n \"invoice_date\": \"\",\n \"invoice_number\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"type\": \"\"\n }\n ],\n \"reservation_expiry_time\": \"\",\n \"secure_code_id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\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 'datatype.number'}},\n \"type\": \"\"\n }\n ],\n \"reservation_expiry_time\": \"\",\n \"secure_code_id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"id\": {{faker 'datatype.number'}},\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"geolocation\": {\n \"altitude\": {{faker 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\n },\n \"id\": {{faker 'datatype.number'}},\n \"mandate_identifier\": \"\",\n \"minimum_age\": {{faker 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}},\n \"redirect_url\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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 'datatype.number'}},\n \"geolocation\": {\n \"altitude\": {{faker 'datatype.number'}},\n \"latitude\": {{faker 'datatype.number'}},\n \"longitude\": {{faker 'datatype.number'}},\n \"radius\": {{faker 'datatype.number'}}\n },\n \"id\": {{faker 'datatype.number'}},\n \"mandate_identifier\": \"\",\n \"minimum_age\": {{faker 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}},\n \"redirect_url\": \"\",\n \"request_reference_split_the_bill\": [\n {\n \"id\": {{faker 'datatype.number'}},\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 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}},\n \"monetary_account_id\": {{faker 'datatype.number'}}\n }\n ],\n \"created\": \"\",\n \"description\": \"\",\n \"id\": {{faker 'datatype.number'}},\n \"label_user_creator\": {\n \"avatar\": {\n \"anchor_uuid\": \"\",\n \"image\": [\n {\n \"attachment_public_uuid\": \"\",\n \"content_type\": \"\",\n \"height\": {{faker 'datatype.number'}},\n \"width\": {{faker 'datatype.number'}}\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
},
{
"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
}
],
"enabled": true,
"responseMode": null
},
{
"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 'datatype.number'}}\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
},
{
"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
}