Create or log into a Stripe account
Save API keys
pk_...
to NEXT_PUBLIC_STRIPE_PUBLIC_KEY
and sk_...
to STRIPE_PRIVATE_KEY
in the .env
file.Activate OAuth for Standard Accounts
Add the redirect URL
<Cal.com URL>
with your application’s URL:Save the Stripe Client ID
ca_...
) to STRIPE_CLIENT_ID
in the .env
file.Set up a Stripe webhook
Select webhook events
payment_intent
events for the webhook.Save the webhook secret
whsec_...
) to STRIPE_WEBHOOK_SECRET
in the .env
file.