Subscription payment failed. Finish the payment using Checkout

Viewed 32

I'm building Stripe integration by using Laravel Cashier. When a user gets to the payment of the subscription I'm using Stripe Checkout for him to make the payment. When the payment fails for whatever reason, lets say 3D secure is rejected, I would like to allow the user to finish the payment. Laravel Cashier has that covered by including cashier.payment route which is pointing to Laravel\Cashier\Http\Controllers\PaymentController which will handle finishing the payment. And it works.

However I would rather use Stripe Checkout again to finish the payment. For consistency and UX reasons. Would that be possible?

0 Answers
Related