#max - Checkout optional PM collection
1 messages · Page 1 of 1 (latest)
Yes, this is supported!
You can set payment_method_collect=if_required when creating the session:
https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-payment_method_collection
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Awesome, thanks!
Also, do free subscriptions created that way have the 25ct fee attached to them like any other subscription would?
I'm not too sure about fees. If that's a payment related fee, then no because there is no payments happening. If its a different fee then I'd suggest talking to support to understand the impact to your account: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Alright, off to the support I go.
Even though it should be a payment fee, I rather write an email than have to pay for every free user over night :D
max - Checkout optional PM collection