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 the
Para Developer Portal. You can find the configuration settings under Projects → API Key → Configuration.
Configure what options your users will see for on- or off-ramping of funds.
Configure which providers to display in your modal. Providers are displayed in the order set, subject to asset availability and wallet compatibility.
Specify which assets to offer in your modal. Users will be limited to purchasing or selling only the configured assets through enabled providers.
Set the default asset and amount that will be pre-populated when users initiate crypto purchases or sales.
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.
Lastly Ramp and Stripe require additional setup to enable on-ramp and off-ramp functionality.
Obtain a production Ramp API key and configure it in the Para Developer Portal. For detailed instructions, see the Ramp API Key Documentation.
Add the required Stripe scripts to your application’s HTML head:
For more information, refer to the following resources:
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 the
Para Developer Portal. You can find the configuration settings under Projects → API Key → Configuration.
Configure what options your users will see for on- or off-ramping of funds.
Configure which providers to display in your modal. Providers are displayed in the order set, subject to asset availability and wallet compatibility.
Specify which assets to offer in your modal. Users will be limited to purchasing or selling only the configured assets through enabled providers.
Set the default asset and amount that will be pre-populated when users initiate crypto purchases or sales.
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.
Lastly Ramp and Stripe require additional setup to enable on-ramp and off-ramp functionality.
Obtain a production Ramp API key and configure it in the Para Developer Portal. For detailed instructions, see the Ramp API Key Documentation.
Add the required Stripe scripts to your application’s HTML head:
For more information, refer to the following resources: