# Settlement Model

This model represents settlement status & final-confrimation value from the proccessor, the entity contains all the required data for accounting reports.

### Settlement Model

This model is referenced in the "settlement" field of the [Confirmation Model](/sensepay/transaction-api/models/confirmation-model.md) object.

{% hint style="info" %}
Note: One settlement object can be related to each confirmation in a transaction.

Settlements are polled by SensePass, therefore a callback/socket-message will be fired once its asserted as complete (status = 2)
{% endhint %}

<table><thead><tr><th width="240.2188460730749">field</th><th width="150">type</th><th width="384.2">description</th></tr></thead><tbody><tr><td>status</td><td>enum</td><td>example: 2<br>1 = approved, 2 = settled<br>Successful state of a settlement polling attempt</td></tr><tr><td>confirmation</td><td>string</td><td><p>example: 091239831</p><p>Final confirmation value from the processor for the transaction</p></td></tr><tr><td>created</td><td>date</td><td><p>example: 2019-12-20T09:47:59.105Z</p><p>Available on status = 2 (done)</p></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sensepass.com/sensepay/transaction-api/models/settlement-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
