📌This API enables the replacement of an existing card, allowing users to request a new one in cases of loss, damage, or other issues. It ensures continued access and maintains security in card usage
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
enKashCardId
stringÂ
required
Unique identifier for the EnKash card.
otpRequestId
stringÂ
optional
Unique identifier for the OTP request.
cardAccountId
stringÂ
optional
Unique identifier for the account under company.
otpMedium
enum<string>Â
required
Medium for OTP verification. Options are "MOBILE" for SMS and "MFA" for Authenticator code
Allowed values:
MOBILEMFA
otp
stringÂ
optional
One-Time Password for verification if otpMedium is MOBILE.
mfaCode
stringÂ
optional
Multi-Factor Authentication code if otpMedium is MFA