Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a brief description of the API calls most commonly used by banks. For full details about the request and response payloads, se the swagger the swagger documentation.

Drawio
simple0
zoom1
inComment0
custContentId1432191046
pageId1296367729
diagramDisplayNameEPS for bank
lbox1
contentVer3
revision3
baseUrlhttps://ambita.atlassian.net/wiki
diagramNameFlow intention
pCenter0
width2301
links
tbstyle
height446

Table of Contents

Find settlement

There are multiple ways of querying the Settlement API for an existing settlement.

  • Query by buyer

...

  • - Finds settlements by buyers SSN

...

Resource

...

Settlement

...

Service

...

[GET] /v1/settlements?buyerPersonalNumber=<SSN>

...

Response

...

  • ,

  • Query by buyer and property key

...

...

Resource

...

Settlement

...

Service

...

[GET] /v1/settlements?buyerPersonalNumber=<SSN>&propertyKey=<####-##-###-#-#>

...

...

PagedResources<SettlementResource>

  • Get by financial source

    Status
    colourGreen
    titleNew feature

...

  • - a bank may query settlements where

...

  • their org.no. has been used in bidding without knowing the buyers ID

...

Resource

...

Settlement

...

Service

...

[GET] /v1/settlements/?isFinancialSource=true&from=2020-01-01T00:00:00.000

...

Response

...

Parameters

Description

isFinancialSource

Boolean parameter. If true, all active settlements where the organization of the authenticated user will be returned

from

Filter on settlements created after a given time and date

  • Get by unique identifier

...

  • - Each settlement have a globally unique ID that may be used for getting a specific settlement.

SettlementResource

Resource

Settlement

Service

[GET] /v1/settlements/{unique identifier}

Response

Swagger documentation for finding a settlement

Beta

Production

Send intention

Deciding whether to generate a digital or paper pantedokument (mortgage document)

...