#zuberpatel
1 messages · Page 1 of 1 (latest)
I don't really know how you'd do that specifically in Laravel, but it just sounds like you'd delay the creation of the subscription via the API until whatever approval process you have is done. You can use a Setup Intent to collect payment details from customers without a payment: https://stripe.com/docs/payments/save-and-reuse
Once I have setupIntent how would I start subscription for user
Like any other Subscription integration: https://stripe.com/docs/billing/subscriptions/build-subscriptions