#kikko_subscription-events

1 messages ยท Page 1 of 1 (latest)

rustic lindenBOT
#

๐Ÿ‘‹ 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.

visual mountain
#

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]
hexed berry
#

kikko_subscription-events

visual mountain
#

everything is in dev mode

hexed berry
visual mountain
#

I don't have any cancel subscription in my app

#

oh wait a sec

hexed berry
#

Something on your end is causing this though

visual mountain
#

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

hexed berry
#

If you have a real WebhookEndpoint on your account then it will also receive those Events

visual mountain
#

crap, that's the issue

#

is there a way to disable do real webhook?

hexed berry
#

You can delete/disable your Test WebhookEndpoint

visual mountain
#

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.

hexed berry
#

yeah that's not what it does. It just also forwards to your local endpoint. It doesn't replace the real endpoint

visual mountain
#

cool, many thanks and sorry for the message for this useless issue ๐Ÿ˜ฆ have a good day!