...
Drawio | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
For more detailed information about the api se redoc or swagger ui
Redoc ui or Swagger UI for beta
Redoc ui or Swagger UI for production
API documentation links below is using redoc ui for beta
Model
...
Find Find settlement
There are multiple ways of querying the Settlement API for an existing settlement.
|
| |
|
| |
|
| |
|
|
Bankintention(API)
Deciding whether to generate a digital or paper pantedokument (mortgage document)
...
A positive broker response is always recognised by the event INTENTION_RESPONSE_RECEIVED
with EventCode
EPS_EV0001
. See information about events and event codes (Code register). In addition, If the brokers settlement resides i EPS, the http return code is 201 (created), which mean the broker response is immediately ready. The http return code is 202 (accepted) means that the broker response is asynchronous and you will have to wait for the INTENTION_RESPONSE_RECEIVED
event.
...
The rules for bank intention, assuming positive response, are:
The first POST shall generate a bank intention of type IntentionFromBank.
If the bank reference is unchanged, in subsequent POST, the flow(DIGITAL/PAPER) must be changed compared to the previous. One exception, if no answer from broker is received.
If the bank reference has been changed in a subsequent POST, it will generate a bank intention of type IntentionFromBank.
If neither flow nor bank reference is changed compared to the previous, a bad request is sent.
If a bank intention did get a negative response or none at all, a bank intention POST will always generate a bank intention of type IntentionFromBank.
...
Plantumlcloud | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Bank intention | Create bank intention that handles settlement that resides in EPS or not. |
Intention from Bank on an existing broker settlement
...
The bank will search for a settlement, and provide an intention directly. The intention contains information whether the bank supports a digital flow or not.
Simple bank intention | Only work with settlements in EPS. |
Provide mortgage document(API)
Status | ||||
---|---|---|---|---|
|
The document resource is used by the bank to upload mortgage documents. If a settlement was found in step two, the settlementuid should be given as a query parameter. The mortgage document will then be included in that settlement. For settlements not known to EPS, it is possible to give the broker’s organization number in the request body, and if EPS is not able to identify a settlement, the mortgage document will be uploaded to Afpant. This enable banks to collaborate with brokers even if the broker is not using Ambita’s services for electronic registration and settlement services.
For customers integrating etinglysing.no, this step is handled by “send to broker”.
Upload document |
Add attachment
Status | ||||
---|---|---|---|---|
|
Attachments are documents that relate to a document resource. The resource has its own endpoint, but must be linked to the document.
...