Off-Ramp use case
-
API — get the list of available countries with the /available-countries method and
sell
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
sell
value insupportedFlow
away. -
GUI — ask the user for the currency pair to exchange: crypto as a pay-in currency and fiat as a payout.
For example, it can be ETH (Ethereum) to EUR.
-
GUI — ask the user for the amount to sell.
-
API — call the /sell/offers method to get selling offers from providers with an estimated EUR amount after selling.
-
API — call the /providers method to get info about Off-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 credit card requisites where funds will be sent after selling.
-
API — call the /validate-address method to validate the user's refund 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 selling.
-
API — call POST /sell/orders to create a selling order. This method will return a redirect URL to the provider's selling page.
-
GUI — redirect the user to the selling page.
-
API — call GET /orders to get the full list of orders.
-
API — get status updates in real-time via /Webhooks.