Payments
Create prices/payment intents to use in NoRamp’s one click checkout
Create a Multiple Uses Price
Create a Price in NoRamp’s dashboard to price your NFT sale and charge buyers credit cards for the selected amount.
In the sidebar on the dashboard click on Prices
After clicking on Create you’ll see a form to Create Price.
Fill out the form with the required information:
Select your Trigger action created in the previous step, the preferred currency, the amount in that currency you would like to charge, select Multiple uses, and finally input the parameters used in your smart contract function.
After creating a new Price you will see it created in your dashboard.
Create a Single Use Price Through the API
Create a Price in NoRamp’s dashboard to price your NFT sale and charge buyer’s credit cards for the selected amount.
If your NFT sale has different prices for each individual NFT sale or you are a marketplace we recommend using the API to create your prices.
Here is an example of how to Create a Price using the NoRamp API:
Backend Code
Node.js Code
Python Code