Get Card Velocity Rules
POST
/api/v0/partner/enKashCard/velocity/rule/getThis API retrieves the current velocity rules set for the card. These rules define the transaction limits and restrictions applied to the card.
Request
Header Params
authorization
string
required
Provide your bearer token in the Authorization header when making requests to protected resources.
Example:
Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379
partnerId
string
required
PartnerID shared during sign-up
Example:
CRXXXXXXX
Body Params application/json
companyId
string
required
Unique EnKash Company ID. This is the ID assigned to a company onboarded on the EnKash platform.
cardAccountId
string
required
Unique EnKash Account ID. This is the ID assigned to the account created under the company.
enKashCardId
string
required
Unique identifier for enKash card.
Example
{
"companyId": "string",
"cardAccountId": "string",
"enKashCardId": "string"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
string
optional
Example
Not configured
Last modified: 5 months ago