Update Card Limits & Controls
Developing
Request
Body Params application/jsonRequired
{
"companyId": "string",
"cardAccountId": "string",
"enKashCardIds": "EKC2122",
"posAllowed": true,
"onlineAllowed": true,
"contactlessAllowed": true,
"posDailyLimit": "1220",
"posDailyLimitCount": "1",
"ecomDailyLimit": "100",
"ecomDailyLimitCount": "1",
"contactLessDailyLimit": "100",
"contactLessDailyLimitCount": "1"
}
Request Code Samples
curl --location --request POST 'https://pay-en-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-raw '{
"companyId": "string",
"cardAccountId": "string",
"enKashCardIds": "EKC2122",
"posAllowed": true,
"onlineAllowed": true,
"contactlessAllowed": true,
"posDailyLimit": "1220",
"posDailyLimitCount": "1",
"ecomDailyLimit": "100",
"ecomDailyLimitCount": "1",
"contactLessDailyLimit": "100",
"contactLessDailyLimitCount": "1"
}'
Responses
application/json Modified at 2025-12-24 17:16:31