#ben-setupintent-currency
1 messages · Page 1 of 1 (latest)
Hi there
We filter based on supported currency automatically for you here.
You shouldn't see any payment method types available that don't pass the necessary validations
I know that happens for the PaymentIntent, but I don't see that happening for the SetupIntent. As far as I know, there is not a way to set a currency on the SetupIntent, so how would it be able to filter?
There is always a currency associated to the Subscription
I'm not creating a SetupIntent through a Subscription though. I'm creating a SetupIntent directly: https://stripe.com/docs/api/setup_intents/create
Hmm okay let me check, one sec
Okay yeah interesting. I hadn't played with automatic payment methods on SetupIntent yet as this was added quite recently. But you are right -- we show all that you have enabled and not currency-specific.
There isn't a way to filter by currency here.
Let me see if this has come up before
Ah okay I am seeing that the recommended flow here is actually to use deferred-intent
So that you can filter by currency
This flow specifically: https://stripe.com/docs/payments/accept-a-payment-deferred?type=setup