Hi guys, I've subscribed infra level package and t...
# caldav
m
Hi guys, I've subscribed infra level package and trying to setup cal.com project locally and don't see the option to connect stripe in apps. can you pls guide me how can i enable it?
p
hey muneeb, have you added your stripe credentials to .env? also are you using docker or build the repo directly?
m
Hey Peer, thanks for your message. No I'm not using docker. I followed the ReadMe and resolved dependencies and running server manually. By stripe creds you mean?
Copy code
NEXT_PUBLIC_STRIPE_PRO_PLAN_PRICE=
NEXT_PUBLIC_STRIPE_PREMIUM_PLAN_PRICE=
NEXT_PUBLIC_STRIPE_FREE_PLAN_PRICE=
STRIPE_WEBHOOK_SECRET=
STRIPE_PRO_PLAN_PRODUCT_ID=
STRIPE_PREMIUM_PLAN_PRODUCT_ID=
STRIPE_FREE_PLAN_PRODUCT_ID=
do we have any documentation for its values? I mean from where i can get them?
p
@zomars @Bailey
i believe we recently changed the way we handle credentials and want to write about it in the docs also @leog is working on a “setup wizard” which will soon include apps
Stripe in .env.appStore.example
does this help?
m
Het Peer, I have checked the link you shared and only
STRIPE_WEBHOOK_SECRET
is given there. what about the rest of keys?
p
i have to correct, you only need to follow this guide: https://developer.cal.com/self-hosting/install-apps/stripe
you dont need the webhook secrets to enable the stripe app
thats for our own billing system only
m
alright, thanks. I've followed documentation and added
Copy code
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=pk_test_xxxx
STRIPE_PRIVATE_KEY=sk_test_xxxx
STRIPE_CLIENT_ID=ca_xxxcx
but still i don't see the option to add stripe account into apps section
p
and try again
z
Can you try running
yarn seed-app-store
inside
packages/prisma
?
m
done, still don't see anything
z
you dont need the webhook secrets to enable the stripe app
He does @Peer
We use another webhook on our website for our internal billing system
m
@zomars I followed all the steps mentioned in this documentation and still don't see the stripe in apps
z
Can you confirma the app is in your DB?
m
Yes, I'm running it locally and can see the database