#Cheelin
1 messages · Page 1 of 1 (latest)
hello! how are you integrating with Stripe to collect the PaymentMethod - are you using Checkout or Payment Element?
i'm afraid that doesn't tell me if you're using Stripe Checkout or Payment Element
stripe checkout
alright, so if you're using automatic payment methods - https://stripe.com/docs/payments/payment-methods/integration-options#using-automatic-payment-methods, Stripe Checkout determines what payment method to display based on the customer's location (amongst some other factors) i.e. if we identify that the IP address is in the Netherlands, we'll present IDEAL as a payment method
we don't use the delivery address to accept/decline an IDEAL transaction
What about for payment elements?
it's the same - we don't use the delivery address to accept/decline an IDEAL transaction
Understood. Thanks a lot