#gms_api

1 messages ¡ Page 1 of 1 (latest)

full hillBOT
#

👋 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/1494275415764631683

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

  • gms_api, 12 minutes ago, 24 messages
old talon
#

hi there!

sharp ibex
#

hello Soma

old talon
#

can you share the Event ID (evt_xxx) that you didn't receive? or the corresponding Checkout Session ID (cs_xxx) if that's easier.

old talon
#

the Checkout Session ID is in the URL you shared: cs_test_a1kV2gPsTQGzPP8N1DocnSw17A7V41DTFSOi22q1yGAGcv1sioeoLstjuh

sharp ibex
#

ok

old talon
#

it has status: "complete", so the payment was completed

sharp ibex
#

but nothing appears in stripe

old talon
#

but nothing appears in stripe
you're either looking at the wrong place, or in the wrong account

#

and we sent that event to we_1TMVczEpbbJ6viNWZIbssA7p. but your server tried to do a redirect, which Stripe doesn't support.

#

can you see the event I linked above?

sharp ibex
#

yes now yes, it's an old webhook

#

need to delete that

old talon
#

and what's the webhook endpoint ID (we_xxx) where you expected to receive that event?

sharp ibex
#

is it possible that it is not going through cause I did not validate the account

old talon
#

no that seems unrelated

#

can you answer my above question and I'll be able to tell you what is happening

#

note that I checked your Stripe account, and you have a single webhook endpoitn configured: we_1TMVczEpbbJ6viNWZIbssA7p, which is were we tried to send you the event but your server returned an error.

sharp ibex
#

The webhook endpoint ID where I expected to receive the event is we_1TMmLkI17v32HQHsrL7tdQww

old talon
#

that endpoint belongs to a different Stripe account

#

so it's expected you didn't recive that checkout.session.completed event.

#

the request to create the Checkout Session was made by: acct_*****viNW
the webhook endpoint you just shared belongs to acct_****HQHs

sharp ibex
#

that's the problem