Does Laravel Cashier support Stripe Webhooks with PaymentIntent events? #41352
Unanswered
hashimaziz1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've already implemented a payment flow with Stripe, but setting up webhooks for PaymentIntents with other packages is proving to be a lot harder than anticipated, due to potential bugs that the developers are unwilling to even look at, so I've decided to try Cashier for a more painless solution. However, from the documentation it's not clear that Cashier's webhooks support PaymentIntents at all as it only discusses Charges.
Can I handle PaymentIntent events with Cashier and if so, how would I set up a webhook route? The documentation isn't clear on how to set up a webhook for events other than the ones listed, or how manual events should be set up at all. Is it just a matter of routing to a controller which then routes to the listener?
Beta Was this translation helpful? Give feedback.
All reactions