Go to ContentGo to Sidebar navigation
Menu
Pre-Approval

Pre-Approval

Pre-Approvals provide an indication of if a Loan Application might be approved, being a calculation that provides the customer with an indication of how much they could borrow given the type of object, loan amount and municipality. It is not binding, and a positive or negative answer is not a guarantee of the same outcome when applying for an effective loan, yet given that all factors and parameters remain the same for both, the loan is likely to have the same outcome.

Note that all applicants must sign before the pre-approval is sent in to the credit handling system.

API spec

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

See the pre-approval API flow below:

  1. Send in a pre-approval request.
    An offer is calculated and sent back as a response.
  2. Accept the offer.
  3. Initiate signing for each applicant. Refer enterprise-signing for details.
  4. Once all applicants have signed, the pre-approval is sent for further processing.
  5. Request the status of the pre-approval application, to check that the application is processed.

For detailed integration steps, refer to the Pre-Approval Guide.