Stripe will post back via the webhook? That's what's available when you use Cashier... never used Spark but must be similar? https://laravel.com/docs/5.2/billing#handling-failed-subscriptions
Jul 27, 2016
3
Level 1
Does Spark handle cards being declined in stripe?
Hello everyone, does Spark have any built in way to handle a payment being declined in Stripe (or whatever billing provider you're using)? I can't find anything in the Spark docs but I thought I'd ask before writing the code for it myself, as it seems like something that would be included. From looking at the Stripe documentation, it looks like a subscription gets cancelled if Stripe can't process the payment. I'm just not sure if I need to manually check with stripe after each monthly payment should be processed to make sure it went through, or if Spark handles that already. Thanks!
Level 65
1 like
Please or to participate in this conversation.