#noah12224_api

1 messages · Page 1 of 1 (latest)

somber ruinBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1383112328056279152

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

unborn ferry
#

Hi hi! I'm not quite following the issue here - can you tell me more about what exactly you did, and how exactly it differed from your expectations?

normal fox
#

If I specify that payment methods "card" and "us_bank_account" to my payment elements component, but I have that us ach debit option disabled within the stripe dashboard, I was expecting only the card option to render. But in our sandbox, both options would render. I guess, in general I thought the Stripe dashboard would still be the source of truth even when specifying payment methods manually, is that correct to assume?

unborn ferry
#

Do you have the same thing configured in your Sandbox?

normal fox
#

Yeah, the pmc_1QX6u1R4hwUISkSUmXeFasAd should have that ach debit option disabled and card enabled.

unborn ferry
#
  automatic_payment_methods: {
    enabled: "false",
  },

You're disabling the Payment Method Configuration right there, so it won't be involved in the creation of this Payment Intent.

normal fox
#

Ah right, does the default payment method configuration come in to play at all when specifying payment methods? Or will Stripe just respect whatever list of payment methods I feed it (apart from things like transaction amount limits).

unborn ferry
normal fox
#

Yep, that makes sense! Thanks for the help!