User flow

Quick overview of the user flow

User actions can be covered in 3 simple steps (all complexities are handled by onramp)

  1. User logs in via OTP

  2. User confirms transaction details

  3. User makes the payment

Overview of the flow

  1. Partner directs the user to onramp, while passing

    1. Wallet address

    2. App id

    3. Crypto amount (optional)

  2. User is asked to login in via phone based OTP, where the KYC level of the user is checked, incase the user has exceeded the threshold, the user is prompted to complete the next tier of KYC to proceed further

  3. Once the user is logged in, transaction details are shown to the user to confirm and proceed to the next step.

  4. Bank account details would be fetched based on the user’s geographical location.

  5. The account details are displayed and the user is prompted to make the payment using a payment method of his choice.

  6. After successfully completing the payment, deposit is confirmed once the payment has been received, an equivalent amount of cryptocurrency is bought at market price.

  7. The crypto withdrawal onchain is then initiated to the user's address, and the user is redirected back to the platform.

Last updated