{"info":{"_postman_id":"114e0733-f59d-472d-8fcb-a6098f08ffe2","name":"Instabank - Agent API - Finland","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 Finland. Below you will find the specifications for creating loan applications for the products that Instabank offers in Finland.</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 Germany you can find it <a href=\"https://netbank.instabank.de/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>Consumer loan</td>\n<td>151</td>\n</tr>\n<tr>\n<td>Credit line</td>\n<td>251</td>\n</tr>\n<tr>\n<td>Credit card - Instapay</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.SocialSecurityNumber/MobilePhoneNumber/EMail, 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. 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=\"secci-document\">SECCI document</h1>\n<p>Link/URL to the SECCI document will be returned in the <code>Application.TermsUrl</code> field in the response from all <code>Create</code> methods and <code>Get</code> method.</p>\n<p>The URL will return an up to date SECCI document for the application, as an inline PDF. This means that the customer can either be sent directly to URL or the PDF can be downloaded from the URL and presented to the customer in any desired way.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"TermsUrl\": \"https://www.netbank.instabank.fi/public/api/application/terms?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n}\n\n</code></pre>\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 gross 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.fi\">https://netbank.instabank.fi</a></p>\n</li>\n<li><p>Test: <a href=\"https://netbankpp.instabank.fi\">https://netbankpp.instabank.fi</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</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":"SECCI document","slug":"secci-document"},{"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":"114e0733-f59d-472d-8fcb-a6098f08ffe2","publishedId":"2sAXqnfQ6T","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-13T10:54:44.000Z"},"item":[{"name":"Create loan","id":"45bdf7b4-760c-4104-8e4e-9291a45e742c","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        \"Calculation\": {\r\n            /*\r\n                The loan amount\r\n            */\r\n            \"Amount\": 10000,\r\n            \"DurationInMonths\": 36\r\n        },\r\n        \"Product\": {\r\n            \"Code\": 151\r\n        },\r\n        \"Applicant\": {\r\n            /*\r\n                Set to true if the customer has been verified using SCA (FTN)\r\n            */\r\n            \"IsCustomerVerified\": true,\r\n            /*\r\n                The verification method for customer verification - I.E FTN\r\n            */\r\n            \"VerificationMethod\": \"FTN\",\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            \"NumberOfChildren\": 2,\r\n            \"OwnsHouse\": true,\r\n            \"OwnsCar\": true,\r\n            \"MonthlyRent\": 0,\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 86000,\r\n            \"MonthlyIncomeOther\": 800,\r\n            \"MonthlyIncomeSpouse\": 50000,\r\n            \"MortgageDebt\": 500000,\r\n            \"ConsumerDebt\": 50000,\r\n            \"StudentDebt\": 15000,\r\n            /*\r\n                Total of other debt than the debt types above, that is secured/pledged with a collateral.\r\n                I.E car, motorcycle, boat loans etc.\r\n            */\r\n            \"OtherSecuredDebt\": 8000,\r\n            \"SocialSecurityNumber\": \"081086-1132\"\r\n        },\r\n        \"CoApplicants\": [\r\n            {\r\n                /*\r\n                    Set to true if the customer has been verified using SCA (FTN)\r\n                */\r\n                \"IsCustomerVerified\": true,\r\n                /*\r\n                    The verification method for customer verification - I.E FTN\r\n                */\r\n                \"VerificationMethod\": \"FTN\",\r\n                \"EMail\": \"cobuyer@instabank.com\",\r\n                \"MobilePhoneNumber\": \"000000000\",\r\n                \"MaritalStatus\": 1,\r\n                \"EmploymentStatus\": 1,\r\n                \"NumberOfChildren\": 2,\r\n                \"OwnsHouse\": true,\r\n                \"OwnsCar\": true,\r\n                \"MonthlyRent\": 0,\r\n                \"IsCitizen\": true,\r\n                \"MonthlyIncome\": 86000,\r\n                \"MonthlyIncomeOther\": 800,\r\n                \"MonthlyIncomeSpouse\": 50000,\r\n                \"MortgageDebt\": 500000,\r\n                \"ConsumerDebt\": 50000,\r\n                \"StudentDebt\": 15000,\r\n                \"SocialSecurityNumber\": \"010273-0933\"\r\n            }\r\n        ],\r\n        /*\r\n            The total amount to refinance with this application.\r\n        */\r\n        \"RefinanceAmount\": 1000,\r\n        /*\r\n            Optional notes for case handler\r\n        */\r\n        \"Notes\": [\r\n            { \r\n                \"Text\": \"Note sample 1\"\r\n            },\r\n            { \r\n                \"Text\": \"Note sample 2\"\r\n            }\r\n        ],\r\n        /*\r\n            Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n            Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n        */\r\n        \"Reference\": null\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/public/api/application/create","description":"<p>Request for creating a normal consumer loan.</p>\n<p>This is a unsecured loan with a down payment plan.</p>\n","urlObject":{"protocol":"https","path":["public","api","application","create"],"host":["netbankpp","instabank","fi"],"query":[],"variable":[]}},"response":[{"id":"ca44a785-8b1a-428b-b103-ecc1d4c75e6d","name":"Create loan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"Calculation\": {\r\n            /*\r\n                The loan amount\r\n            */\r\n            \"Amount\": 10000,\r\n            \"DurationInMonths\": 36\r\n        },\r\n        \"Product\": {\r\n            \"Code\": 151\r\n        },\r\n        \"Applicant\": {\r\n            /*\r\n                Set to true if the customer has been verified using SCA (FTN)\r\n            */\r\n            \"IsCustomerVerified\": true,\r\n            /*\r\n                The verification method for customer verification - I.E FTN\r\n            */\r\n            \"VerificationMethod\": \"FTN\",\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            \"NumberOfChildren\": 2,\r\n            \"OwnsHouse\": true,\r\n            \"OwnsCar\": true,\r\n            \"MonthlyRent\": 0,\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 86000,\r\n            \"MonthlyIncomeOther\": 800,\r\n            \"MonthlyIncomeSpouse\": 50000,\r\n            \"MortgageDebt\": 500000,\r\n            \"ConsumerDebt\": 50000,\r\n            \"StudentDebt\": 15000,\r\n            /*\r\n                Total of other debt than the debt types above, that is secured/pledged with a collateral.\r\n                I.E car, motorcycle, boat loans etc.\r\n            */\r\n            \"OtherSecuredDebt\": 8000,\r\n            \"SocialSecurityNumber\": \"081086-1132\"\r\n        },\r\n        \"CoApplicants\": [\r\n            {\r\n                /*\r\n                    Set to true if the customer has been verified using SCA (FTN)\r\n                */\r\n                \"IsCustomerVerified\": true,\r\n                /*\r\n                    The verification method for customer verification - I.E FTN\r\n                */\r\n                \"VerificationMethod\": \"FTN\",\r\n                \"EMail\": \"cobuyer@instabank.com\",\r\n                \"MobilePhoneNumber\": \"000000000\",\r\n                \"MaritalStatus\": 1,\r\n                \"EmploymentStatus\": 1,\r\n                \"NumberOfChildren\": 2,\r\n                \"OwnsHouse\": true,\r\n                \"OwnsCar\": true,\r\n                \"MonthlyRent\": 0,\r\n                \"IsCitizen\": true,\r\n                \"MonthlyIncome\": 86000,\r\n                \"MonthlyIncomeOther\": 800,\r\n                \"MonthlyIncomeSpouse\": 50000,\r\n                \"MortgageDebt\": 500000,\r\n                \"ConsumerDebt\": 50000,\r\n                \"StudentDebt\": 15000,\r\n                \"SocialSecurityNumber\": \"010273-0933\"\r\n            }\r\n        ],\r\n        /*\r\n            The total amount to refinance with this application.\r\n        */\r\n        \"RefinanceAmount\": 1000,\r\n        /*\r\n            Optional notes for case handler\r\n        */\r\n        \"Notes\": [\r\n            { \r\n                \"Text\": \"Note sample 1\"\r\n            },\r\n            { \r\n                \"Text\": \"Note sample 2\"\r\n            }\r\n        ],\r\n        /*\r\n            Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n            Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n        */\r\n        \"Reference\": null\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/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            \"IsFinal\": false,\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            \"DurationInMonths\": 36\n        },\n        \"Applicant\": {\n            /*\n                When redirecting the customer to Instabank, use this URL\n            */\n            \"SigningUrl\": \"https://netbankpp.instabank.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n            \"SocialSecurityNumber\": \"10038239762\"\n        },\n        \"CoApplicants\": [\n            {\n                \"SigningUrl\": \"https://netbankpp.instabank.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n                \"SocialSecurityNumber\": \"12058801613\"\n            }\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 and is awaiting signing.\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 and is awaiting signing.\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            RejectReason appares if rejected\n        */\n        \"RejectReason\": \"\",\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            URL for SECCI/SEF document.\n            The URL will return an up to date SECCI document for the application, as an inline PDF.\n\n            Notice that this is functionality is not yet available.\n        */\n        \"TermsUrl\": \"https://www.netbank.instabank.fi/public/api/application/terms?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n    }\n}"}],"_postman_id":"45bdf7b4-760c-4104-8e4e-9291a45e742c"},{"name":"Create credit card","id":"fabf18b8-e7c0-4909-bd87-88f46794b99f","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            /*\r\n                Set to true if the customer has been verified using SCA (FTN)\r\n            */\r\n            \"IsCustomerVerified\": true,\r\n            /*\r\n                The verification method for customer verification - I.E FTN\r\n            */\r\n            \"VerificationMethod\": \"\",\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            \"NumberOfChildren\": 2,\r\n            \"OwnsHouse\": true,\r\n            \"OwnsCar\": true,\r\n            \"MonthlyRent\": 0,\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 86000,\r\n            \"MonthlyIncomeOther\": 800,\r\n            \"MonthlyIncomeSpouse\": 50000,\r\n            \"MortgageDebt\": 500000,\r\n            \"ConsumerDebt\": 50000,\r\n            \"StudentDebt\": 15000,\r\n            /*\r\n                Total of other debt than the debt types above, that is secured/pledged with a collateral.\r\n                I.E car, motorcycle, boat loans etc.\r\n            */\r\n            \"OtherSecuredDebt\": 8000,\r\n            \"SocialSecurityNumber\": \"081086-1132\"\r\n        },\r\n        /*\r\n            Optional notes for case handler\r\n        */\r\n        \"Notes\": [\r\n            { \r\n                \"Text\": \"Note sample 1\"\r\n            },\r\n            { \r\n                \"Text\": \"Note sample 2\"\r\n            }\r\n        ],\r\n        /*\r\n            Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n            Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n        */\r\n        \"Reference\": null\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": false,\r\n    /*\r\n        Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n        Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n    */\r\n    \"Reference\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/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","fi"],"query":[],"variable":[]}},"response":[{"id":"fb6c6089-dd66-4003-9877-8c4828493e92","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            /*\r\n                Set to true if the customer has been verified using SCA (FTN)\r\n            */\r\n            \"IsCustomerVerified\": true,\r\n            /*\r\n                The verification method for customer verification - I.E FTN\r\n            */\r\n            \"VerificationMethod\": \"FTN\",\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            \"NumberOfChildren\": 2,\r\n            \"OwnsHouse\": true,\r\n            \"OwnsCar\": true,\r\n            \"MonthlyRent\": 0,\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 86000,\r\n            \"MonthlyIncomeOther\": 800,\r\n            \"MonthlyIncomeSpouse\": 50000,\r\n            \"MortgageDebt\": 500000,\r\n            \"ConsumerDebt\": 50000,\r\n            \"StudentDebt\": 15000,\r\n            /*\r\n                Total of other debt than the debt types above, that is secured/pledged with a collateral.\r\n                I.E car, motorcycle, boat loans etc.\r\n            */\r\n            \"OtherSecuredDebt\": 8000,\r\n            \"SocialSecurityNumber\": \"081086-1132\"\r\n        },\r\n        /*\r\n            Optional notes for case handler\r\n        */\r\n        \"Notes\": [\r\n            { \r\n                \"Text\": \"Note sample 1\"\r\n            },\r\n            { \r\n                \"Text\": \"Note sample 2\"\r\n            }\r\n        ],\r\n        /*\r\n            Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n            Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n        */\r\n        \"Reference\": null\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/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            \"IsFinal\": false,\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.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n            \"SocialSecurityNumber\": \"10038239762\"\n        },\n        /*\n            • Cancelled - The application is cancelled.\n            • New - The application is in control, and is awaiting further manual handling.\n            • Approved - Approved - The application has been approved and is awaiting signing.\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 and is awaiting signing.\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            RejectReason appares if rejected\n        */\n        \"RejectReason\": \"\",\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            URL for SECCI/SEF document.\n            The URL will return an up to date SECCI document for the application, as an inline PDF.\n\n            Notice that this is functionality is not yet available.\n        */\n        \"TermsUrl\": \"https://www.netbank.instabank.fi/public/api/application/terms/57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n    }\n}"}],"_postman_id":"fabf18b8-e7c0-4909-bd87-88f46794b99f"},{"name":"Create credit line","id":"eb07016a-2ef8-4937-9717-eb429d570630","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        \"Calculation\": {\r\n            /*\r\n                 The credit limit\r\n            */\r\n            \"Amount\": 100000\r\n        },\r\n        \"Product\": {\r\n            \"Code\": 251\r\n        },\r\n        \"Applicant\": {\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            \"NumberOfChildren\": 2,\r\n            \"OwnsHouse\": true,\r\n            \"OwnsCar\": true,\r\n            \"MonthlyRent\": 0,\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 86000,\r\n            \"MonthlyIncomeOther\": 800,\r\n            \"MonthlyIncomeSpouse\": 50000,\r\n            \"MortgageDebt\": 500000,\r\n            \"ConsumerDebt\": 50000,\r\n            \"StudentDebt\": 15000,\r\n            /*\r\n                Total of other debt than the debt types above, that is secured/pledged with a collateral.\r\n                I.E car, motorcycle, boat loans etc.\r\n            */\r\n            \"OtherSecuredDebt\": 8000,\r\n            \"SocialSecurityNumber\": \"081086-1132\"\r\n        },\r\n        \"CoApplicants\": [\r\n            {\r\n                \"EMail\": \"cobuyer@instabank.com\",\r\n                \"MobilePhoneNumber\": \"000000000\",\r\n                \"MaritalStatus\": 1,\r\n                \"EmploymentStatus\": 1,\r\n                \"NumberOfChildren\": 2,\r\n                \"OwnsHouse\": true,\r\n                \"OwnsCar\": true,\r\n                \"MonthlyRent\": 0,\r\n                \"IsCitizen\": true,\r\n                \"MonthlyIncome\": 86000,\r\n                \"MonthlyIncomeOther\": 800,\r\n                \"MonthlyIncomeSpouse\": 50000,\r\n                \"MortgageDebt\": 500000,\r\n                \"ConsumerDebt\": 50000,\r\n                \"StudentDebt\": 15000,\r\n                \"SocialSecurityNumber\": \"010273-0933\"\r\n            }\r\n        ],\r\n        /*\r\n            The total amount to refinance with this application.\r\n        */\r\n        \"RefinanceAmount\": 1000,\r\n        /*\r\n            Optional notes for case handler\r\n        */\r\n        \"Notes\": [\r\n            { \r\n                \"Text\": \"Note sample 1\"\r\n            },\r\n            { \r\n                \"Text\": \"Note sample 2\"\r\n            }\r\n        ],\r\n        /*\r\n            Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n            Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n        */\r\n        \"Reference\": null\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/public/api/application/create","description":"<p>Request for creating a credit line.</p>\n<p>A credit line is a revoling credit, which can be paid down and then paid out again.</p>\n","urlObject":{"protocol":"https","path":["public","api","application","create"],"host":["netbankpp","instabank","fi"],"query":[],"variable":[]}},"response":[{"id":"924ded93-5d2f-41f5-ac88-0c8f27aa71cc","name":"Create credit line","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Application\": {\r\n        \"Calculation\": {\r\n            /*\r\n                 The credit limit\r\n            */\r\n            \"Amount\": 100000\r\n        },\r\n        \"Product\": {\r\n            \"Code\": 251\r\n        },\r\n        \"Applicant\": {\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            \"NumberOfChildren\": 2,\r\n            \"OwnsHouse\": true,\r\n            \"OwnsCar\": true,\r\n            \"MonthlyRent\": 0,\r\n            \"IsCitizen\": true,\r\n            \"MonthlyIncome\": 86000,\r\n            \"MonthlyIncomeOther\": 800,\r\n            \"MonthlyIncomeSpouse\": 50000,\r\n            \"MortgageDebt\": 500000,\r\n            \"ConsumerDebt\": 50000,\r\n            \"StudentDebt\": 15000,\r\n            /*\r\n                Total of other debt than the debt types above, that is secured/pledged with a collateral.\r\n                I.E car, motorcycle, boat loans etc.\r\n            */\r\n            \"OtherSecuredDebt\": 8000,\r\n            \"SocialSecurityNumber\": \"081086-1132\"\r\n        },\r\n        \"CoApplicants\": [\r\n            {\r\n                \"EMail\": \"cobuyer@instabank.com\",\r\n                \"MobilePhoneNumber\": \"000000000\",\r\n                \"MaritalStatus\": 1,\r\n                \"EmploymentStatus\": 1,\r\n                \"NumberOfChildren\": 2,\r\n                \"OwnsHouse\": true,\r\n                \"OwnsCar\": true,\r\n                \"MonthlyRent\": 0,\r\n                \"IsCitizen\": true,\r\n                \"MonthlyIncome\": 86000,\r\n                \"MonthlyIncomeOther\": 800,\r\n                \"MonthlyIncomeSpouse\": 50000,\r\n                \"MortgageDebt\": 500000,\r\n                \"ConsumerDebt\": 50000,\r\n                \"StudentDebt\": 15000,\r\n                \"SocialSecurityNumber\": \"010273-0933\"\r\n            }\r\n        ],\r\n        /*\r\n            The total amount to refinance with this application.\r\n        */\r\n        \"RefinanceAmount\": 1000,\r\n        /*\r\n            Optional notes for case handler\r\n        */\r\n        \"Notes\": [\r\n            { \r\n                \"Text\": \"Note sample 1\"\r\n            },\r\n            { \r\n                \"Text\": \"Note sample 2\"\r\n            }\r\n        ],\r\n        /*\r\n            Set to your reference, if it's necessary for us to use your reference when updating/pushing updates. \r\n            Notice that the reference has to be globally unique. A sequential reference should be avoided.\r\n        */\r\n        \"Reference\": null\r\n    },\r\n    /*\r\n        Set to 'true' if this application is not sent to any other banks\r\n    */\r\n    \"DoSetAccepted\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/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\": 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.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n            \"SocialSecurityNumber\": \"10038239762\"\n        },\n        \"CoApplicants\": [\n            {\n                \"SigningUrl\": \"https://netbankpp.instabank.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n                \"SocialSecurityNumber\": \"12058801613\"\n            }\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 and is awaiting signing.\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 and is awaiting signing.\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            RejectReason appares if rejected\n        */\n        \"RejectReason\": \"\",\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            URL for SECCI/SEF document.\n            The URL will return an up to date SECCI document for the application, as an inline PDF.\n\n            Notice that this is functionality is not yet available.\n        */\n        \"TermsUrl\": \"https://www.netbank.instabank.fi/public/api/application/terms/57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n    }\n}"}],"_postman_id":"eb07016a-2ef8-4937-9717-eb429d570630"},{"name":"Set accepted","id":"d54c06f4-d964-46f9-ae19-8ee2be4251b0","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.fi/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","fi"],"query":[],"variable":[]}},"response":[{"id":"5a182161-c341-42a2-bd0e-58a5e88dbb33","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.fi/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.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n            \"SocialSecurityNumber\": \"10038239762\"\n        },\n        \"CoApplicants\": [\n            {\n                \"SigningUrl\": \"https://netbankpp.instabank.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n                \"SocialSecurityNumber\": \"12058801613\"\n            }\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 and is awaiting signing.\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 and is awaiting signing.\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":"d54c06f4-d964-46f9-ae19-8ee2be4251b0"},{"name":"Get","id":"38bbf695-3e50-46d9-86c1-22355998ddf0","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.fi/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","fi"],"query":[],"variable":[]}},"response":[{"id":"c3349db5-e2e6-4d72-a6fd-79633dda8c39","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.fi/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.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n            /*\n                Will be true if the applicant has signed the loan documents\n            */\n            \"HasSigned\": true,\n            \"SocialSecurityNumber\": \"10038239762\"\n        },\n        \"CoApplicants\": [\n            {\n                \"SigningUrl\": \"https://netbankpp.instabank.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n                /*\n                    Will be true if the co-applicant has signed the loan documents\n                */\n                \"HasSigned\": true,\n                \"SocialSecurityNumber\": \"12058801613\"\n            }\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 and is awaiting signing.\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 and is awaiting signing.\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            URL for SECCI/SEF document.\n            The URL will return an up to date SECCI/SEF document for the application, as an inline PDF.\n\n            Notice that this is functionality is not yet available.\n        */\n        \"TermsUrl\": \"https://www.netbank.instabank.fi/public/api/application/terms/57e942a5-4269-436f-8b34-5ab9ae371eb7\"\n    }\n}"}],"_postman_id":"38bbf695-3e50-46d9-86c1-22355998ddf0"},{"name":"Get from rejected queue","id":"0c878348-efc5-4e3b-84d5-40e18b375c1e","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":"","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/public/api/application/getfromrejectedqueue","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","getfromrejectedqueue"],"host":["netbankpp","instabank","fi"],"query":[],"variable":[]}},"response":[{"id":"2315ce5d-4b2d-4538-b73b-56c3701549e6","name":"Get from rejected queue","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.fi/public/api/application/getfromrejectedqueue"},"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    {\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.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n                \"SocialSecurityNumber\": \"10038239762\",\n                /*\n                    Will be true if the applicant has consented to and completed the \"samtykke basert lånedata\" - process.\n                */\n                \"HasCompletedConsent\": false\n            },\n            \"CoApplicants\": [\n                {\n                    \"SigningUrl\": \"https://netbankpp.instabank.no/#/loan/new?reference=57e942a5-4269-436f-8b34-5ab9ae371eb7\",\n                    \"SocialSecurityNumber\": \"12058801613\",\n                    /*\n                        Will be true if the applicant has consented to and completed the \"samtykke basert lånedata\" - process.\n                    */\n                    \"HasCompletedConsent\": false\n                }\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 and is awaiting signing.\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 and is awaiting signing.\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    }\n]"}],"_postman_id":"0c878348-efc5-4e3b-84d5-40e18b375c1e"},{"name":"Remove from rejected queue","id":"ee9fcf5f-c3a0-4d9f-b0f5-47e3ded0e1e0","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    \"Applications\": [\r\n        /*\r\n            Use Sequence or ExternalReference\r\n        */\r\n        {\r\n            \"Sequence\": \"\",\r\n            \"ExternalReference\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/public/api/application/removefromrejectedqueue","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","removefromrejectedqueue"],"host":["netbankpp","instabank","fi"],"query":[],"variable":[]}},"response":[{"id":"2d640055-cc77-4078-9637-f7a7ec606ba3","name":"Remove from rejected queue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Applications\": [\r\n        /*\r\n            Use Sequence or ExternalReference\r\n        */\r\n        {\r\n            \"Sequence\": \"\",\r\n            \"ExternalReference\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://netbankpp.instabank.fi/public/api/application/removefromrejectedqueue"},"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":""}],"_postman_id":"ee9fcf5f-c3a0-4d9f-b0f5-47e3ded0e1e0"},{"name":"Cancel","id":"84e49164-fc3e-4d78-97e1-edbb27bef3bc","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.fi/public/api/application/cancel","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","cancel"],"host":["netbankpp","instabank","fi"],"query":[],"variable":[]}},"response":[{"id":"119fed48-9a9a-431b-bbcb-c70adc42204d","name":"Cancel","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.fi/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":""}],"_postman_id":"84e49164-fc3e-4d78-97e1-edbb27bef3bc"}]}