Account Transaction
Developing
Request
Body Params application/jsonRequired
{
"cardAccountId": "string",
"fromDate": "2026-06-29T16:51:48.578Z",
"toDate": "2026-06-29T16:51:48.578Z"
}
Request Code Samples
curl --location 'https://ekpayout-uat.enkash.in/api/v0/partner/transaction/search?offset=0&limit=5000&orderBy=string&direction=ASC' \
--header 'Content-Type: application/json' \
--data '{
"cardAccountId": "string",
"fromDate": "2026-06-29T16:51:48.578Z",
"toDate": "2026-06-29T16:51:48.578Z"
}'
Responses
application/json
Modified at 2026-06-29 16:54:06