#Klavik
1 messages · Page 1 of 1 (latest)
A lot of variables (customer location, currency, payment amount, etc). Can you share a specific cs_xxx ID where you're not seeing the methods you'd expect?
alright, i'll attempt to look into it more to understand it
I don't have a specific ID right this second, just recently cleared out all test data to start fresh
There's some brief details on this here: https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support
A lot easier to debug a specific example if you get one, as there can be other factors involved too (e.g. is it a Connect integration?)
did you mean this ID?
"cs_test_a1Z4pHmiuygPIMtix8i2rCCAo3Q16x36JqSkhZPHSvGDyndeVAn2qXxRvR"
yes
you're using usd which does restrict things a lot, a lot of the payment methods are EUR only like iDEAL etc. Was there some specific one you expected to see?
overall https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support is the source of truth to look at
there wasn't something specific per se (maybe SEPA), was just trying to get something other than the card. But I'll look through the link, might have a little bit better idea how to go about it then