#Fireenn
1 messages · Page 1 of 1 (latest)
No button out of the box unfortunately. You'll need to add your own
Thats what I figured
Also I'm using the my test mode right now but how do I get rid of the US bank account option on it? I didn't really see anywhere on the docs on removing it
It sounds like you are using automatic payment methods, in that case you can turn ACH off in your dashboard settings https://dashboard.stripe.com/test/settings/connect/payment_methods
Alternatively, you can use the payment_method_types parameter when creating your payment intent to specify the exact payment types you want. That would then require a code change rather than a config change to add/remove payment methods in future though https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_types
okay thanks it worked, had to set it code wise. ACH was already turned off on my dashboard settings but was still appearing on the creation of the payment element. I'm assuming because its set to default like that?
Can you send me the ID of the payment intent that you were seeing ACH on despite turning the setting off? I think it is on by default on accounts but it shouldn't stay on if you turn it off in your config
Oh this is a payment for a subscription. That is actually covered under "Payment Terms" in your invoice settings https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ah yes should have clarified that
and fixed it thanks for that
One last thing is it possible to put on the same page both an address element and payment element? Or do those have to act independently from each other?
Good question. Checking in to that
Yep should totally work on the same page https://stripe.com/docs/elements/address-element?platform=web#use-address-element-with-other-elements