Skip to main content
POST
/
transactionmanagement
/
history-data
History Data
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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint fetches the transaction history, allowing for detailed filtering by amount range, date range, and pagination. It uses a POST method because the complex filtering parameters are sent in the request body.

Headers

platform
string
default:fincode
required
uuid
string
default:200
required
X-Auth-Token
string
required

Body

application/json
fromAmount
number
default:0.1
required
toAmount
number
default:100000000
required
fromDate
string
default:2025-09-21
required
toDate
string
default:2025-11-20
required
totalNumber
number
default:200
required
startNumber
number
default:1
required
customerCode
string

Response

200

Transaction history