#moistcode - payment methods

1 messages ยท Page 1 of 1 (latest)

pallid cipher
#

That can be done in your payment method settings

hidden field
#

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?

pallid cipher
#

Oh I understand

hidden field
#

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 ๐Ÿ™‚

pallid cipher
#

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

slate zephyr
#

๐Ÿ‘‹ 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

hidden field
#

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.

slate zephyr
#

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

hidden field
#

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.

slate zephyr
#

yeah we don't look at the customer object since people can leave in multiple countries or be traveling too