On-Ramp use case
-
API — get the list of available countries with the /available-countries method and
buy
value insupportedFlow
away. -
GUI — display available countries in your interface.
-
API — get the list of currently available fiat currencies and cryptocurrencies with the /currencies method and
buy
value insupportedFlow
away. -
GUI — ask the user for the currency pair to exchange: fiat as a pay-in currency and crypto as a payout.
For example, it can be USD to ETH (Ethereum).
-
GUI — ask the user for the amount to pay.
-
API — call the /offers method to get purchase offers from providers with an estimated ETH amount after purchase.
-
API — call the /providers method to get info about On-Ramp providers.
-
GUI — show the offers with an estimated amount to the user and display info about providers who made the offers.
-
GUI — ask the user to specify the wallet address where coins will be sent after purchase.
-
API — call the /validate-address method to validate the user's wallet address for a given currency (ETH).
-
GUI — ask the user to choose the offer.
-
GUI — ask the user to accept KYC/AML Policy and confirm the purchase.
-
API — call POST /orders to create a purchase order. This method will return a redirect URL to the provider's purchase page.
-
GUI — redirect the user to the purchase page.
-
API — call GET /orders to get the full list of orders.
-
API — get status updates in real-time via /Webhooks.