Reconciliation
Details the relationships between different transactional data items and how to reconcile them.
Overview
The transactional data APIs expose 4 types of items:
- Authorisations
- Transactions
- Fundings
- Funding Details
In many cases, full use of the transactional data API will require traversal of the various endpoints to reconcile records from one endpoint to the other, and this page will detail how best to do this.
Relationships
The following diagram shows the relationships between each of the endpoints / models, which can be summarised as:
- Authorisations link to Transactions via the
orderIdfield / query param - Transactions link to Authorisations via the
orderIdfield / query param - Transactions link to Fundings via the
fundingDetailIdfield / query param - Fundings link to Funding Details via the
idfield / path param - Funding Details link to Transactions via the
idfield andfundingDetailIdquery param

Updated about 2 years ago