Update Card Limits & Controls
Developing
Request
Body Params application/jsonRequired
{
"companyId": "string",
"cardAccountId": "string",
"enKashCardIds": "EKC2122",
"posAllowed": true,
"onlineAllowed": true
}
Request Code Samples
curl --location 'https://ekpayout-uat.enkash.in/api/v0/partner/enKashCard/velocity/rule' \
--header 'authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379' \
--header 'partnerId: CRXXXXXXX' \
--header 'Content-Type: application/json' \
--data '{
"companyId": "string",
"cardAccountId": "string",
"enKashCardIds": "EKC2122",
"posAllowed": true,
"onlineAllowed": true
}'
Responses
application/json
Modified at 2026-05-13 14:30:09