#alphakr_
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- alphakr_-account-support, 1 day ago, 2 messages
Hi, we do not have expertise with Laravel Cashier. I recommned that you reach out to them directly.
Hello but the answer is not about cachier
is about how can I get the fail payment reasson through the webhook response
Ahh, you can listen to https://stripe.com/docs/api/events/types#event_types-charge.failed
ok that could help but for example when the error is related to the payment method what event tells me the error realted to that?
Yes, it would have both "failure_code" and "failure_message" that tells you what it failed.
I recommend that you test this as well, and let me know if you have more specific quesitons on this.
You'd need to look at the event iteself
you can copy one of those events on your Dashboard and look at the event itself.
ok thanks