#greggles-paymentelement-country

1 messages · Page 1 of 1 (latest)

ancient spokeBOT
icy nebula
#

@bronze needle unfortunately there isn't today 😦

#

greggles-paymentelement-country

bronze needle
#

Yeah, a VPN correctly populates the address element but it doesn't change the payment element. If I've correctly routed the responses for confirming the payment in the U.S., I shouldn't expect any surprises for payment methods in different countries, correct?

icy nebula
#

I don't really follow your ask yet unfortunately. Are you asking about customers paying from another country or are you building a platform where businesses based in other countries sell those products/services?

bronze needle
#

Customers paying in a different country for a subscription product we sell.

#

I've initialized the paymnt element to subscription mode.

icy nebula
#

Then no it should work fine since it'll be the same payment methods that you are testing on your own account really

bronze needle
#

Except US Bank account and CASHAPP, right?

#

Those should only be offered to US customers

#

Cards and Wallets would be the only options outside of the U.S.

icy nebula
#

Sorry there are many layers to what you are asking so it's hard to answer in details. Yes we do some filtering based on the buyer country to not show certain payment method types that are irrelevant in their country. But it's possible for a US customer to be traveling in Asia and buy from there and still expect to see ACH or CashApp for example so it's a bit tricky

And we support many more payment methods like SEPA Debit or BACS Debit too

bronze needle
#

"Cash App Pay does not support 'GB' as the billing country, it only supports 'US'.",is the error I'm getting while using CASHAPP with an English address.

icy nebula
#

yes that doesn't change what I was saying in that case

bronze needle
#

So there's no way to to say force SEPA debit to show for me who is based in the U.S.?

icy nebula
#

It should already show

#

Do you have an example PaymentIntent id where it doesn't appear?

bronze needle
#

pi_3OgaLpGxG8m2870U1jaFfKjz

#

I am specifying the currency in USD. Could this be the reason I'm always getting "card","cashapp","link", & "us_bank_account" as options?

icy nebula
#

yes SEPA Debit requires EUR

bronze needle
#

Huh, so I'd need to specify the currency and amount at the current exchange rate in order to localize payment methods? Or else I'd only expect to see U.S. options?