API - Transactional Data - 1.2.0
TL;DR - New /fundings
endpoint for retrieving merchant funding records.
Summary
This release brings a new endpoint for fundings, as well as some improvements to the existing transactions endpoint. Please continue reading for some details on what is included in this release, or check out the following documentation links:
Fundings are a record of all payments between the acquirer and the merchant. These new endpoints allow our partners or merchants to to query the raw data associated with these and understand how much they are being funded, when, and the breakdown of transactions, refunds, chargebacks, fees and more.
Features
- Initial version of the Fundings and Funding Details models
- Added
GET /fundings
endpoint - Added
GET /fundings/{id}
endpoint - Includes mock sandbox endpoint with synthetic data that links to existing 'transactions' sandbox data
Improvements
Transactions
- Records via
/transactions
can now be queried using thefundingDetailId
parameters, in order to provide an easier way to reconcile transactions to their associated funding record
Security
- The transactional data endpoints now support merchant-level security, allowing the APIs to be exposed directly to merchants
Misc Notes
N/A