#vpaniza
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
when you generate a subscription with a 100% discount coupon applied you will get a pending_setup_intent expandable object on the subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you can use the client_secret of this SetupIntent to collect the payment method
you can use that in a combination with https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-save_default_payment_method on_subscription to save the Payment Method on the Subscription level
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok thanks! i'll give it a try and get back if it worked ๐