{"info":{"_postman_id":"f9d0794e-e9c6-4ca4-acdc-71f28dcb434c","name":"Instabank - Agent API - Germany","description":"<html><head></head><body><img src=\"https://instabank.no/wp-content/uploads/2020/11/Instabank-Logo-1.svg\">\n\n<p>This documentation describes Instabank's lending agent API for Germany. Below you will find the specifications for creating loan applications for the products that Instabank offers in Germany.</p>\n<ul>\n<li><p>If you're looking for the documentation for Norway you can find it <a href=\"https://netbank.instabank.no/documentation/agents/\">here</a>.</p>\n</li>\n<li><p>If you're looking for the documentation for Sweden you can find it <a href=\"https://netbank.instabank.se/documentation/agents/\">here</a>.</p>\n</li>\n<li><p>If you're looking for the documentation for Finland you can find it <a href=\"https://netbank.instabank.fi/documentation/agents/\">here</a>.</p>\n</li>\n</ul>\n<p>The documentation is provided by the Postman service. The Postman service is a commonly used service to develop, test and use modern APIs.</p>\n<ul>\n<li><p>You can start using this API in Postman by clicking the <code>Run in Postman</code> button, on the top right.</p>\n</li>\n<li><p>It's possible to generate starting snippets in most modern development languages, by selecting your favourite language in the 'LANGUAGE' drop down on the top left.</p>\n</li>\n<li><p>We recommend generating request/response classes by copy-pasting the JSON examples into your favourite A.I tool, and prompting the A.I tool to generate the classes in your favourite development language, with or without comments.</p>\n</li>\n<li><p>All requests documented in this documentation contain working test data, and can be executed towards the <code>Test</code> environment without any changes.</p>\n</li>\n<li><p>All fields are named to be self explanatory. However some fields have additional comments directly in the JSON examples.</p>\n</li>\n<li><p>All fields in request examples are mandatory. Should you not have data available to populate a specific field, please contact Instabank for clarifications.</p>\n</li>\n<li><p>Debt information should be supplied in each customer's total share, of the specific type of debt.</p>\n</li>\n<li><p>Income should be provided as the total gross income for the customer.</p>\n</li>\n<li><p>Enumeration fields are commented with all available enumerations in the request examples.</p>\n</li>\n<li><p>All products that can have a co-buyer/customer, have request examples with co-buyer. Notice that co-buyer is not mandatory.</p>\n</li>\n<li><p>If the application is for refinancing of existing debt, the total amount to refinance should be specified in the <code>RefinanceAmount</code> field. The 'RefinanceAmount' field is not mandatory.</p>\n</li>\n<li><p>The response examples will contain more fields than documented, but these fields are not relevant. Contact Instabank for information about undocumented fields</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"the-flow\">The flow</h1>\n<ol>\n<li><p>An application is created with a <code>Create</code> method.</p>\n<ol>\n<li>If approved, the offer will be presented in the response.</li>\n</ol>\n</li>\n<li><p>If the applicant chooses to accepted an approved application, the application is set as accepted with the <code>SetAccepted</code> method</p>\n<ol>\n<li><p>When the application is set as accepted, an automatic communication (SMS and/or e-mail) with a link to Instabank’s direct channel, will be sent to the application by Instabank.</p>\n</li>\n<li><p>The onboarding is then completed by the customer, in Instabank’s direct channel.</p>\n</li>\n</ol>\n</li>\n<li><p>Any status changes to the application is continuously pushed back, if a push-back-service is agreed upon with Instabank.</p>\n<ol>\n<li><p>If no push-back-service is in place, the integrating part is responsible for getting status/application changes using the <code>Get</code> method.</p>\n<ol>\n<li>If the <code>Get</code> method is setup to run on an interval, the interval should never be shorter than 5 minutes per application.</li>\n</ol>\n</li>\n</ol>\n</li>\n</ol>\n<hr>\n<h1 id=\"markingset-as-accepted\">Marking/set as accepted</h1>\n<p>As described in <code>The flow</code> chapter, the application has to be set as accepted by the applicant, before Instabank will start processing the application. This flow is the standard flow. Most lending agents present multiple offers from multiple banks to their customers. The customer then has to choose one of the offers. Setting the application as accepted, is this action of choosing Instabank's offer.</p>\n<p>However, if you do not offer multiple offers for your customers, you can set the application as accepted in the <code>Create</code> method, by setting the <code>DoSetAccepted</code> field to <code>true</code>.</p>\n<hr>\n<h1 id=\"forwarding-to-instabank\">Forwarding to Instabank</h1>\n<p>Use the URL presented in the <code>Application.Applicant.SigningUrl</code> for forwarding the customer to Instabank, for completion of the application.</p>\n<p><code>Application.CoApplicants[].SigningUrl</code> for co-buyers.</p>\n<hr>\n<h1 id=\"products\">Products</h1>\n<p>Available product are documented as separate <code>Create</code> methods below. The product is specified in the <code>Product.Code</code> field.</p>\n<p>Contact Instabank for the specific terms per product.</p>\n<h4 id=\"available-products\">Available products</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Product</strong></th>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credit card</td>\n<td>600</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h1 id=\"application-reference\">Application reference</h1>\n<p>Communication between Instabank and the agent is done based on a common reference.</p>\n<p>The reference field is named <code>Application.ExternalReference</code> and can be set by the agent.</p>\n<ul>\n<li><p>If this field is used, the reference has to be unique per application.</p>\n</li>\n<li><p>If the field is not used, a GUID will automatically be generated.</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"push-backstatus-update\">Push back/status update</h1>\n<p>Any status changes to the application is continuously pushed back, if a push-back-service is agreed upon with Instabank.</p>\n<p>If no push-back-service is in place, the integrating part is responsible for getting status/application changes using the <code>Get</code> method.</p>\n<p>If the <code>Get</code> method is setup to run on an interval, the interval should never be shorter than 5 minutes per application.</p>\n<hr>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The API uses basic authentication.</p>\n<ul>\n<li><p>A user name and password will be provided.</p>\n</li>\n<li><p>The user name will be the same for all environments.</p>\n</li>\n<li><p>The password will be different in all environments.</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"mandatory-fields\">Mandatory fields</h1>\n<p>The only mandatory fields are Application.Applicant.FirstName/LastName/BirthDate/Email/MobilePhoneNumber, Application.Product.Code and Application.Calculaton.Amount.</p>\n<p>All other fields should only be filled if you have a value for the field. Do not default fields you do not have values for, set them null or do not inlcude them in the request. This means; do not set string fields to empty string, do not set number fields to 0, do not set boolean values to false, or any other value, if you do not have an actual value for the field.</p>\n<hr>\n<h1 id=\"response-fields\">Response fields</h1>\n<p>See the documented example responses for fields in the response. Notice that it's only the relevant fields that are in the documented examples. The response will contain more fields than documented, but these fields are not relevant. Contact Instabank for information about undocumented fields.</p>\n<hr>\n<h1 id=\"enumerations\">Enumerations</h1>\n<p>Enumeration fields are commented with all available enumerations in the request examples.</p>\n<hr>\n<h1 id=\"error-handling\">Error handling</h1>\n<p>There are no error scenarios that needs specific handling. All errors will generate a HTTP status indicating and error.</p>\n<p>The response on error will contain the following fields:</p>\n<ul>\n<li><p><code>Message</code> - Describing the error.</p>\n</li>\n<li><p><code>Code</code> - Uniquely identifying the error.</p>\n</li>\n<li><p><code>RequestId</code> - Uniquely identifying the request.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Message\": \"An error occurred\",\n  \"Code\": 10,\n  \"RequstId\": \"5edf8ed9-ebb1-41a8-bc84-07c8910f6d68\"\n}\n\n</code></pre>\n<p>Please contact Instabank if you experience repeated errors.</p>\n<hr>\n<h1 id=\"customers\">Customers</h1>\n<p>All products that can have a co-buyer/customer, have request examples with co-buyer. Notice that co-buyer is not mandatory.</p>\n<p>Customer and co-buyer share the same fields in the request and response.</p>\n<hr>\n<h1 id=\"debt-and-income\">Debt and income</h1>\n<p>Debt information should be supplied in each customer's total share, of the specific type of debt.</p>\n<p>I.E if there's two customers, and they have a shared mortgage loan of 200 000. The mortgage loan share for each applicant is 100 000.</p>\n<p>Income should be provided as the total net income for the customer.</p>\n<hr>\n<h1 id=\"refinancing\">Refinancing</h1>\n<p>If the application is for refinancing of existing debt, the total amount to refinance should be specified in the <code>RefinanceAmount</code> field. The 'RefinanceAmount' field is not mandatory.</p>\n<hr>\n<h1 id=\"environments\">Environments</h1>\n<p>There is a production environment and a test environment.</p>\n<ul>\n<li><p>All testing should be done in the test environment.</p>\n</li>\n<li><p>The test data provided in this documentation will only work in the test environment.</p>\n</li>\n<li><p>You will be provided a different password for each environment, the user name is the same in all environments.</p>\n</li>\n<li><p>The API base URL will be different for each environment.</p>\n<ul>\n<li><p>Production: <a href=\"https://netbank.instabank.de\">https://netbank.instabank.de</a></p>\n</li>\n<li><p>Test: <a href=\"https://netbankpp.instabank.de\">https://netbankpp.instabank.de</a></p>\n</li>\n</ul>\n</li>\n<li><p>The only difference in the URL between production and test is the addition of <code>pp</code> in test.</p>\n</li>\n<li><p>Between the countries, the top/country part of the domain/URL will change. - <code>.no, .fi, .se, .de</code></p>\n</li>\n</ul>\n<hr>\n<h1 id=\"updating\">Updating</h1>\n<p>Updating an application is not available. Contact Instabank if you have specific needs related to updating.</p>\n<hr>\n<h1 id=\"cancelling\">Cancelling</h1>\n<p>Cancelling an application is restricted. Contact Instabank if you have specific needs related to cancelling.</p>\n<hr>\n<h1 id=\"support\">Support</h1>\n<ul>\n<li><p><a href=\"https://mailto:instasupport@instabank.no\">instasupport@instabank.no</a> - General support</p>\n</li>\n<li><p><a href=\"https://mailto:erik.aune@instabank.no\">erik.aune@instabank.no</a> - API responsible</p>\n</li>\n<li><p><a href=\"https://mailto:daniel.ramstad@instabank.no\">daniel.ramstad@instabank.no</a> - API responsible</p>\n</li>\n<li><p><a href=\"https://mailto:farzad.jalily@instabank.no\">farzad.jalily@instabank.no</a> - CTO</p>\n</li>\n</ul>\n<hr>\n<h1 id=\"requests\">Requests</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"The flow","slug":"the-flow"},{"content":"Marking/set as accepted","slug":"markingset-as-accepted"},{"content":"Forwarding to Instabank","slug":"forwarding-to-instabank"},{"content":"Products","slug":"products"},{"content":"Application reference","slug":"application-reference"},{"content":"Push back/status update","slug":"push-backstatus-update"},{"content":"Authentication","slug":"authentication"},{"content":"Mandatory fields","slug":"mandatory-fields"},{"content":"Response fields","slug":"response-fields"},{"content":"Enumerations","slug":"enumerations"},{"content":"Error handling","slug":"error-handling"},{"content":"Customers","slug":"customers"},{"content":"Debt and income","slug":"debt-and-income"},{"content":"Refinancing","slug":"refinancing"},{"content":"Environments","slug":"environments"},{"content":"Updating","slug":"updating"},{"content":"Cancelling","slug":"cancelling"},{"content":"Support","slug":"support"},{"content":"Requests","slug":"requests"}],"owner":"37624662","collectionId":"f9d0794e-e9c6-4ca4-acdc-71f28dcb434c","publishedId":"2sB2cRC4GE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-31T16:19:58.000Z"},"item":[{"name":"Create credit card","id":"dfff6f9c-8c5b-4dd0-a067-f021afa622e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"Product\": {\r\n            \"Code\": 600\r\n        },\r\n        \"Applicant\": {\r\n            \"FirstName\": \"Test\",\r\n            \"LastName\": \"Person\",\r\n            \"Address\": \"Street 24\",\r\n            \"ZipCode\": \"01574\",\r\n            \"City\": \"Berlin\",\r\n            \"BirthDate\": \"1980-01-23\",\r\n            \"EMail\": \"customer@instabank.com\",\r\n            \"MobilePhoneNumber\": \"000000000\",\r\n            /*\r\n                Married = 1,\r\n                Cohabiting = 2,\r\n                Divorced = 3,\r\n                Single = 4  \r\n            */\r\n            \"MaritalStatus\": 1,\r\n            /*\r\n                PermanentlyEmployed = 1,\r\n                TemporarilyEmployed = 2,\r\n                SelfEmployed = 3,\r\n                Unemployed = 4,\r\n                SicknessAllowance = 5,\r\n                DisabilityPension = 6,\r\n                Retired = 7,\r\n                Student = 8,\r\n                Other = 9\r\n            */\r\n            \"EmploymentStatus\": 1,\r\n            \"OwnsHouse\": true,\r\n            /*\r\n                Monthly housing cost\r\n            */\r\n            \"MonthlyHousingCost\": 0,\r\n            /*\r\n                Is German citizen or has German ID/passport\r\n            */\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 800,\r\n            /*\r\n                Monthly cost for all debt\r\n            */\r\n            \"MonthlyDebtCost\": 500,\r\n            /*\r\n               Values for \"Additional employment group\" (not mandatory)\r\n            */\r\n            \"OccupationGroup\": \"Employee\",\r\n            /*\r\n                Start date of employment (not mandatory)\r\n            */\r\n            \"DateOfEmployment\": \"2025-12-31\",\r\n            /*\r\n                Start Date of current occupancy (not mandatory)\r\n            */\r\n            \"DateOfOccupancy\": \"2020-12-31\",\r\n            /*\r\n                PSD2 data as a base64 string\r\n            */\r\n            \"Psd2DataAsBase64\": \"\"\r\n        }\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": true,\r\n    /*\r\n        IP of customer's client/device, if available\r\n    */\r\n    \"ClientIp\": \"129.23.12.32\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.de/public/api/application/create","description":"<p>Request for creating an application for a credit card.</p>\n","urlObject":{"protocol":"https","path":["public","api","application","create"],"host":["netbankpp","instabank","de"],"query":[],"variable":[]}},"response":[{"id":"6ac32e1e-5dd9-4d6c-8280-95684fd80bef","name":"Create credit card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"Product\": {\r\n            \"Code\": 600\r\n        },\r\n        \"Applicant\": {\r\n            \"FirstName\": \"Test\",\r\n            \"LastName\": \"Person\",\r\n            \"Address\": \"Street 24\",\r\n            \"ZipCode\": \"01574\",\r\n            \"City\": \"Berlin\",\r\n            \"BirthDate\": \"1980-01-23\",\r\n            \"EMail\": \"customer@instabank.com\",\r\n            \"MobilePhoneNumber\": \"000000000\",\r\n            /*\r\n                Married = 1,\r\n                Cohabiting = 2,\r\n                Divorced = 3,\r\n                Single = 4  \r\n            */\r\n            \"MaritalStatus\": 1,\r\n            /*\r\n                PermanentlyEmployed = 1,\r\n                TemporarilyEmployed = 2,\r\n                SelfEmployed = 3,\r\n                Unemployed = 4,\r\n                SicknessAllowance = 5,\r\n                DisabilityPension = 6,\r\n                Retired = 7,\r\n                Student = 8,\r\n                Other = 9\r\n            */\r\n            \"EmploymentStatus\": 1,\r\n            \"OwnsHouse\": true,\r\n            /*\r\n                Monthly housing cost\r\n            */\r\n            \"MonthlyHousingCost\": 0,\r\n            /*\r\n                Is German citizen or has German ID/passport\r\n            */\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 800,\r\n            /*\r\n                Monthly cost for all debt\r\n            */\r\n            \"MonthlyDebtCost\": 500,\r\n            /*\r\n                PSD2 data as a base64 string\r\n            */\r\n            \"Psd2DataAsBase64\": \"\"\r\n        }\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.de/public/api/application/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Origin","value":"null"},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive"},{"key":"Date","value":"Wed, 24 Jul 2024 12:40:27 GMT"},{"key":"Content-Length","value":"1221"}],"cookie":[],"responseTime":null,"body":"{\n    \"Application\": {\n        \"Offer\": {\n            \"Interest\": 12.5,\n            \"EffectiveInterest\": 15.38256,\n            \"MonthlyAmountTotal\": 3413.73,\n            \"MonthlyAmount\": 3368.73,\n            \"InvoiceFee\": 45,\n            \"MonthlyFee\": 45,\n            \"AdministrationFee\": 90,\n            \"FeesTotal\": 1035,\n            \"DocumentFee\": 0,\n            \"Amount\": 100\n        },\n        \"Applicant\": {\n            /*\n                When redirecting the customer to Instabank, use this URL\n            */\n            \"SigningUrl\": \"https://netbankpp.instabank.de/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n            /*\n                True, if PSD2 is required for the approval\n            */\n            \"IsPsd2Required\": false\n        },\n        /*\n            • Cancelled - The application is cancelled.\n            • New - The application is in control, and is awaiting further manual handling.\n            • Approved - The application has been approved, but is awaiting further handling.\n            • Control - The application is in control, and is awaiting further manual handling.\n            • Rejected - The application is rejected, and can be manually cancelled or will be automatically cancelled after a set amount of days.\n            • DocumentsSent - The application has been approved, but is awaiting further handling.\n            • DocumentsComplete - The application has been approved and documents are received, but the application is awaiting further internal handling/verification.\n            • Complete - The application has been approved, and the loan is paid out.\n        */\n        \"Status\": \"Approved\",\n        /*\n            The common reference for the application. \n            If specified in the request, it will be the same as in the request. If not, it's a generated GUID.\n        */\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n        /*\n            Instabank's internal reference for the application.\n        */\n        \"Sequence\": 3220114\n    }\n}"}],"_postman_id":"dfff6f9c-8c5b-4dd0-a067-f021afa622e6"},{"name":"Set accepted","id":"0368d680-8627-4d16-87a9-75ddfb7f11b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.de/public/api/application/setaccepted","description":"<p>Request for setting an application as accepted.</p>\n<hr />\n<p>As described in <code>The flow</code> chapter, the application has to be set as accepted by the applicant, before Instabank will start processing the application. This flow is the standard flow. Most lending agents present multiple offers from multiple banks to their customers. The customer then has to choose one of the offers. Setting the application as accepted, is this action of choosing Instabank's offer.</p>\n<p>However, if you do not offer multiple offers for your customers, you can set the application as accepted in the <code>Create</code> method, by setting the <code>DoSetAccepted</code> field to <code>true</code>.</p>\n","urlObject":{"protocol":"https","path":["public","api","application","setaccepted"],"host":["netbankpp","instabank","de"],"query":[],"variable":[]}},"response":[{"id":"605d087f-2f87-4bc2-b35a-bfdb7f78f727","name":"Set accepted","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.de/public/api/application/setaccepted"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Origin","value":"null"},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive"},{"key":"Date","value":"Wed, 24 Jul 2024 12:40:27 GMT"},{"key":"Content-Length","value":"1221"}],"cookie":[],"responseTime":null,"body":"{\n    \"Application\": {\n        \"Offer\": {\n            \"Interest\": 12.5,\n            \"EffectiveInterest\": 15.38256,\n            \"MonthlyAmountTotal\": 3413.73,\n            \"MonthlyAmount\": 3368.73,\n            \"InvoiceFee\": 45,\n            \"MonthlyFee\": 45,\n            \"AdministrationFee\": 900,\n            \"FeesTotal\": 1035,\n            \"DocumentFee\": 0,\n            \"Amount\": 100000\n        },\n        \"Applicant\": {\n            /*\n                When redirecting the customer to Instabank, use this URL\n            */\n            \"SigningUrl\": \"https://netbankpp.instabank.de/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n        },\n        /*\n            • Cancelled - The application is cancelled.\n            • New - The application is in control, and is awaiting further manual handling.\n            • Approved - The application has been approved, but is awaiting further handling.\n            • Control - The application is in control, and is awaiting further manual handling.\n            • Rejected - The application is rejected, and can be manually cancelled or will be automatically cancelled after a set amount of days.\n            • DocumentsSent - The application has been approved, but is awaiting further handling.\n            • DocumentsComplete - The application has been approved and documents are received, but the application is awaiting further internal handling/verification.\n            • Complete - The application has been approved, and the loan is paid out.\n        */\n        \"Status\": \"Approved\",\n        /*\n            The common reference for the application. \n            If specified in the request, it will be the same as in the request. If not, it's a generated GUID.\n        */\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n        /*\n            Instabank's internal reference for the application.\n        */\n        \"Sequence\": 3220114\n    }\n}"}],"_postman_id":"0368d680-8627-4d16-87a9-75ddfb7f11b6"},{"name":"Get","id":"0136a524-2183-4da1-9bf3-8f1dad53b874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.de/public/api/application/get","description":"<p>Request for getting an application.</p>\n<hr />\n<p>If the this method is setup to run on an interval, the interval should never be shorter than 5 minutes per application.</p>\n","urlObject":{"protocol":"https","path":["public","api","application","get"],"host":["netbankpp","instabank","de"],"query":[],"variable":[]}},"response":[{"id":"79d84c9c-4161-4932-be63-743aabd11a34","name":"Get","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.de/public/api/application/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Access-Control-Allow-Origin","value":"null"},{"key":"Access-Control-Allow-Methods","value":"GET,OPTIONS"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"X-Robots-Tag","value":"noindex, nofollow, noarchive"},{"key":"Date","value":"Wed, 24 Jul 2024 12:40:27 GMT"},{"key":"Content-Length","value":"1221"}],"cookie":[],"responseTime":null,"body":"{\n    \"Application\": {\n        \"Offer\": {\n            \"Interest\": 12.5,\n            \"EffectiveInterest\": 15.38256,\n            \"MonthlyAmountTotal\": 3413.73,\n            \"MonthlyAmount\": 3368.73,\n            \"InvoiceFee\": 45,\n            \"MonthlyFee\": 45,\n            \"AdministrationFee\": 900,\n            \"FeesTotal\": 1035,\n            \"DocumentFee\": 0,\n            \"Amount\": 100000\n        },\n        \"Applicant\": {\n            /*\n                When redirecting the customer to Instabank, use this URL\n            */\n            \"SigningUrl\": \"https://netbankpp.instabank.de/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n        },\n        /*\n            • Cancelled - The application is cancelled.\n            • New - The application is in control, and is awaiting further manual handling.\n            • Approved - The application has been approved, but is awaiting further handling.\n            • Control - The application is in control, and is awaiting further manual handling.\n            • Rejected - The application is rejected, and can be manually cancelled or will be automatically cancelled after a set amount of days.\n            • DocumentsSent - The application has been approved, but is awaiting further handling.\n            • DocumentsComplete - The application has been approved and documents are received, but the application is awaiting further internal handling/verification.\n            • Complete - The application has been approved, and the loan is paid out.\n        */\n        \"Status\": \"Approved\",\n        /*\n            The common reference for the application. \n            If specified in the request, it will be the same as in the request. If not, it's a generated GUID.\n        */\n        \"ExternalReference\": \"57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n        /*\n            Instabank's internal reference for the application.\n        */\n        \"Sequence\": 3220114\n    }\n}"}],"_postman_id":"0136a524-2183-4da1-9bf3-8f1dad53b874"}]}