Enkash Developer Portal
Home
Home
Login
  1. Reloadable Prepaid Cards
  • Back to home
  • APIs - Prepaid Card
  • Encryption & Decryption Guide
  • Reloadable Prepaid Cards
    • Auth Token
      POST
    • Create Reloadable Prepaid Card
      POST
    • Set Card PIN
      POST
    • Generate OTP
      POST
    • View Card Details
      POST
    • VKYC Link Generation
      GET
    • VKYC Status
      GET
    • View Card CVV
      POST
    • Update Card Limits & Controls
      POST
    • Get Card Limits & Controls
      POST
    • Order Physical Card
      POST
    • Get Card Balance
      POST
    • Load Money from Balance
      POST
    • Request Card Replacement
      POST
    • Block Card
      POST
    • Get Transaction Details
      POST
    • Get All Transaction Details
      POST
  • Non Reloadable Gift Cards
    • Auth Token
    • Create Non Reloadable Gift Card
    • Set Card PIN
    • Generate OTP
    • View Card Details
    • View Card CVV
    • Order Physical Card
    • Get Card Balance
    • Get Transaction Details
    • Get All Transaction details
Home
Home
Login
  1. Reloadable Prepaid Cards

Update Card Limits & Controls

Developing
POST
/api/v0/partner/enKashCard/velocity/rule

Request

Header Params

Body Params application/jsonRequired

Example
{
    "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

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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

🟢200Success
application/json
Body

Example
{}
Modified at 2025-12-24 17:16:31
Previous
View Card CVV
Next
Get Card Limits & Controls
Built with