{"info":{"_postman_id":"dbb4226b-0b8e-4a6c-84a3-cca65e2a5e62","name":"sqrip Live","description":"<html><head></head><body><h1 id=\"api-authentication\">API Authentication</h1>\n<p>All SQRIP APIs are authenticated using <strong>Bearer Token</strong>. Bearer token requires the following:</p>\n<ul>\n<li>[YOUR_API_KEY_TOKEN]</li>\n</ul>\n<blockquote>\n<p>SQRIP expects an Authorization header for each request. After registering to sqrip.ch you can generate [YOUR_API_KEY_TOKEN] at <a href=\"https://api.sqrip.ch/api\">https://api.sqrip.ch/api</a> </p>\n</blockquote>\n<p><strong>Watch Out!</strong></p>\n<p>Invalid tokens will result in authentication failures. Few examples of invalid headers are:</p>\n<ul>\n<li><p>Bearer [EXPIRED_API_KEY_TOKEN]</p>\n</li>\n<li><p>Bearer [DISABLED_API_KEY_TOKEN]</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API Authentication","slug":"api-authentication"}],"owner":"32414298","collectionId":"dbb4226b-0b8e-4a6c-84a3-cca65e2a5e62","publishedId":"2s9YsT58Nx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-01-19T09:44:57.000Z"},"item":[{"name":"Generate a QR-Invoice","id":"f8bffb4e-b736-4aef-86fe-14c54a669ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH3700761045348032001\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstazxer7dt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n   \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\",\n        \"reference_is_set\": true\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code","description":"<p>Available options for <code>iban.iban_type</code></p>\n<ul>\n<li><p>simple</p>\n</li>\n<li><p>qr</p>\n</li>\n</ul>\n<p>Allowed options for <code>file_type</code></p>\n<ul>\n<li><p>pdf</p>\n</li>\n<li><p>svg</p>\n</li>\n<li><p>png</p>\n</li>\n</ul>\n<p>Allowed options for <code>product</code></p>\n<ul>\n<li><p>QR-Code</p>\n</li>\n<li><p>Full A4</p>\n</li>\n<li><p>Invoice Slip</p>\n</li>\n<li><p><code>country_code</code> should be in <a href=\"https://www.iso.org/obp/ui/#search\">ISO 3166 Alpha-2 Code</a> format</p>\n</li>\n</ul>\n<p>payable_to <code>optional</code></p>\n<ul>\n<li><p>name [required, maximum 70 characters]</p>\n</li>\n<li><p>street [required, maximum 70 characters]</p>\n</li>\n<li><p>building_number [required, maximum 12 characters]</p>\n</li>\n<li><p>postal_code [required, maximum 16 characters]</p>\n</li>\n<li><p>town [required, maximum 35 characters]</p>\n</li>\n<li><p>country_code [required, maximum 2 characters, mininum 2 characters]</p>\n</li>\n</ul>\n<p>payment_information <code>reference_is_set</code></p>\n<ul>\n<li>The value is true | false, the default is false. set as true if you have a qr_reference and you don't want the API to generate a qr_reference while generating a QRCode</li>\n</ul>\n","urlObject":{"path":["api","code"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"b1700a58-aecc-4dba-b61b-0d151a6725b9","name":"Generate a Credit","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH3700761045348032001\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstazxer7dt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n   \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\"\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Sep 2021 18:36:59 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"3087"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 77,\n    \"api_key_id\": 82,\n    \"plan_subscription_id\": 114,\n    \"user_info\": {\n        \"id\": 77,\n        \"first_name\": \"Markus M.\",\n        \"last_name\": \"Müller\",\n        \"email\": \"info@sqrip.ch\",\n        \"email_verified_at\": \"2021-01-06T14:18:13.000000Z\",\n        \"phone_no\": \"0\",\n        \"role\": \"user\",\n        \"is_active\": 1,\n        \"lang\": \"de\",\n        \"deleted_at\": null,\n        \"created_at\": \"2021-01-06T14:16:57.000000Z\",\n        \"updated_at\": \"2021-01-06T14:18:13.000000Z\",\n        \"address\": {\n            \"id\": 76,\n            \"user_id\": 77,\n            \"country_id\": 1,\n            \"type\": \"payee\",\n            \"title\": \"Markus Mister\",\n            \"uid\": null,\n            \"iban\": \"CH3700761045348032001\",\n            \"iban_type\": \"simple\",\n            \"key_person\": {\n                \"id\": 77,\n                \"role\": \"user\",\n                \"email\": \"info@sqrip.ch\",\n                \"phone_no\": 0,\n                \"is_active\": 1,\n                \"last_name\": \"Müller\",\n                \"created_at\": \"2021-01-06T14:16:57.000000Z\",\n                \"first_name\": \"Markus M.\",\n                \"updated_at\": \"2021-01-06T14:16:57.000000Z\"\n            },\n            \"entity_name\": null,\n            \"building_number\": \"11\",\n            \"country_code\": \"CH\",\n            \"city\": \"Aarau\",\n            \"zip\": 5050,\n            \"created_at\": \"2021-01-06T14:16:57.000000Z\",\n            \"updated_at\": \"2021-01-06T14:16:57.000000Z\",\n            \"street\": \"Laurenzenvorstadt\",\n            \"country\": {\n                \"id\": 1,\n                \"name\": \"Switzerland\",\n                \"de_name\": \"Schweiz\",\n                \"code\": \"CH\",\n                \"is_active\": 1,\n                \"order\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-01-13T07:15:18.000000Z\"\n            }\n        }\n    },\n    \"status\": \"Open\",\n    \"amount\": 10,\n    \"reference\": \"RF73163294061921183605187\",\n    \"currency\": \"CHF\",\n    \"payable_to\": {\n        \"id\": 77,\n        \"first_name\": \"Markus M.\",\n        \"last_name\": \"Müller\",\n        \"email\": \"info@sqrip.ch\",\n        \"email_verified_at\": \"2021-01-06T14:18:13.000000Z\",\n        \"phone_no\": \"0\",\n        \"role\": \"user\",\n        \"is_active\": 1,\n        \"lang\": \"de\",\n        \"deleted_at\": null,\n        \"created_at\": \"2021-01-06T14:16:57.000000Z\",\n        \"updated_at\": \"2021-01-06T14:18:13.000000Z\",\n        \"address\": {\n            \"id\": 76,\n            \"user_id\": 77,\n            \"country_id\": 1,\n            \"type\": \"payee\",\n            \"title\": \"Markus Mister\",\n            \"uid\": null,\n            \"iban\": \"CH3700761045348032001\",\n            \"iban_type\": \"simple\",\n            \"key_person\": {\n                \"id\": 77,\n                \"role\": \"user\",\n                \"email\": \"info@sqrip.ch\",\n                \"phone_no\": 0,\n                \"is_active\": 1,\n                \"last_name\": \"Müller\",\n                \"created_at\": \"2021-01-06T14:16:57.000000Z\",\n                \"first_name\": \"Markus M.\",\n                \"updated_at\": \"2021-01-06T14:16:57.000000Z\"\n            },\n            \"entity_name\": null,\n            \"building_number\": \"11\",\n            \"country_code\": \"CH\",\n            \"city\": \"Aarau\",\n            \"zip\": 5050,\n            \"created_at\": \"2021-01-06T14:16:57.000000Z\",\n            \"updated_at\": \"2021-01-06T14:16:57.000000Z\",\n            \"street\": \"Laurenzenvorstadt\",\n            \"country\": {\n                \"id\": 1,\n                \"name\": \"Switzerland\",\n                \"de_name\": \"Schweiz\",\n                \"code\": \"CH\",\n                \"is_active\": 1,\n                \"order\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-01-13T07:15:18.000000Z\"\n            }\n        }\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\",\n        \"street\": \"Laurenzenvorstazxer7dt\",\n        \"building_number\": \"11\"\n    },\n    \"pdf_file\": \"https://api.sqrip.madebycolorelephant.com/api/file?path=https://api.sqrip.madebycolorelephant.com/storage/codes/2021.09/pdf/290921183659.pdf\",\n    \"svg_file\": \"https://api.sqrip.madebycolorelephant.com/api/file?path=https://api.sqrip.madebycolorelephant.com/storage/codes/2021.09/svg/290921183659.svg\",\n    \"png_file\": \"https://api.sqrip.madebycolorelephant.com/api/file?path=https://api.sqrip.madebycolorelephant.com/storage/codes/2021.09/png/290921183659_full_invoice.png\",\n    \"request_lang\": \"de\",\n    \"request_file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\",\n    \"due_date\": \"2022-12-12\",\n    \"updated_at\": \"2021-09-29T18:36:59.000000Z\",\n    \"created_at\": \"2021-09-29T18:36:59.000000Z\",\n    \"id\": 494,\n    \"total_codes_left\": 997\n}"},{"id":"527a865d-dfec-4b0f-bfcd-a6d3bc40f72c","name":"Success response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH1300761640785812003\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\"\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 01 Jun 2021 09:57:03 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"user_id\": 93,\n    \"api_key_id\": 79,\n    \"plan_subscription_id\": 2,\n    \"user_info\": {\n        \"id\": 93,\n        \"first_name\": \"Markus\",\n        \"last_name\": \"Mueller\",\n        \"email\": \"info@sqrip.ch\",\n        \"email_verified_at\": \"2021-05-03T17:55:21.000000Z\",\n        \"phone_no\": \"0\",\n        \"role\": \"user\",\n        \"is_active\": 1,\n        \"lang\": \"en\",\n        \"deleted_at\": null,\n        \"created_at\": \"2021-04-28T11:51:10.000000Z\",\n        \"updated_at\": \"2021-05-03T17:55:21.000000Z\",\n        \"address\": {\n            \"id\": 92,\n            \"user_id\": 93,\n            \"country_id\": 1,\n            \"type\": \"payee\",\n            \"title\": \"netmex digital gmbh\",\n            \"uid\": null,\n            \"iban\": \"CH1300761640785812003\",\n            \"iban_type\": \"simple\",\n            \"key_person\": {\n                \"id\": 93,\n                \"first_name\": \"Markus\",\n                \"last_name\": \"Mueller\",\n                \"role\": \"user\",\n                \"email\": \"info@sqrip.ch\",\n                \"phone_no\": 0,\n                \"is_active\": 1,\n                \"created_at\": \"2021-04-28T11:51:10.000000Z\",\n                \"updated_at\": \"2021-04-28T11:51:10.000000Z\"\n            },\n            \"entity_name\": null,\n            \"building_number\": \"23\",\n            \"country_code\": \"CH\",\n            \"city\": \"Zürich\",\n            \"zip\": \"8005\",\n            \"created_at\": \"2021-04-28T11:51:10.000000Z\",\n            \"updated_at\": \"2021-04-28T11:51:10.000000Z\",\n            \"street\": \"Aargauerstrasse\",\n            \"country\": {\n                \"id\": 1,\n                \"name\": \"Switzerland\",\n                \"de_name\": \"Schweiz\",\n                \"code\": \"CH\",\n                \"is_active\": 1,\n                \"order\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-01-13T07:15:18.000000Z\"\n            }\n        }\n    },\n    \"status\": \"Open\",\n    \"amount\": 10,\n    \"reference\": \"RF94162451432685694066006\",\n    \"currency\": \"CHF\",\n    \"payable_to\": {\n        \"id\": 93,\n        \"first_name\": \"Markus\",\n        \"last_name\": \"Mueller\",\n        \"email\": \"info@sqrip.ch\",\n        \"email_verified_at\": \"2021-05-03T17:55:21.000000Z\",\n        \"phone_no\": \"0\",\n        \"role\": \"user\",\n        \"is_active\": 1,\n        \"lang\": \"en\",\n        \"deleted_at\": null,\n        \"created_at\": \"2021-04-28T11:51:10.000000Z\",\n        \"updated_at\": \"2021-05-03T17:55:21.000000Z\",\n        \"address\": {\n            \"id\": 92,\n            \"user_id\": 93,\n            \"country_id\": 1,\n            \"type\": \"payee\",\n            \"title\": \"netmex digital gmbh\",\n            \"uid\": null,\n            \"iban\": \"CH1300761640785812003\",\n            \"iban_type\": \"simple\",\n            \"key_person\": {\n                \"id\": 93,\n                \"first_name\": \"Markus\",\n                \"last_name\": \"Mueller\",\n                \"role\": \"user\",\n                \"email\": \"info@sqrip.ch\",\n                \"phone_no\": 0,\n                \"is_active\": 1,\n                \"created_at\": \"2021-04-28T11:51:10.000000Z\",\n                \"updated_at\": \"2021-04-28T11:51:10.000000Z\"\n            },\n            \"entity_name\": null,\n            \"building_number\": \"23\",\n            \"country_code\": \"CH\",\n            \"city\": \"Zurich\",\n            \"zip\": \"8005\",\n            \"created_at\": \"2021-04-28T11:51:10.000000Z\",\n            \"updated_at\": \"2021-04-28T11:51:10.000000Z\",\n            \"street\": \"Aargauerstrasse\",\n            \"country\": {\n                \"id\": 1,\n                \"name\": \"Switzerland\",\n                \"de_name\": \"Schweiz\",\n                \"code\": \"CH\",\n                \"is_active\": 1,\n                \"order\": 1,\n                \"created_at\": null,\n                \"updated_at\": \"2021-01-13T07:15:18.000000Z\"\n            }\n        }\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"pdf_file\": \"https://api.sqrip.ch/storage/codes/2021.06/pdf/010621095703.pdf\",\n    \"svg_file\": \"https://api.sqrip.ch/storage/codes/2021.06/svg/010621095703.svg\",\n    \"png_file\": \"https://api.sqrip.ch/storage/codes/2021.06/png/010621095703_full_invoice.png\",\n    \"request_lang\": \"de\",\n    \"request_file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\",\n    \"due_date\": \"2022-12-12\",\n    \"updated_at\": \"2021-06-01T09:57:03.000000Z\",\n    \"created_at\": \"2021-06-01T09:57:03.000000Z\",\n    \"id\": 14,\n    \"total_codes_left\": 7\n}"},{"id":"fd8c54f3-fc71-404f-a7ce-13865d55f077","name":"Not enough error","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH5604835012345678009\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\"\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 14:22:32 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"close"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not enough Credits to make the request, Please update your subscription\"\n}"},{"id":"963a0b12-67da-480c-94b2-e4577ab804c4","name":"Error response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH1300761640785812003j\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street_1\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\"\n    },\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 18 May 2021 13:30:22 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This is not a valid International Bank Account Number (IBAN).\"\n}"},{"id":"fb366513-5a72-4f12-9765-5f27830d7318","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH5604835012345678009\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\"\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Sep 2021 14:23:51 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"49"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not authorised to make this request\"\n}"},{"id":"a0918582-3dca-46c5-89c9-5bf948122b32","name":"Validation error response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.19.5"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.4.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 18 May 2021 13:36:11 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"payable_by\": [\n            \"The payable by field is required.\"\n        ],\n        \"payable_by.name\": [\n            \"The payable by.name field is required.\"\n        ],\n        \"payable_by.street_1\": [\n            \"The payable by.street 1 field is required.\"\n        ],\n        \"payable_by.building_number\": [\n            \"The payable by.building number field is required.\"\n        ],\n        \"payable_by.postal_code\": [\n            \"The payable by.postal code field is required.\"\n        ],\n        \"payable_by.town\": [\n            \"The payable by.town field is required.\"\n        ],\n        \"payable_by.country_id\": [\n            \"The payable by.country id field is required when payable by.country code is not present.\"\n        ],\n        \"payable_by.country_code\": [\n            \"The payable by.country code field is required when payable by.country id is not present.\"\n        ],\n        \"payment_information\": [\n            \"The payment information field is required.\"\n        ],\n        \"payment_information.currency_id\": [\n            \"The payment information.currency id field is required when payment information.currency symbol is not present.\"\n        ],\n        \"payment_information.currency_symbol\": [\n            \"The payment information.currency symbol field is required when payment information.currency id is not present.\"\n        ],\n        \"payment_information.amount\": [\n            \"The payment information.amount field is required.\"\n        ]\n    }\n}"},{"id":"dd073149-9ae8-4924-9311-936b2d0e1fb7","name":"Invalid QR reference code","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH3700761045348032001\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payable_to\": {\n        \"name\": \"Markus Mister\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5050,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"253573889212346\"\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Sep 2021 00:20:26 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"37"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"QR reference is invalid\"\n}"},{"id":"50f266eb-c06c-427e-a703-85ecc138d4d8","name":"Invalid Payable to errors","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH3700761045348032001\"\n    },\n    \"payable_by\": {\n        \"name\": \"Markus Muster\",\n        \"street\": \"Laurenzenvorstadt\",\n        \"building_number\": \"11\",\n        \"postal_code\": 5000,\n        \"town\": \"Aarau\",\n        \"country_code\": \"CH\"\n    },\n    \"payable_to\": {\n    },\n    \"payment_information\": {\n        \"currency_symbol\": \"CHF\",\n        \"amount\": 10.00,\n        \"message\": \"Rechnung #20210501\",\n        \"due_date\": \"2021-06-01\",\n        \"qr_reference\": \"RF60163212871439308229999\"\n    },\n    \"due_date\": \"2022-12-12\",\n    \"lang\": \"de\",\n    \"file_type\": \"pdf\",\n    \"product\": \"Full A4\",\n    \"source\": \"api\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Sep 2021 00:22:47 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"234"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"payable_to\": [\n            \"The name field is required.\",\n            \"The street field is required.\",\n            \"The postal code field is required.\",\n            \"The city field is required.\",\n            \"The country code field is required.\"\n        ]\n    }\n}"}],"_postman_id":"f8bffb4e-b736-4aef-86fe-14c54a669ac3"},{"name":"Get IBAN Details","id":"7002b4e4-1641-47d7-84dc-50c4e547bc5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"iban\": \"CH1300761640785812003\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/iban-status","description":"<p>Request to get the status of IBAN:\nactive(Already Exists) or inactive(new)</p>\n","urlObject":{"path":["api","iban-status"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"3dcf43d6-dc74-4c44-b73b-2420ba4b5284","name":"Get IBAN Details","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"iban\": \"CH1300761640785812003\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/iban-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 21:20:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"45"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IBAN is new\",\n    \"status\": \"inactive\"\n}"}],"_postman_id":"7002b4e4-1641-47d7-84dc-50c4e547bc5c"},{"name":"Get User Details","id":"9ca891af-53d9-4faa-853e-111c58f98080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/details?version=1.9","description":"<p>Request to get the status of IBAN:\nactive(Already Exists) or inactive(new)</p>\n","urlObject":{"path":["api","details"],"host":["https://api.sqrip.ch"],"query":[{"key":"version","value":"1.9"}],"variable":[]}},"response":[{"id":"6f75a345-adb0-4df1-94d7-d1d8e0aca7c8","name":"Get User Details","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.sqrip.ch/api/details?version=1.9","host":["https://api.sqrip.ch"],"path":["api","details"],"query":[{"key":"version","value":"1.9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 21:20:06 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"45"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": {\n        \"id\": 398,\n        \"first_name\": \"Dev\",\n        \"last_name\": \"Testerr\",\n        \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n        \"email_verified_at\": \"2023-11-28T17:29:04.000000Z\",\n        \"phone_no\": \"0\",\n        \"role\": \"user\",\n        \"is_active\": 1,\n        \"lang\": \"en\",\n        \"deleted_at\": null,\n        \"original_email\": null,\n        \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n        \"updated_at\": \"2023-11-28T17:29:04.000000Z\",\n        \"camt_file_upload_is_active\": 0,\n        \"ebics_connection_is_active\": 0,\n        \"qr_code_duration\": 2,\n        \"log_duration\": 60,\n        \"two_factor_is_active\": 0,\n        \"otp\": null,\n        \"last_sent\": null,\n        \"email_verification_count\": 0,\n        \"address\": {\n            \"id\": 397,\n            \"user_id\": 398,\n            \"country_id\": 1,\n            \"type\": \"payee\",\n            \"title\": \"Sqrip\",\n            \"uid\": null,\n            \"iban\": null,\n            \"iban_type\": \"simple\",\n            \"key_person\": {\n                \"id\": 398,\n                \"role\": \"user\",\n                \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n                \"phone_no\": 0,\n                \"is_active\": 1,\n                \"last_name\": \"Testerr\",\n                \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"first_name\": \"Dev\",\n                \"updated_at\": \"2023-11-28T17:28:27.000000Z\"\n            },\n            \"entity_name\": null,\n            \"building_number\": \"237\",\n            \"country_code\": \"CH\",\n            \"city\": \"Aarau\",\n            \"zip\": \"3233\",\n            \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n            \"updated_at\": \"2024-04-16T16:50:49.000000Z\",\n            \"street\": \"My street\"\n        }\n    },\n    \"credits_left\": 135,\n    \"free_credits\": 135,\n    \"message\": \"Emmanuel Test: Valid, active API Key\"\n}"}],"_postman_id":"9ca891af-53d9-4faa-853e-111c58f98080"},{"name":"Validate IBAN","id":"37da2166-4340-45e2-9100-9593a5580175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH3700761045348032001\",\n        \"iban_type\": \"simple\"\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/validate-iban","urlObject":{"path":["api","validate-iban"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"5ced8f62-718a-49a4-bad1-d767926d2500","name":"Validate IBAN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH3700761045348032001\",\n        \"iban_type\": \"simple\"\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/validate-iban"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Sep 2021 15:42:50 GMT"},{"key":"Server","value":"Apache/2.4.47 (Unix) OpenSSL/1.1.1k PHP/7.4.22"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/7.4.22"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IBAN is valid\"\n}"},{"id":"2a6b133e-a96e-4fc3-92fd-c78a8a5c5261","name":"Invalid IBAN","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH370076104534803201\",\n        \"iban_type\": \"simple\"\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/validate-iban"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Sep 2021 15:51:51 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"This is not a valid International Bank Account Number (IBAN).\",\n    \"exception\": \"Symfony\\\\Component\\\\HttpKernel\\\\Exception\\\\HttpException\",\n    \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Application.php\",\n    \"line\": 1067,\n    \"trace\": [\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php\",\n            \"line\": 44,\n            \"function\": \"abort\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Application\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/app/Http/Controllers/API/UserController.php\",\n            \"line\": 191,\n            \"function\": \"abort\"\n        },\n        {\n            \"function\": \"validateIBAN\",\n            \"class\": \"App\\\\Http\\\\Controllers\\\\API\\\\UserController\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Controller.php\",\n            \"line\": 54,\n            \"function\": \"call_user_func_array\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php\",\n            \"line\": 45,\n            \"function\": \"callAction\",\n            \"class\": \"Illuminate\\\\Routing\\\\Controller\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Route.php\",\n            \"line\": 239,\n            \"function\": \"dispatch\",\n            \"class\": \"Illuminate\\\\Routing\\\\ControllerDispatcher\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Route.php\",\n            \"line\": 196,\n            \"function\": \"runController\",\n            \"class\": \"Illuminate\\\\Routing\\\\Route\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php\",\n            \"line\": 685,\n            \"function\": \"run\",\n            \"class\": \"Illuminate\\\\Routing\\\\Route\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 128,\n            \"function\": \"Illuminate\\\\Routing\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Routing\\\\Router\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/app/Http/Middleware/VerifyApiToken.php\",\n            \"line\": 19,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"App\\\\Http\\\\Middleware\\\\VerifyApiToken\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/app/Http/Middleware/SetLang.php\",\n            \"line\": 40,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"App\\\\Http\\\\Middleware\\\\SetLang\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php\",\n            \"line\": 41,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Routing\\\\Middleware\\\\SubstituteBindings\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php\",\n            \"line\": 59,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Routing\\\\Middleware\\\\ThrottleRequests\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 103,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php\",\n            \"line\": 687,\n            \"function\": \"then\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php\",\n            \"line\": 662,\n            \"function\": \"runRouteWithinStack\",\n            \"class\": \"Illuminate\\\\Routing\\\\Router\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php\",\n            \"line\": 628,\n            \"function\": \"runRoute\",\n            \"class\": \"Illuminate\\\\Routing\\\\Router\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Routing/Router.php\",\n            \"line\": 617,\n            \"function\": \"dispatchToRoute\",\n            \"class\": \"Illuminate\\\\Routing\\\\Router\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php\",\n            \"line\": 165,\n            \"function\": \"dispatch\",\n            \"class\": \"Illuminate\\\\Routing\\\\Router\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 128,\n            \"function\": \"Illuminate\\\\Foundation\\\\Http\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Kernel\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php\",\n            \"line\": 21,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php\",\n            \"line\": 21,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\TransformsRequest\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php\",\n            \"line\": 27,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\ValidatePostSize\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php\",\n            \"line\": 63,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Middleware\\\\CheckForMaintenanceMode\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/fruitcake/laravel-cors/src/HandleCors.php\",\n            \"line\": 37,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Fruitcake\\\\Cors\\\\HandleCors\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/fideloper/proxy/src/TrustProxies.php\",\n            \"line\": 57,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 167,\n            \"function\": \"handle\",\n            \"class\": \"Fideloper\\\\Proxy\\\\TrustProxies\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php\",\n            \"line\": 103,\n            \"function\": \"Illuminate\\\\Pipeline\\\\{closure}\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php\",\n            \"line\": 140,\n            \"function\": \"then\",\n            \"class\": \"Illuminate\\\\Pipeline\\\\Pipeline\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php\",\n            \"line\": 109,\n            \"function\": \"sendRequestThroughRouter\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Kernel\",\n            \"type\": \"->\"\n        },\n        {\n            \"file\": \"/var/www/backend/public/index.php\",\n            \"line\": 55,\n            \"function\": \"handle\",\n            \"class\": \"Illuminate\\\\Foundation\\\\Http\\\\Kernel\",\n            \"type\": \"->\"\n        }\n    ]\n}"}],"_postman_id":"37da2166-4340-45e2-9100-9593a5580175"},{"name":"Update IBAN","id":"8b79e368-a055-4782-ba4b-4d6f0379d998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH370076104534803201\"\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/update-iban","urlObject":{"path":["api","update-iban"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"410854a5-6800-4fa2-87a3-cd12a1cfb997","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH4431999123000889012\"\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/update-iban"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Oct 2021 08:14:43 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IBAN updated.\",\n    \"confirmation_type\": \"passive\"\n}"},{"id":"6d207a03-84f8-42d8-8bed-4f9a4f783234","name":"Invalid IBAN","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"iban\": {\n        \"iban\": \"CH443199912300088901\"\n    }\n   \n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/update-iban"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Oct 2021 08:28:11 GMT"},{"key":"Server","value":"Apache/2.4.41 (Ubuntu)"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Content-Length","value":"41"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not a valid IBAN or QR-Iban\"\n}"}],"_postman_id":"8b79e368-a055-4782-ba4b-4d6f0379d998"},{"name":"Generate multiple QR-Invoices","id":"2ff7cd16-bb1c-4d3d-afc4-c7ec546209c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"codes\": [\r\n        {\r\n            \"iban\": {\r\n                \"iban\": \"CH1530000001891258856\"\r\n            },\r\n            \"payable_by\": {\r\n                \"name\": \"Markus Muster\",\r\n                \"street\": \"Laurenzenvorstazxer7dt 11\",\r\n                \"postal_code\": 5000,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n           \"payable_to\": {\r\n                \"name\": \"Markus Mister\",\r\n                \"street\": \"Laurenzenvorstadt 11\",\r\n                \"postal_code\": 5050,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n            \"payment_information\": {\r\n                \"currency_symbol\": \"CHF\",\r\n                \"amount\": 10.00,\r\n                \"message\": \"Rechnung #20210501\",\r\n                \"due_date\": \"2021-06-01\",\r\n                \"initial_digits\": \"000002\",\r\n                \"qr_reference\": \"239823919023287492018229384\",\r\n                \"reference_is_set\": true\r\n            },\r\n            \"due_date\": \"2022-12-12\",\r\n            \"lang\": \"de\",\r\n            \"file_type\": \"pdf\",\r\n            \"product\": \"Full A4\",\r\n            \"source\": \"api\"\r\n        },\r\n        {\r\n            \"iban\": {\r\n                \"iban\": \"CH1530000001891258856\"\r\n            },\r\n            \"payable_by\": {\r\n                \"name\": \"Markus Muster\",\r\n                \"street\": \"Laurenzenvorstazxer7dt 11\",\r\n                \"postal_code\": 5000,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n           \"payable_to\": {\r\n                \"name\": \"Markus Mister\",\r\n                \"street\": \"Laurenzenvorstadt 11\",\r\n                \"postal_code\": 5050,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n            \"payment_information\": {\r\n                \"currency_symbol\": \"CHF\",\r\n                \"amount\": 10.00,\r\n                \"message\": \"Rechnung #20210501\",\r\n                \"due_date\": \"2021-06-01\",\r\n                \"initial_digits\": \"000002\",\r\n                \"qr_reference\": \"239823919023287492018229380\",\r\n                \"reference_is_set\": true\r\n            },\r\n            \"due_date\": \"2022-12-12\",\r\n            \"lang\": \"de\",\r\n            \"file_type\": \"pdf\",\r\n            \"product\": \"Full A4\",\r\n            \"source\": \"api\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code/multiple","description":"<p>This endpoint generates multiple QR-Invoices.</p>\n<p>The request body is made up of an object with a single property:</p>\n<ul>\n<li>\"codes\"</li>\n</ul>\n<p>which has an array as its value.</p>\n<p>Each value in this array represents the data required to create a single QR-Invoice. The data is detailed in the description for the endpoint <a href=\"https://go.postman.co/workspace/7bdf8dd4-57f4-410b-8cd2-19816144201a/documentation/32414298-dbb4226b-0b8e-4a6c-84a3-cca65e2a5e62?entity=request-f8bffb4e-b736-4aef-86fe-14c54a669ac3\">\"Generate a QR-Invoice\"</a>.</p>\n","urlObject":{"path":["api","code","multiple"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"fa828e8e-98d1-497d-9468-14af52b727fb","name":"api/code/multiple","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"codes\": [\r\n        {\r\n            \"iban\": {\r\n                \"iban\": \"CH4431999123000889012\"\r\n            },\r\n            \"payable_by\": {\r\n                \"name\": \"Markus Muster\",\r\n                \"street\": \"Laurenzenvorstazxer7dt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5000,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n           \"payable_to\": {\r\n                \"name\": \"Markus Mister\",\r\n                \"street\": \"Laurenzenvorstadt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5050,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n            \"payment_information\": {\r\n                \"currency_symbol\": \"CHF\",\r\n                \"amount\": 10.00,\r\n                \"message\": \"Rechnung #20210501\",\r\n                \"due_date\": \"2021-06-01\",\r\n                \"initial_digits\": \"000002\",\r\n                \"qr_reference\": \"239823919023287492018229384\",\r\n                \"reference_is_set\": true\r\n            },\r\n            \"due_date\": \"2022-12-12\",\r\n            \"lang\": \"de\",\r\n            \"file_type\": \"pdf\",\r\n            \"product\": \"Full A4\",\r\n            \"source\": \"api\"\r\n        },\r\n        {\r\n            \"iban\": {\r\n                \"iban\": \"CH4431999123000889012\"\r\n            },\r\n            \"payable_by\": {\r\n                \"name\": \"Markus Muster\",\r\n                \"street\": \"Laurenzenvorstazxer7dt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5000,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n           \"payable_to\": {\r\n                \"name\": \"Markus Mister\",\r\n                \"street\": \"Laurenzenvorstadt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5050,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n            \"payment_information\": {\r\n                \"currency_symbol\": \"CHF\",\r\n                \"amount\": 10.00,\r\n                \"message\": \"Rechnung #20210501\",\r\n                \"due_date\": \"2021-06-01\",\r\n                \"initial_digits\": \"000002\",\r\n                \"qr_reference\": \"239823919023287492018229380\",\r\n                \"reference_is_set\": true\r\n            },\r\n            \"due_date\": \"2022-12-12\",\r\n            \"lang\": \"de\",\r\n            \"file_type\": \"pdf\",\r\n            \"product\": \"Full A4\",\r\n            \"source\": \"api\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.sqrip.ch/api/code/multiple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Jan 2024 15:25:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"300"},{"key":"x-ratelimit-remaining","value":"299"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ymfnbZTpwHin%2FyVNGHnvrSNalJIyO44VodBlu34Aa5%2FnkVV0yqR8RrZ1L%2BHHnPhV1YH5xrHYgDLj%2Fp%2FOpvAmEJCy8YiM1B4UNz7qa2YZ8tbiq8bP5s7gMEYrxIaKdv6R\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8477d9388b103958-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 62,\n    \"status\": \"pending\"\n}"},{"id":"a1e1d45b-68aa-4543-b16a-a419c91eabb5","name":"api/code/multiple","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"codes\": [\r\n        {\r\n            \"iban\": {\r\n                \"iban\": \"CH4431999123000889012\"\r\n            },\r\n            \"payable_by\": {\r\n                \"name\": \"Markus Muster\",\r\n                \"street\": \"Laurenzenvorstazxer7dt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5000,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n           \"payable_to\": {\r\n                \"name\": \"Markus Mister\",\r\n                \"street\": \"Laurenzenvorstadt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5050,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n            \"payment_information\": {\r\n                \"currency_symbol\": \"CHF\",\r\n                \"amount\": 10.00,\r\n                \"message\": \"Rechnung #20210501\",\r\n                \"due_date\": \"2021-06-01\",\r\n                \"initial_digits\": \"000002\",\r\n                \"qr_reference\": \"239823919023287492018229384\",\r\n                \"reference_is_set\": true\r\n            },\r\n            \"due_date\": \"2022-12-12\",\r\n            \"lang\": \"de\",\r\n            \"file_type\": \"pdf\",\r\n            \"product\": \"Full A4\",\r\n            \"source\": \"api\"\r\n        },\r\n        {\r\n            \"iban\": {\r\n                \"iban\": \"CH4431999123000889012\"\r\n            },\r\n            \"payable_by\": {\r\n                \"name\": \"Markus Muster\",\r\n                \"street\": \"Laurenzenvorstazxer7dt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5000,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n           \"payable_to\": {\r\n                \"name\": \"Markus Mister\",\r\n                \"street\": \"Laurenzenvorstadt\",\r\n                \"building_number\": \"11\",\r\n                \"postal_code\": 5050,\r\n                \"town\": \"Aarau\",\r\n                \"country_code\": \"CH\"\r\n            },\r\n            \"payment_information\": {\r\n                \"currency_symbol\": \"CHF\",\r\n                \"amount\": 10.00,\r\n                \"message\": \"Rechnung #20210501\",\r\n                \"due_date\": \"2021-06-01\",\r\n                \"initial_digits\": \"000002\",\r\n                \"qr_reference\": \"239823919023287492018229380\",\r\n                \"reference_is_set\": true\r\n            },\r\n            \"due_date\": \"2022-12-12\",\r\n            \"lang\": \"de\",\r\n            \"file_type\": \"pdf\",\r\n            \"product\": \"Full A4\",\r\n            \"source\": \"api\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/code/multiple"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Jan 2024 15:25:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"300"},{"key":"x-ratelimit-remaining","value":"299"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ymfnbZTpwHin%2FyVNGHnvrSNalJIyO44VodBlu34Aa5%2FnkVV0yqR8RrZ1L%2BHHnPhV1YH5xrHYgDLj%2Fp%2FOpvAmEJCy8YiM1B4UNz7qa2YZ8tbiq8bP5s7gMEYrxIaKdv6R\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8477d9388b103958-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"process_id\": 62,\n    \"status\": \"pending\"\n}"}],"_postman_id":"2ff7cd16-bb1c-4d3d-afc4-c7ec546209c7"},{"name":"Get multiple generated QR-Invoices result","id":"8bcaae88-a4cc-4405-9445-2ab13c459f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.sqrip.ch/api/code/process/12","description":"<p>This endpoint fetches the details for QR-Invoices generated with the \"<a href=\"https://go.postman.co/workspace/7bdf8dd4-57f4-410b-8cd2-19816144201a/documentation/32414298-dbb4226b-0b8e-4a6c-84a3-cca65e2a5e62?entity=request-2ff7cd16-bb1c-4d3d-afc4-c7ec546209c7\">Generate multiple QR-Invoices</a>\" endpoint.</p>\n<p>It uses the \"process_id\" returned from the \"Generate multiple QR-Invoice\" request.</p>\n","urlObject":{"path":["api","code","process","12"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"8a0f9b26-1b8d-4dc9-96e9-554cf7a6a853","name":"Get multiple codes result","originalRequest":{"method":"GET","header":[],"url":"https://api.sqrip.ch/api/code/process/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jan 2024 09:06:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"300"},{"key":"x-ratelimit-remaining","value":"298"},{"key":"strict-transport-security","value":"max-age=15724800; includeSubDomains"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=SXPJTbg5fK9hssvt9wr6ayJ1d6tk5eoS9a0KwOuZ6i8zfamO%2F01XOgohR9nBisoCGdlua5gNAhVPKKaEfnJFuDNcfFBzBTlx%2BWG7mwOpMoIW6V5p2gxhNxXUYbSOiu0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"847dec3d7a0b5992-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": 398,\n        \"api_key_id\": 340,\n        \"plan_subscription_id\": 442,\n        \"user_info\": {\n            \"id\": 398,\n            \"first_name\": \"Dev\",\n            \"last_name\": \"Testerr\",\n            \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n            \"email_verified_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"phone_no\": \"0\",\n            \"role\": \"user\",\n            \"is_active\": 1,\n            \"lang\": \"en\",\n            \"deleted_at\": null,\n            \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n            \"updated_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"camt_file_upload_is_active\": 0,\n            \"ebics_connection_is_active\": 0,\n            \"qr_code_duration\": 2,\n            \"log_duration\": 60,\n            \"two_factor_is_active\": 0,\n            \"otp\": null,\n            \"last_sent\": null,\n            \"email_verification_count\": 0,\n            \"address\": {\n                \"id\": 397,\n                \"user_id\": 398,\n                \"country_id\": 1,\n                \"type\": \"payee\",\n                \"title\": \"Sqrip\",\n                \"uid\": null,\n                \"iban\": null,\n                \"iban_type\": \"simple\",\n                \"key_person\": {\n                    \"id\": 398,\n                    \"role\": \"user\",\n                    \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n                    \"phone_no\": 0,\n                    \"is_active\": 1,\n                    \"last_name\": \"Testerr\",\n                    \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                    \"first_name\": \"Dev\",\n                    \"updated_at\": \"2023-11-28T17:28:27.000000Z\"\n                },\n                \"entity_name\": null,\n                \"building_number\": \"23\",\n                \"country_code\": \"CH\",\n                \"city\": \"Aarau\",\n                \"zip\": \"3233\",\n                \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"updated_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"street\": \"My street\",\n                \"country\": {\n                    \"id\": 1,\n                    \"name\": \"Switzerland\",\n                    \"de_name\": \"Schweiz\",\n                    \"code\": \"CH\",\n                    \"is_active\": 1,\n                    \"order\": 1,\n                    \"created_at\": null,\n                    \"updated_at\": \"2021-01-13T06:15:18.000000Z\"\n                }\n            }\n        },\n        \"status\": \"done\",\n        \"amount\": 10,\n        \"reference\": \"239823919023287492018229384\",\n        \"currency\": \"CHF\",\n        \"payable_to\": {\n            \"id\": 398,\n            \"first_name\": \"Dev\",\n            \"last_name\": \"Testerr\",\n            \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n            \"email_verified_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"phone_no\": \"0\",\n            \"role\": \"user\",\n            \"is_active\": 1,\n            \"lang\": \"en\",\n            \"deleted_at\": null,\n            \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n            \"updated_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"camt_file_upload_is_active\": 0,\n            \"ebics_connection_is_active\": 0,\n            \"qr_code_duration\": 2,\n            \"log_duration\": 60,\n            \"two_factor_is_active\": 0,\n            \"otp\": null,\n            \"last_sent\": null,\n            \"email_verification_count\": 0,\n            \"address\": {\n                \"id\": 397,\n                \"user_id\": 398,\n                \"country_id\": 1,\n                \"type\": \"payee\",\n                \"title\": \"Sqrip\",\n                \"uid\": null,\n                \"iban\": null,\n                \"iban_type\": \"simple\",\n                \"key_person\": {\n                    \"id\": 398,\n                    \"role\": \"user\",\n                    \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n                    \"phone_no\": 0,\n                    \"is_active\": 1,\n                    \"last_name\": \"Testerr\",\n                    \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                    \"first_name\": \"Dev\",\n                    \"updated_at\": \"2023-11-28T17:28:27.000000Z\"\n                },\n                \"entity_name\": null,\n                \"building_number\": \"23\",\n                \"country_code\": \"CH\",\n                \"city\": \"Aarau\",\n                \"zip\": \"3233\",\n                \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"updated_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"street\": \"My street\",\n                \"country\": {\n                    \"id\": 1,\n                    \"name\": \"Switzerland\",\n                    \"de_name\": \"Schweiz\",\n                    \"code\": \"CH\",\n                    \"is_active\": 1,\n                    \"order\": 1,\n                    \"created_at\": null,\n                    \"updated_at\": \"2021-01-13T06:15:18.000000Z\"\n                }\n            }\n        },\n        \"payable_by\": {\n            \"name\": \"Markus Muster\",\n            \"street\": \"Laurenzenvorstazxer7dt\",\n            \"building_number\": \"11\",\n            \"postal_code\": 5000,\n            \"town\": \"Aarau\",\n            \"country_code\": \"CH\"\n        },\n        \"pdf_file\": \"https://api.sqrip.ch/api/file?path=https://api.sqrip.ch//storage/codes/2024.01/pdf/1901241001271908.pdf\",\n        \"svg_file\": \"https://api.sqrip.ch/api/file?path=https://api.sqrip.ch//storage/codes/2024.01/svg/1901241001271908.svg\",\n        \"png_file\": \"https://api.sqrip.ch/api/file?path=https://api.sqrip.ch//storage/codes/2024.01/png/1901241001271908.png\",\n        \"request_lang\": \"en\",\n        \"request_file_type\": null,\n        \"product\": null,\n        \"source\": \"api\",\n        \"updated_at\": \"2024-01-19T09:01:29.000000Z\",\n        \"created_at\": \"2024-01-19T09:01:29.000000Z\",\n        \"id\": 50324,\n        \"total_codes_left\": 4\n    },\n    {\n        \"user_id\": 398,\n        \"api_key_id\": 340,\n        \"plan_subscription_id\": 442,\n        \"user_info\": {\n            \"id\": 398,\n            \"first_name\": \"Dev\",\n            \"last_name\": \"Testerr\",\n            \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n            \"email_verified_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"phone_no\": \"0\",\n            \"role\": \"user\",\n            \"is_active\": 1,\n            \"lang\": \"en\",\n            \"deleted_at\": null,\n            \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n            \"updated_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"camt_file_upload_is_active\": 0,\n            \"ebics_connection_is_active\": 0,\n            \"qr_code_duration\": 2,\n            \"log_duration\": 60,\n            \"two_factor_is_active\": 0,\n            \"otp\": null,\n            \"last_sent\": null,\n            \"email_verification_count\": 0,\n            \"address\": {\n                \"id\": 397,\n                \"user_id\": 398,\n                \"country_id\": 1,\n                \"type\": \"payee\",\n                \"title\": \"Sqrip\",\n                \"uid\": null,\n                \"iban\": null,\n                \"iban_type\": \"simple\",\n                \"key_person\": {\n                    \"id\": 398,\n                    \"role\": \"user\",\n                    \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n                    \"phone_no\": 0,\n                    \"is_active\": 1,\n                    \"last_name\": \"Testerr\",\n                    \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                    \"first_name\": \"Dev\",\n                    \"updated_at\": \"2023-11-28T17:28:27.000000Z\"\n                },\n                \"entity_name\": null,\n                \"building_number\": \"23\",\n                \"country_code\": \"CH\",\n                \"city\": \"Aarau\",\n                \"zip\": \"3233\",\n                \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"updated_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"street\": \"My street\",\n                \"country\": {\n                    \"id\": 1,\n                    \"name\": \"Switzerland\",\n                    \"de_name\": \"Schweiz\",\n                    \"code\": \"CH\",\n                    \"is_active\": 1,\n                    \"order\": 1,\n                    \"created_at\": null,\n                    \"updated_at\": \"2021-01-13T06:15:18.000000Z\"\n                }\n            }\n        },\n        \"status\": \"done\",\n        \"amount\": 10,\n        \"reference\": \"239823919023287492018229380\",\n        \"currency\": \"CHF\",\n        \"payable_to\": {\n            \"id\": 398,\n            \"first_name\": \"Dev\",\n            \"last_name\": \"Testerr\",\n            \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n            \"email_verified_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"phone_no\": \"0\",\n            \"role\": \"user\",\n            \"is_active\": 1,\n            \"lang\": \"en\",\n            \"deleted_at\": null,\n            \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n            \"updated_at\": \"2023-11-28T17:29:04.000000Z\",\n            \"camt_file_upload_is_active\": 0,\n            \"ebics_connection_is_active\": 0,\n            \"qr_code_duration\": 2,\n            \"log_duration\": 60,\n            \"two_factor_is_active\": 0,\n            \"otp\": null,\n            \"last_sent\": null,\n            \"email_verification_count\": 0,\n            \"address\": {\n                \"id\": 397,\n                \"user_id\": 398,\n                \"country_id\": 1,\n                \"type\": \"payee\",\n                \"title\": \"Sqrip\",\n                \"uid\": null,\n                \"iban\": null,\n                \"iban_type\": \"simple\",\n                \"key_person\": {\n                    \"id\": 398,\n                    \"role\": \"user\",\n                    \"email\": \"emmanuel.ojukwu+fix@theloop.pt\",\n                    \"phone_no\": 0,\n                    \"is_active\": 1,\n                    \"last_name\": \"Testerr\",\n                    \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                    \"first_name\": \"Dev\",\n                    \"updated_at\": \"2023-11-28T17:28:27.000000Z\"\n                },\n                \"entity_name\": null,\n                \"building_number\": \"23\",\n                \"country_code\": \"CH\",\n                \"city\": \"Aarau\",\n                \"zip\": \"3233\",\n                \"created_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"updated_at\": \"2023-11-28T17:28:27.000000Z\",\n                \"street\": \"My street\",\n                \"country\": {\n                    \"id\": 1,\n                    \"name\": \"Switzerland\",\n                    \"de_name\": \"Schweiz\",\n                    \"code\": \"CH\",\n                    \"is_active\": 1,\n                    \"order\": 1,\n                    \"created_at\": null,\n                    \"updated_at\": \"2021-01-13T06:15:18.000000Z\"\n                }\n            }\n        },\n        \"payable_by\": {\n            \"name\": \"Markus Muster\",\n            \"street\": \"Laurenzenvorstazxer7dt\",\n            \"building_number\": \"11\",\n            \"postal_code\": 5000,\n            \"town\": \"Aarau\",\n            \"country_code\": \"CH\"\n        },\n        \"pdf_file\": \"https://api.sqrip.ch/api/file?path=https://api.sqrip.ch//storage/codes/2024.01/pdf/19012410012916579.pdf\",\n        \"svg_file\": \"https://api.sqrip.ch/api/file?path=https://api.sqrip.ch//storage/codes/2024.01/svg/19012410012916579.svg\",\n        \"png_file\": \"https://api.sqrip.ch/api/file?path=https://api.sqrip.ch//storage/codes/2024.01/png/19012410012916579.png\",\n        \"request_lang\": \"en\",\n        \"request_file_type\": null,\n        \"product\": null,\n        \"source\": \"api\",\n        \"updated_at\": \"2024-01-19T09:01:31.000000Z\",\n        \"created_at\": \"2024-01-19T09:01:31.000000Z\",\n        \"id\": 50325,\n        \"total_codes_left\": 3\n    }\n]"}],"_postman_id":"8bcaae88-a4cc-4405-9445-2ab13c459f7d"},{"name":"Update active additional services","id":"2059b18d-0a76-498c-96d1-1f42f4dbbeab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"services\": {\n        \"refund\": \"yes\",\n        \"payment_comparison\": \"no\",\n        \"multiple_qr_slips\": \"yes\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/user-additional-service","urlObject":{"path":["api","user-additional-service"],"host":["https://api.sqrip.ch"],"query":[],"variable":[]}},"response":[{"id":"518b98e5-a74a-45be-8002-8efdb627da41","name":"Update additional services","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"services\": {\n        \"refund\": \"yes\",\n        \"payment_comparison\": \"no\",\n        \"multiple_qr_slips\": \"yes\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sqrip.ch/api/user-additional-service"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success\"\n}"}],"_postman_id":"2059b18d-0a76-498c-96d1-1f42f4dbbeab"}],"auth":{"type":"apikey","apikey":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"360651b4-8157-4127-a00d-1c6fcb684cd6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ff7b1894-7980-4c91-bb83-5e3abeb23b65","type":"text/javascript","exec":[""]}}],"variable":[{"key":"prefix","value":"https://api.sqrip.ch"},{"key":"process_id","value":"12"}]}