#Mahesh
1 messages · Page 1 of 1 (latest)
Stripe account ID: acct_1NzR2UDlV1u4yXMN
https://support.stripe.com/questions/enable-apple-pay-on-your-stripe-account Have you followed this guide to register Apple Pay and serve your page from HTTPS ?
Find help and support for Stripe. Our support site 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.
Is there a public URL that I can visit to reproduce the problem?
Can you also share with me a PaymentIntent ID?
we are not creating PaymentIntents during payment element creation. It will created at later point after user selected a payment method and submit it
using this approach: https://stripe.com/docs/payments/accept-a-payment-deferred?platform=web
https://stripe.com/docs/elements/express-checkout-element open this page in your Mac, do you see Apple Pay button in the Try the demo section?
yeah i can see it
apple pay it showing for our other customers (example: https://thoroughbreddressage.com/training/booking-for-clinics). Its the same integration (just different stripe account)
Where is the Stripe account based?
Checking on this with my colleagues
How did you register this Apple Pay domain on acct_1NzR2UDlV1u4yXMN?
You should be making that API call using the keys of the platform, passing the stripeAccount header. Are you?
Because there's an error returned that indicates the domain is not correctly registered. Can you follow: https://stripe.com/docs/payments/payment-methods/pmd-registration?platform=api#register-your-domain-while-using-connect
That's the API you should be using
but how it is working for our other connected account?
for example this account: acct_1IycRxG0CiRgLGph for this apple pay is showing up with the same logic we have
Yeah, I don't know. I don't think you'e registered the domain using the API, at least according to our records, but you say you have
It looks like it was added in the Dashboard
Which won't work for Connect, the platform needs to register the domain via the API
okay, is it possible to remove the registered domain through connect api?
and register it using connect api later
It hasn't been registered via the API though