#Rohit89-checkout-collect-PM
1 messages · Page 1 of 1 (latest)
Right now it is not asking for cc details due to payment_method_collection setting
Hi 👋 if you want to force a Checkout Session to collect payment method details when it doesn't require a payment, then you'll want to set payment_method_collection to always for those Checkout Sessions.
but I dont wan't it should collect cc if they apply the coupon with 100% off forever
I don't believe that is supported currently. If payment_method_collection is set to if_required then the session will only collect payment method details if is processing a payment, so including a trial should cause it to not collect those details.
Would you be able to prompt your customers for the coupon/promotion code sooner in your checkout flow, and then adjust how you create the Checkout Session based on whether your customer provided the 100% off coupon?
Rohit89-checkout-collect-PM
so there is no way that we can avoid cc if customer is entering 100% and there is 10 days trial
Testing to be sure, but I don't believe so.