post https://test.cashfree.com/banking/banking/customers//instruments//load
Use this API to recharge money for the issued card or instrument.
Click to view the response codes.
Response Codes
Sub Code | Status | Message | Next Action |
---|---|---|---|
200 | OK | - | - |
400 | ERROR | provided transaction id already exists | Enter a different transaction_id |
400 | ERROR | amount : parameter missing | Include amount as one of the parameters in the body. |
400 | ERROR | amount : invalid value | Enter a valid input in the *amount parameter. |
400 | ERROR | source : invalid value | Enter a valid input in the source parameter. |
400 | ERROR | source : parameter missing | Include source as one of the parameters in the body. |
403 | ERROR | failed to authenticate | Ensure the client ID, secret key, and API version are mentioned in the API. |
404 | ERROR | customer with given id not found | Enter a valid input in the customer_id parameter. |
404 | ERROR | instrument with given id not found | Enter a valid input in the instrument_id parameter. |
Click to view the response parameters and its descriptions.
Response Parameters
Parameter | Description |
---|---|
added_on | It represents the amount recharge date |
amount | It represents the recharge amount added to the instrument. |
instrument_id | It represents the unique ID created to identify the instrument. |
instrument_type | It represents any remarks added. |
status | It represents the status of the transaction. |
transaction_event_type | It represents the type of transaction. CREDIT represents that the instrument received the recharge amount. |
transaction_id | It represents the ID created for the transaction. |