After a transaction has been captured (either through a direct sale or separate authorization and capture), a payment service likely proceeds with clearing the payments, after which they settle the funds to an account. Once the funds have been settled by a payment service, the settlement reports are imported and reconciled. Those entries are matched against the transactions in the system. Any transaction is marked as settled by matching the imported transaction level data to the transactions in the system using theDocumentation Index
Fetch the complete documentation index at: https://docs.gr4vy.com/llms.txt
Use this file to discover all available pages before exploring further.
reconciliation_id, and any fees are attached 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, the dashboard marks it as having a Settled status. At the API level, thestatus of a transaction remains capture_succeeded, and instead a few
new fields are introduced to indicate a transaction is settled.
Settlement record
Additional information about the settlements can be queried using theGET/transactions/:transaction_id/settlements API.
Each settlement record represents an imported record that matches the transaction in the system. The object contains settlement data pulled from the settlement report.
Where available the object shows 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.