#johnny_cli-issue
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/1296509648312078367
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! You dumped a bunch of logs but forgot to ask a clear question
Oh, sorry. I have no idea why but I am not getting an invoice.paid event anymore. What might be the sisue?
It is on a localhost webhook -> didnt change anything on my side code wise. Worked a few months ago.
Is an Invoice involved? What are you doing exactly? Do you have a clear summary in one paragraph of what you are doing as the developer?
Inside the workbench it is being shown, but it doesnt reach my webhook/it is not being triggered by my webhook
I registered -> creates a new customer and adds a free subscription to the user
And I updated my subscription using the stripe dashboard -> no invoice sent to my endpoint
stripe trigger invoice.paid
only sends 3 events to my webhook endpoint:
2024-10-17 18:30:30 --> customer.created [evt_1QAwaoJB01I21rynMXVGn5KZ]
2024-10-17 18:30:34 --> payment_intent.succeeded [evt_3QAwaqJB01I21ryn056j7CGp]
2024-10-17 18:30:34 --> payment_intent.created [evt_3QAwaqJB01I21ryn0AxsCCPD]
Okay can you try stripe listen --log-level debug so I understand what's happening?
johnny_cli-issue
Got it working -> restarted my cli. Received some hieroglyphs upon activating the debug. After restarting it, everything seemed to work again