Enable crypto purchase and selling flows in your Para Modal implementation
Configure fiat on-ramp (buying crypto) and off-ramp (selling crypto) functionality in your Para Modal implementation
using Stripe,MoonPay, and
Ramp providers. Enable seamless crypto transactions within your application.
To start configure your on-ramp and off-ramp settings in thePara Developer Portal. You can find the configuration settings under Projects → API Key → Configuration.
While in development or beta you can enable test mode for your on-ramp configuration. This will allow you to test the
on-ramp flow without making actual purchases.
Copy
Ask AI
function App() {return ( <ParaModal {...otherProps} onRampTestMode={isDev} /> ); }