#gms_api
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/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
hi there!
hello Soma
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.
there are no payments registered that's the problem I think
I can share this - the payment page
I completed the mock / test payment but nothing appears in stripe
the Checkout Session ID is in the URL you shared: cs_test_a1kV2gPsTQGzPP8N1DocnSw17A7V41DTFSOi22q1yGAGcv1sioeoLstjuh
ok
it has status: "complete", so the payment was completed
but nothing appears in stripe
and here's the related event: https://dashboard.stripe.com/acct_1TMUYcEpbbJ6viNW/test/events/evt_1TMmoPEpbbJ6viNWhQPYNTJg
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?
and what's the webhook endpoint ID (we_xxx) where you expected to receive that event?
is it possible that it is not going through cause I did not validate the account
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.
The webhook endpoint ID where I expected to receive the event is we_1TMmLkI17v32HQHsrL7tdQww
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
that's the problem