Go to ContentGo to Sidebar navigation
Menu
Pre approval API Migration Guide

Guide for Pre-approval API

This is a quick guide to the Pre-approval API and how to use it.
Please note that there is no sandbox environment available for the Pre-approval API yet.
Please refer the api spec for details:

pre-approval api spec

öppnas i ny flik

Available Endpoints

The urls for the pre-approval endpoints are as follows:

#UrlDescription
1POST https://api.sbab.se/partner/mortgage/2.0/pre-approvalSubmit data to generate pre-approval offer
2POST https://api.sbab.se/partner/mortgage/2.0/pre-approval/{id}/acceptanceAccept pre-approval offer variant with or without unsecured loan
3GET https://api.sbab.se/partner/mortgage/2.0/pre-approval/{id}/statusGet the status of a submitted pre-approval
4Signing APIInitiate signing for an applicant

Pre-approval flow

This is a quick guide for the Pre-approval API flow.
The steps are same for both Left-To-Live and Max-loan-amount calculation.

Note:

  • If the optional parameter estimated_purchase_price of the intended property is provided in the pre-approval request, Left-To-Live calculation is performed.
  • If the optional parameter estimated_purchase_price of the intended property is NOT provided in the pre-approval request, Max-loan-amount calculation is performed.

Please refer the Left-To-Live or Max-Loan-Amount calculation section for details.
Integration steps for the Pre-approval API are as follows: