Allow users to control which payment methods appear in Stripe checkout Planned
Any possibility to remove the bank account option in the stripe checkout ?
I only want cards for payment π
I tried but it looks like Memberstack control the settings of the payments method.
In settings/payment_methods
"Memberstack didn't give you the authorization to manage payments methods"
Comments
4 comments
We donβt have an option to remove that yetβ¦ adding to the roadmap!
I assume this would need to be a simple toggle on the Stripe settings page https://app.memberstack.com/settings/stripe-settings
Duncan from Memberstack is this feature going to be implemented soon ? Did not find it anywhere else
Jan Bleschke, Thanks for following up here. It has not been released yet, but I'm making a list of "quick wins" related to Stripe. I think this is a good candidate.
Hmm, so you're trying to restrict payment methods in Stripe checkout.
Here's what's happening: Memberstack controls the Stripe checkout configuration on their end, which is why you're seeing that authorization message. You can't directly modify which payment methods appear in the Stripe-hosted checkout.
However, there are a couple of workarounds:
Option 1: Stripe Dashboard Settings (Recommended) Go directly to your Stripe Dashboard β Settings β Payment Methods, and disable bank payments (ACH, SEPA, etc.) there. Memberstack should respect those settings when creating checkout sessions. This won't give you the "authorization" in Memberstack's interface, but it should filter out bank account options at the Stripe level.
Option 2: Custom Checkout Page (Where #201 Could Be Relevant) If you want total control over the payment experience and only show card payments, you could:
But this is overkill if you just want to remove bank account options from Stripe.
Option 3: Contact Memberstack Support Since Memberstack manages the Stripe integration settings, you might be able to request they adjust payment method configurations for your account. Worth a shot!
My take: Try Option 1 first (Stripe Dashboard settings). That's the simplest fix and should work without needing custom code or switching payment processors. Script #201 would only make sense if you wanted to add PayPal as an option or completely replace Stripe, not just tweak Stripe's settings.
Have you tried disabling payment methods directly in your Stripe dashboard yet? That should propagate to Memberstack's checkout without needing their authorization panel.
Please sign in to leave a comment.