Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"denomination": 100,
"orderReferenceId": "123445",
"productCatalogId": "PC06534444221NJ1",
"quantity": 1
}
Request Code Samples
curl --location 'https://ekpayout-uat.enkash.in/api/v0/partner/create-order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"denomination": 100,
"orderReferenceId": "123445",
"productCatalogId": "PC06534444221NJ1",
"quantity": 1
}'
Responses
application/json
Modified at 2026-04-13 07:47:19