#ddr3ram
1 messages · Page 1 of 1 (latest)
Hi 👋
I'm sorry but that question is confusing to me. What Stripe APIs are you interacting with here?
Should i send you the code with private info taken out
Basically using the stripe api to create a checkout and after the checkout is success purchased it should change the collum in the database called premuim_state from 0 >> 1 and it should input the session _id also
Okay so that would be up to your integration to make the changes after the checkout session is successful.
Are you using Stripe Checkout? https://stripe.com/docs/payments/checkout
Yes I think so
You will want to listen to the checkout.session.completed webhook event which will include the completed checkout session object
https://stripe.com/docs/api/events/types#event_types-checkout.session.completed