#darkstriker_webhooks
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ 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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ 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/1357795630461751576
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- darkstriker_code, 2 days ago, 103 messages
What's your question
ok i'm using the checkout session and i'm starting to get more issues than i want going to the successful p age
i think my webpage is timing out
so i'm about to research more of the webhook example and look for a status then update
i have a solution in mind and my question is
i'm going to store the cs_liveid
i can get that liveid from the webhook to tie back to a certain record?
this doesn't look like a web hook
this looks like a routine that i can pass data in to return a result
and this will also have the payment intent id as well?
ok i think this one is it
going to create the webhook
look for payment complete
get the cslive id and payment id and update my records
dont think i need to do the fullfillment
i just need to listen to the webhook stating a status payment is completed then go from there
just want to make sure i'm going the right direction
Yeah sounds like that's what you need
No problem
Make sure to read the disclaimer on immediate vs delayed payment methods: https://docs.stripe.com/checkout/fulfillment?payment-ui=stripe-hosted#immediate-versus-delayed-payment-methods
Depending on what payment method types you accept, you may need to listen to both event types