#lewibs_webhooks

1 messages ¡ Page 1 of 1 (latest)

runic warrenBOT
void rockBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

runic warrenBOT
#

👋 Welcome to your new thread!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212408971672035399

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!

void rockBOT
scarlet pagoda
#

How are you integrated with Stripe?
Are you using Stripe Checkout or something else?

hard python
#

i asked this earlier but it got closed so i was not able to follow up
#dev-help message

scarlet pagoda
hard python
#

so my confusion with that, is that when the webhook is going, you have no promise of the order that events will occur, meaning the only id that you have access to throuout the process is the customer id and you need to link it only when checkout session completed occurs. Am i correct in assuming this would result in many documents with many different customer ids all linked to the same userid when they make more then one payment?

scarlet pagoda
#

What other events are you listening to aside from checkout.session.completed ?

hard python
#

customer.subscription.deleted
customer.subscription.updated
customer.subscription.created

scarlet pagoda
#

Ah okay.. hmm thinking..

void rockBOT
scarlet pagoda
#

There's no way to use an existing customer with the PaymentLinks today.
The other option you'd have is to prefill the email of the customer in the checkout page.

#

Unless the customer manually changes the email on the checkout page, it would stay consistent

#

let me know if that clarifies @hard python

hard python
#

i see alright thanks

#

thats a bummer since with large companies you could not guarentee that the email for buying is the same as the email of the user