Reconciling settlement records
Reconciling settlement records against transactions
After a transaction has been captured (either through a direct sale or separate authorization and capture) your payment service will likely proceed with clearing the payments, after which they will settle the funds to your account.
Once the funds have been settled by your payment service, we will ingest the settlement reports and reconcile those
entries against the transactions in our system. We will mark any transaction to as settled by matching the ingested
transaction level data to the transactions in our system using the reconciliation_id
, and attach any of the fees to
the transaction record.
See more about the ingestion and scheduling of the settlement reports in the settlement reporting section.
Settled status
Once a transaction has been settled, our dashboard will mark it a having a Settled status.
At the API level, the status
of a transaction will remain capture_succeeded
, and instead we have introduced a few
new fields to indicated a transaction is settled.
Settlement record
Additional information about the settlement you be queries using the GET/transactions/:transaction_id/settlements
API.
Each settlement record represents an ingested record that matches the transaction in our system. The object contains settlement data pulled from the settlement report.
Where available the object will show the transaction cost, settlement currency, the raw report reference and settlement date. The amount stored in the settlement corresponds
to the net_credit
in the settlement report. This value could, in theory, be zero when a transaction was made for a low amount with a minimum fixed commission.
Was this page helpful?