Start Deposit

Start a deposit for a specified amount. A successful sumbmission will return status code '201'. Started deposits may be handled with either of the methods outlined below:


Deposit URL

Send users to the 'deposit_url' provided in the response body where they can finish submitting their deposit.


Deposit Submission Form

Use the 'channel_types' in the reponse body to allow users to select (1) a channel type, then (2) A channel type option. Use the selected 'channel_id' to call the 'Submit Deposit' endpoint.

Request Body (JSON)

amount

required

number - Deposit amount in paisa (₹1 = 100)

redirect_url

optional

string - Optionally provide URL for redirecting users after sucessful deposit submissions

Example Responses