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 object.

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)

fieldtypedescription

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 updated