#Morio
1 messages · Page 1 of 1 (latest)
Yes
you can use https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_collection if_required
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this way if your subscription doesn't require a PM you don't have to create it
as for the 0€ price you can treat them the same way as a normal price
Thank you will check it out
let me know if you need any more help