cURL
curl --request POST \ --url https://{tenant}.fincode.software/api/v6/services/transactionmanagement/history-data \ --header 'Content-Type: application/json' \ --header 'X-Auth-Token: <x-auth-token>' \ --header 'platform: <platform>' \ --header 'uuid: <uuid>' \ --data ' { "fromAmount": 0.1, "toAmount": 100000000, "fromDate": "2025-09-21", "toDate": "2025-11-20", "totalNumber": 200, "startNumber": 1, "customerCode": "<string>" } '
Retrieves a paginated and filtered list of transactions for the authenticated customer or a customer managed by the agent/manager.
POST
Transaction history