This set of API endpoints is designed to allow your users to create and retrieve the necessary information for making a fiat currency deposit (an "on-ramp") into their accounts, typically used for funding a cryptocurrency or digital asset wallet.
Notifications
To get notified about incoming deposit or to follow your withrawals statuses, go to the account webhooks section.
Flow
Step by Step
- Call the get on ramp combinations endpoint.
- Call the create deposit information endpoint endpoint using a name to identify the deposit information that will be created and the sourceId desired from options obtained on previous step.
- Once the transaction has reached a terminal status if a webhook is configured on the account, a post request will be sent to the webhook endpoint containing the transaction details.

