#gabs_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214702773346766968
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Can you share a link to your environment? I'd like to see if I can see ApplePay on my end
Hi, do you mean the domain of the site?
The site where you have a PaymentElement mounted, yep
Sure, its: dev.mycashless.com
I don't see anything here other than "Success! The dev.mycashless.com server block is working!"
You can try with this: dev.mycashless.com/account
Is there a way I can access your payment page without registering?
Do you have a set of test credentials I can use?
Yeah, I have a test user, and the env its config on test
3344415958 password: hola123
And the domain its: https://dev.mycashless.com/account/e/81437e78eb0b408ab47466301c9dfe0f/event/payment-v2
Okay, there's a lot happening here
I see you tried to add dev.mycashless.com as one of your registered domains for ApplePay but it looks like the domain association file is not hosted on your site: https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#verify-domain-with-apple
I dont get it, my dashboard looks like this:
Also, I looked at your platform logs and see you are creating PaymentIntents on Custom accounts (instead of your platform) and later canceling that PaymentIntent while using the Stripe-Account header for a Standard account?
The file you hosted at https://dev.mycashless.com/.well-known/apple-developer-merchantid-domain-association doesn't look like the right file
Thats because the client can use his own stripe account, but I see the errors, I'm trying to fix the code of other dev
Also, just taking a step back. What kind of Connected accounts and charges are you using?
This is critical as this will determine how your domain should be registered: https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=dashboard#register-your-domain-while-using-connect
I see
So the verify of the domain its not the same for everything
But, if my dashboard says that the domain its verified, theres a way that I can test that its actually working?
It won't work until you update the file https://dev.mycashless.com/.well-known/apple-developer-merchantid-domain-association to the right one
Can you see this request: https://dashboard.stripe.com/test/logs/req_UYcOS4VzHFU7bF
I get it, but when I fix the errors, theres a way I can see the verify its okay and theres not a code error?
Still, you should only register this domain on your platform account if you're using destination charges or separate charges & transfers.