#stripe_connect_platform-save-pm
1 messages · Page 1 of 1 (latest)
Hello 👋
There are a couple different ways to do that.
1/ If you're looking to use Stripe billing then
- You can create a subscription with trial
- The subscription with trial won't have an initial invoice to be paid
- However, the subscription will have a
pending_setup_intentproperty which you can use to collect payment method information via Stripe Elements
2/ If you don't want to use Stripe billing (ie, subscriptions)
You can follow this guide that'd allow you to save the payment methods without charging them
https://stripe.com/docs/payments/save-and-reuse
stripe_connect_platform-save-pm