How to config stripe. Is this a bug? #23295
Replies: 2 comments 1 reply
-
|
Stripe integration in Cal.com can be configured using both environment variables and the Prisma app keys under If payments stay pending, it's often due to incomplete Stripe webhook callbacks, misconfigured secrets, or missing workflow actions. Make sure your webhook secret is correct and that Cal.com is receiving and processing Stripe webhook events successfully. Both environment and Prisma keys need to be set correctly for the integration to work and for payment status to update (note). Your experience does not appear to be a bug in Cal.com v5.5.2, but rather a misconfiguration or incomplete setup. Double-check that all required secrets are present and valid in both the app store and your ENV, and confirm webhook delivery from Stripe to Cal.com. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
|
The bot is wrong "ENV variables" have not worked for a long time now. Check issue for more proof #9699 and #6994 Also this still doesn't answer why payments are still pending. Stripe is in sandbox mode but everything should still work that's why stripe has a sandbox mode is so you can test everything. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This how I configure stripe to work. Everything I am using is in sandbox mode.
Cal.com version: 5.5.2
I open prisma at
192.168.1.213:5555go to apps thenstripepaymentand insert in thekeysspace. As shown below:It almost worked until I got to the end of setting up the account and got this error:
So in the ENV variables I added
STRIPE_PRIVATE_KEY="sk_test_51Rz3INJK5PbUErat3LKMQmhNkK2Pxh1qIJ6CD90bsOnn7YlhFyA00zyaVD55G"and it worked.I have tried using just ENV variables but then stripe won't work at all. It wouldn't even let me install the app. This is the ENV variables I tried.
Also the payment stays pending
The dashboard for stripe
Beta Was this translation helpful? Give feedback.
All reactions