📌This API allows updating the balance of a prepaid card, enabling real-time adjustments to the card’s available funds for accurate financial transactions and effective balance management.
This API cannot be used to load balance on a Gift 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Â
optional
Unique EnKash Company ID. This is the ID assigned to a company onboarded on the EnKash platform.
cardAccountId
stringÂ
optional
Unique EnKash Account ID. This is the ID assigned to the account created under the company.
createdBy
stringÂ
optional
Transaction created by user.
amount
numberÂ
required
Amount greater than 1
>= 0.01
transactionType
enum<string>Â
required
As it is update balance request type should be CR. (credit) On this card DR (Debit) is not allowed.