#euclid42
1 messages · Page 1 of 1 (latest)
sorry, it seems like payment method types on the backend just defaults to card
but why wasn't it like that when i was only doing client side stuff?
should i just pass all of the options there? i want it to auto detect what should be presented.
What integration flow are you using? Are you creating a Payment Intent first?
Yes, but I wasn't originally and that's when it was working as expected (showing everyting). '
But now, when I start by creating the intent server side the options do not show.
I'm using the Payment Elements.
This is kind of where I'm at. This is an error from the Stripe API:
"You cannot enable automatic_payment_methods and specify payment_method_types."
It makes sense, but there are so many combinations it seems impossible to settle into the combination for my use case. I want auto payment methods, but when I set that it appears the Stripe api defaults to cards only.
Oh the conundrum!
Can you share an API request ID where you create a PaymentIntent? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
here's one: req_sh07Wk31CMlFWf
👋 snufkin has to head out soon so I'm taking a look
Ah, you're likely only seeing card show up because you're setting amount to a pretty low value. You also don't seem to have very many Payment Method types enabled by default for your connected accounts, so you should enable that as well (https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts?config_id=pmc_1NO4PzGLbbkCLN1Q51RYpxLi)
okay, i think that makes sense. thanks for the follow up @gleaming lake