#RayAtomsk-payment-button
1 messages · Page 1 of 1 (latest)
Hi @hollow hollow! Yes there are some country restrictions for Google/Apple Pay. You can find the full list of supported countries here: https://stripe.com/docs/connect/payment-method-available-countries
@hollow hollow ah sorry, misunderstood, one sec!
Thank you @primal hare . Maybe you know why countries supported by Apple are not supported by Stripe?
this value (the country for the PaymentRequest) is the merchant country
i.e it's the country your Stripe account is in (https://stripe.com/docs/js/payment_request/create#stripe_payment_request-options-country)
we don't support Stripe accounts in Ukraine today, which is why it's not accepted in that parameter
it's nothing to do with the customer's location, you can charge UA customers with the PaymentRequest button just fine
So I need to pass our Account country? In our case IE for Ireland?
yep
Thank you. Now I see in documentation that it state 'country for Stripe account'.
to explain, the reason it wants to know that is because merchants in some countries can't accept certain brands(like EU merchants can't process Discover cards) so we want to hide the button if the customer only has non-accepted cards, so we need to know your country so we know what to filter out