API - Transactional Data - 1.1.0
TL;DR - New /transactions
endpoint for retrieving cleared transaction records.
Summary
This release brings a new endpoint for cleared transactions, as well as some improvements to the existing authorisations endpoint. Please continue reading for some details on what is included in this release, or check out the following documentation links:
Features
- Initial version of the Transactions model
- Added
GET /transactions
endpoint - Added
GET /transactions/{id}
endpoint - Includes mock sandbox endpoint with synthetic data that links to existing 'authorisations' sandbox data
Improvements
Date Query Params
- These are now optional, the default value is the current day
- Values prior to epoch time (1970-01-01) will now fail with a
400 Bad Request
- A value for 'createdBefore' which is less than 'createdAfter' will now throw a
400 Bad Request
Other
- Invalid numeric ID values containing special characters will now correctly return a
404 Not Found
- Invalid query params in the request will now throw a
400 Bad Request
Misc Notes
N/A