Payment Transaction
Developing
Request
Body Params text/plainRequired
Example:{
"fromAmount": 99999999,
"toAmount": 99999999,
"fromDate": "2026-06-29T16:54:04.434Z",
"toDate": "2026-06-29T16:54:04.434Z",
}
Request Code Samples
curl --location 'https://ekpayout-uat.enkash.in/api/v0/partner/expense/search?offset=0&limit=5000&orderBy=string&direction=ASC' \
--header 'Content-Type: application/json' \
--data '{
"fromAmount": 99999999,
"toAmount": 99999999,
"fromDate": "2026-06-29T16:54:04.434Z",
"toDate": "2026-06-29T16:54:04.434Z",
}'
Responses
application/json
Modified at 2026-06-29 16:55:16