#namkaz
1 messages · Page 1 of 1 (latest)
Which payment method do you want to hide?
all of them
Can you share what you would like to achieve?
Why do you want to hide all the payment methods?
If you do not want to collect payment method for a trial, it's possible to set payment_method_collection to if_required when creating a Checkout Session: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_collection, so that Checkout Session will not collect a payment method when the total due is 0
can i change in dashboard setting ? not with API ?
How did you create the Checkout Session?
Do you use Payment Link or create Checkout Session via API?