Load Card

Use this API to recharge money for the issued card or instrument.

Click to view the response codes.

Response Codes

Sub CodeStatusMessageNext Action
200OK--
400ERRORprovided transaction id already existsEnter a different transaction_id
400ERRORamount : parameter missingInclude amount as one of the parameters in the body.
400ERRORamount : invalid valueEnter a valid input in the *amount parameter.
400ERRORsource : invalid valueEnter a valid input in the source parameter.
400ERRORsource : parameter missingInclude source as one of the parameters in the body.
403ERRORfailed to authenticateEnsure the client ID, secret key, and API version are mentioned in the API.
404ERRORcustomer with given id not foundEnter a valid input in the customer_id parameter.
404ERRORinstrument with given id not foundEnter a valid input in the instrument_id parameter.

Click to view the response parameters and its descriptions.

Response Parameters

ParameterDescription
added_onIt represents the amount recharge date
amountIt represents the recharge amount added to the instrument.
instrument_idIt represents the unique ID created to identify the instrument.
instrument_typeIt represents any remarks added.
statusIt represents the status of the transaction.
transaction_event_typeIt represents the type of transaction. CREDIT represents that the instrument received the recharge amount.
transaction_idIt represents the ID created for the transaction.

Language