added
Account entries endpoints
August 21st, 2024
We introduced a new endpoint to retrieve account entries for a set organization. Account entries are basically all movements of a card account. The endpoint will enable you to fetch booked account movements and provide detailed account informations, together with the statements endpoint.
- GET /account-entries will return the movements as specified
- POST /account-entries/subscription to subscribe to the related
ACCOUNT_ENTRY_CREATED
event. The response payload of the callback will be the same of the GET endpoint above