The Full Guide
2. Create a price
Let’s now create a Price for the Product you previously created.
Create a Price
Don’t forget to replace
<YOUR_SECRET_KEY_HERE>
with your API Secret KeyFor more details about the Price Create endpoint, refer to its API Reference.
Response
If everything worked, you should get a response like this:
json
Which is the Price object you just created.
Next
Now that you have a Price, you can use it to create a Checkout for your customers to pay.
Create a Checkout
You can now create a Checkout using the Price you just created.