#Partizan

1 messages · Page 1 of 1 (latest)

final brook
#

hello @mellow shell! Typically it should be available for use already. Is there a reason why you're looking to check that it's enabled?

mellow shell
#

hi @final brook! for example apple\google pay do not available for accounts from India

Stripe\Exception\InvalidRequestException
Apple Pay is not currently supported in your country (IN).
#

Our company have many accounts from different countries. good to know which of them can or not

#

I would not like to work according to the method EDD(exeption driven development) 🙂

final brook
#

what request are you making when you get that error?

mellow shell
#

ApplePayDomain::create(['domain_name' => $domain], ['stripe_account' => 'acct_1ISqiuFDInUMUzZA'])

mellow shell
#

Any thoughts? @final brook

final brook
#

There is no API call to know if a country supports Apple Pay / Google Pay - you'd have to find out via the ApplePay or GooglePay list of supported countries e.g. https://support.stripe.com/questions/country-availability-for-apple-pay

I assume that you're using direct charges [0] - for direct charges, you're going to need to activate Apple Pay as a payment method on the connected account(s) and set the domain on the connected account(s). If the connected account doesn't support Apple Pay, then there is no workaround.

[0] https://support.stripe.com/questions/setting-up-apple-pay-for-direct-charges-on-standard-connected-accounts

mellow shell
#

ok. thanks!