#darkstriker_webhooks

1 messages ¡ Page 1 of 1 (latest)

oak fiberBOT
#

👋 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.

terse sentinel
#

What's your question

storm lichen
#

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?

terse sentinel
#

checkout.session.completed is the event you want

storm lichen
#

this doesn't look like a web hook

#

this looks like a routine that i can pass data in to return a result

terse sentinel
#

Step 2

#

Read the whole doc

storm lichen
#

and this will also have the payment intent id as well?

terse sentinel
#

If it's a payment mode checkout session, yes

storm lichen
#

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

terse sentinel
#

Yeah sounds like that's what you need

storm lichen
#

ok ty will start this then

#

ty again

terse sentinel
#

No problem

#

Depending on what payment method types you accept, you may need to listen to both event types

storm lichen
#

yeah i'm starting to notice

#

my issue is coming from debit cards/check cards

#

ty again