This guide is currently React only.
Summary
At Dynamic, we make it incredibly simple to add a Fiat onramp solution to your SDK integration. We are currently working with Coinbase and Banxa. Other great onramp solutions will be made available soon.Before continuing, please make sure you’re using the latest version of the Dynamic SDK packages.
Enabling
To enable an onramp solution:- Go to the Funding tab in your Dynamic developer dashboard.
- Under “Fiat on-ramps”, toggle on whichever onramp you’d like to enable (add confirm any additional terms and conditions).
For Banxa, if you enable it on Sandbox, then you’ll be using Test Order. Reference Banxa’s test information so you can easily test in sandbox.

Trigger Onramp With Using Your UI
The useOnramp hook allows you to trigger the onramp flow from your own UI. Notes: Ensure at least one Onramp is enabled in the Dynamic dashboardReact provides the
useOnramp
hook to trigger the onramp flow from your own UI components.React