#Partizan
1 messages · Page 1 of 1 (latest)
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?
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) 🙂
what request are you making when you get that error?
ApplePayDomain::create(['domain_name' => $domain], ['stripe_account' => 'acct_1ISqiuFDInUMUzZA'])
As far as I understand this is a replacement action that I can do in my account dashboard https://media.stripe.com/ad4cb83918989704425cf6131f5d33012050fb7b.png
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Any thoughts? @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.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok. thanks!