#robclayton_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/1222717840600076398
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Gudday jack_stripe
I'm not sure if I'm going crazy, but I thought if an invoice, with an attached payment was charged, and the process failed, a charge.failed event would always be raised.
However, I'm trying to test this, and although I see an invoice.payment_failed event ... I don't see a charge.failed event, which is what I'm using in our webhook.
Can you share with me the invoice ID?
https://dashboard.stripe.com/test/events/evt_3Oz7e5ElX7aSAyrr0d1RL68O is this the charge.failed event that you are looking for?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
mmmm
I thinik so ... how come I'm not seeing it ๐ฆ
ahhhhh, it shows it in a friendly form
okies ... thank you, I can investigate more from here
can I just validate that a charge.failed will be generated if an attached credit card fails to make its payment when an invoice is processed?
Yes you are right
good to know