#mandiocapy
1 messages · Page 1 of 1 (latest)
Hey Jack, pleasure
Hi there, there's no event for checkout session creations. Can you tell whey you are interested in checkout session creations?
I want to add the ID shown in this event to a payment stub in my Bubble platform.
So that when my webhook that activates when a payment is paid succesfully, it can look for that stub and mark it as completed
OK, then you should listen to checkout.session.completed event https://stripe.com/docs/api/events/types#event_types-checkout.session.completed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yeah, I have a webhook already up and running but that event is for when a checkout is paid for, not created.
As you can see it did not register the checkout session that I just created and showed in the previous pic
Are these checkout sessions created by the connected account or by your, the platform?
My app looks for the payment stub with that ID but since when it was created, it was nt registered with an ID from Stripe
The session is created by the connected user through the platform (built on Bubble and using a 3rd party plug-in). Im trying to get the data from Stripe
So that the ID of the transaction is the correct one and that Stripe correctly receives it and send sit back
Currently the plugins arent the best (1st party and 3rd party)
There's no events generated for checkout session creations, so you may need to ask your connected account send a signal to you after they create a checkout session.