#moistcode - payment methods
1 messages ยท Page 1 of 1 (latest)
Right. I understand enabling payment methods. once enabled, do we just show them to users regardless of of their IP? Would we control that by passing in certain currencies?
For example, if I enabled sepa_debit and pass EUR as the currency to support, would SEPA debit still show if the customer has an address not in an areaa where EUR is supported?
Oh I understand
Maybe not. Right now I'm assuming that responsibility is on the consumer such as myself that implements the logic.
Sorry the "maybe not" was for my statement, not your "Oh I understand" ๐
Didn't want to come off rude ๐
It depends on the type of payment method. Google pay for example only shows in chrome and apple pay in Safari. Are there any other types besides SEPA debit you want to know about? I will ask a colleague
All good! I understood
๐ we don't know where the customer lives
so we show the available payment methods for your account/currency/etc.
and then the customer chooses a payment method that they are familiar with and want to pay with
Not anything in particular. Google Pay and Apple Pay were the methods that caused me to ask this question since it's automated and I wasn't sure if others were the same way.
so a US customer would ignore SEPA. But a US customer that is German for example might want SEPA
We also work on things like "showing the best options based on IP or past payments" which are things we want to improve on in the future
But a US customer would still see SEPA if we offered it and didn't programmatically disable it for all US customers corret?
Since Stripe won't know about the customer.
I almost assumed it did if we pass tie a customer object but I may be mistaken.
yeah we don't look at the customer object since people can leave in multiple countries or be traveling too