# 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](https://docs.sensepass.com/sensepay/transaction-api/models/confirmation-model "mention") 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>
