Block Card
POST
/api/v0/partner/enKashCard/blockThis API is used to block the card, preventing any further transactions from being processed. Use this endpoint to ensure the security of the card in case of loss, theft, or suspicious activity.
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
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
string
optional
Example
"string"
Last modified: 4 months ago