Integration with Stripe
Connect your Stripe Account
After creating your project, connect your Stripe Account to the project. You can do this by clicking on the "Click here to connect" button in the project settings.
After the connection is set you are ready to connect your Prices
Remember when using Stripe connect no credentials are stored in our system, we use Stripe Connect to create a secure connection between your account and our system. https://docs.stripe.com/connect/oauth-reference (opens in a new tab)
Create a Price
After the connection is set, you can create a price in the Stripe Dashboard. You can do this by clicking on the "Create Price" button in the products section.
And then you can connect the price to the project as the image below:
You can follow the Stripe documentation to create a price:
https://stripe.com/docs/billing/prices-guide (opens in a new tab)
https://docs.stripe.com/invoicing/products-prices (opens in a new tab)
You are ready to use our API
As you have connected your Stripe account and created a price, you are ready to use the API. You can use the API to create a checkout session and then redirect the user to the checkout page.
You are ready to go!