#1TapElite
1 messages · Page 1 of 1 (latest)
yes
Stripe use the user's IP address to determine their location, and then we show the appropriate Payment Method based on this.
okay thank you for this info.
Can I change what payment methods are showing to user?
As in my use case user is sitting UK and wants to pay from USA bank accounts.
You can manually set payment_method_types when creating the Checkout Session. https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_types
However Payment Method have some restrictions in terms of currency used, countries, and so on. So you are not guarenteed that the PaymentMethod will be shown to your user.
does stripe shows Indian bank payment ?
You can see all supported payment method here: https://stripe.com/docs/payments/payment-methods/integration-options#payment-method-product-support
I want to save card details of users ?
how can i do that ?
What Stripe integration are you using? Checkout Session, Payment Element, something else?
checkout session
Do you just want to save the card for later, or do you want to process a payment and also save the card for later?
I want user enter all the card details on my website then that details got to pass on the checkout session's card details