#quizford_webhooks
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.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 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/1293277670121017425
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! Can you link me to the page you're trying to get Apple Pay to appear on so I can take a look?
of course : https://wish.metal.build/pay
Can you link me to a page that doesn't require a login?
no, sorry
since we are creating a test account on the backend, but any fake email will work
Can you set up a minimal test case page without a login?
With just Apple Pay on it?
that is a bit out of scope right now, sorry. sice i would have to push to prod for testing this
is there anything i can check on my end for you ? sorry i am just the junior who is supposed to check why this is not working
What do you see in the console on the page where Apple Pay should show up?
" You have not registered or verified the domain, so the following payment methods are not enabled in the Payment Element:
- apple_pay"
this has been done though
One sec...
You're 100% certain the same Stripe account is being used for the payment form that has the domain validation?
could the problem be that i am using the testmode keys
No, it works in test mode. Have a look here, for example: https://4242.io/test/express-checkout-element/
Do you see Apple Pay on that page?
Okay.
so i thought the options where incorrect :
{
"elementType": "expressCheckout",
"availablePaymentMethods": {
"googlePay": false,
"applePay": true,
"paypal": false,
"link": true,
"amazonPay": true
}
}
updated that but i still see the same response in the console " You have not registered or verified the domain, so the following payment methods are not enabled in the Payment Element:
- apple_pay"
I'm not sure how else I can help without being able to see the page myself. It would help a ton if you could create a minimal test case on the same domain and share a link to that.
it was the prod key that made it appear
Glad to hear the issue is resolved👍
but now we cant use the test card anymote
anymore
is there any way we can still use the testing card provided by stripe when we switch to prod keys