#kikko_subscription-events
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1247617603816394832
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
here some more info:
2024-06-04 19:19:39 --> invoice.paid [evt_1PO1xND3aHmkTjdAYxhEIRlu]
2024-06-04 19:19:39 --> invoice.payment_succeeded [evt_1PO1xND3aHmkTjdA2uYX2BIQ]
2024-06-04 19:19:39 --> checkout.session.completed [evt_1PO1xOD3aHmkTjdAGubohRWg]
2024-06-04 19:19:39 <-- [200] POST http://127.0.0.1:4001/hooks/stripe [evt_1PO1xOD3aHmkTjdAGubohRWg]
2024-06-04 19:19:40 <-- [200] POST http://127.0.0.1:4001/hooks/stripe [evt_1PO1xND3aHmkTjdAYxhEIRlu]
2024-06-04 19:19:45 --> customer.subscription.deleted [evt_1PO1xVD3aHmkTjdAFak8op9A]
2024-06-04 19:19:45 <-- [200] POST http://127.0.0.1:4001/hooks/stripe [evt_1PO1xVD3aHmkTjdAFak8op9A]
kikko_subscription-events
everything is in dev mode
@visual mountain your own code did that. Look at the API request that created the Event: https://dashboard.stripe.com/test/logs/req_YpD8f6sYwWr5mA this comes from your end
Something on your end is causing this though
I'm running the cli locally in this way
stripe listen --load-from-webhooks-api --forward-to 127.0.0.1:4001 --skip-verify
is the event still been sent to my app online?
I thought this would have sent the even only to my local app
If you have a real WebhookEndpoint on your account then it will also receive those Events
You can delete/disable your Test WebhookEndpoint
ok, I'll do that...yet I thought that --load-from-webhooks-api would have forwarded the request to my local endpoint skipping the online one
To forward events to your local webhook endpoint from the public webhook endpoint that you already registered on Stripe, use the --load-from-webhooks-api optional flag.
yeah that's not what it does. It just also forwards to your local endpoint. It doesn't replace the real endpoint
cool, many thanks and sorry for the message for this useless issue ๐ฆ have a good day!