Settlement Model
This model represents settlement status & final-confrimation value from the proccessor, the entity contains all the required data for accounting reports.
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)
field | type | description |
---|---|---|
status | enum | example: 2
1 = approved, 2 = settled
Successful state of a settlement polling attempt |
confirmation | string | example: 091239831 Final confirmation value from the processor for the transaction |
created | date | example: 2019-12-20T09:47:59.105Z Available on status = 2 (done) |
Last modified 4d ago