Retrieve the transactions across all accounts for the given cycle date.
Security
bearer-jwt
- Mock serverhttps://api-docs.raipartners.com/_mock/apis/client-management-api-v1/transactions/{date}
- Productionhttps://api.raipartners.com/client-management/transactions/{date}
- Sandboxhttps://api.dev.raipartners.com/client-management/transactions/{date}
curl -i -X GET \
https://api-docs.raipartners.com/_mock/apis/client-management-api-v1/transactions/2026-07-31 \
-H 'API-Version: 1.0.0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Successful stream of transactions. IMPORTANT: The transactions are returned in NDJSON format (one transaction json object per line), not as an array.
The transaction type.
Enum:"Authorization""AuthorizationAdjustment""Sale""CashAdvance""Return""MerchandiseSaleReversal""CashAdvanceReversal""ReturnReversal""MerchandiseSaleAmountAdjustment""CashAdvanceAmountAdjustment"
Example:"Sale"
Response
{"referenceNumber":"7434495GE9WRQ9QVE","type":"Sale","sys":"6161","prin":"0000","agent":"1000","account":{"id":"f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","number":"1234567890123456"},"cardAccount":{"id":"f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","number":"1234567890123456"},"amount":28.35,"date":"2023-01-01","postedDate":"2023-01-02","cycleDate":"2023-01-02","merchant":{"name":"MUSEO OPERA SANTA CROCE","category":"7997","description":"MUSEO OPERA SANTA CROCE FIRENZE IT","location":{"city":"FIRENZE","state":"IT","country":"ITA"}},"exchangeInfo":{"currency":{"code":"EUR","name":"Euro"},"amount":24.2,"exchangeRate":1.171487603}}
{"referenceNumber":"7434495GE9WRQ9QVE","type":"Sale","sys":"6161","prin":"0000","agent":"1000","account":{"id":"f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","number":"1234567890123456"},"cardAccount":{"id":"f2ca1bb6c7e907d06dafe4687e579fce76b37e4e93b7605022da52e6ccc26fd2","number":"12345678…