#quizford_webhooks

1 messages · Page 1 of 1 (latest)

topaz scarabBOT
#

👋 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.

charred bone
#

Hello! Can you link me to the page you're trying to get Apple Pay to appear on so I can take a look?

flat ermine
charred bone
#

Can you link me to a page that doesn't require a login?

flat ermine
#

no, sorry

#

since we are creating a test account on the backend, but any fake email will work

charred bone
#

Can you set up a minimal test case page without a login?

#

With just Apple Pay on it?

flat ermine
#

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

charred bone
#

What do you see in the console on the page where Apple Pay should show up?

flat ermine
#

" 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

charred bone
#

One sec...

#

You're 100% certain the same Stripe account is being used for the payment form that has the domain validation?

flat ermine
#

could the problem be that i am using the testmode keys

charred bone
#

Do you see Apple Pay on that page?

flat ermine
#

i do

#

ok i see one difference, i will change this now and get back to you

charred bone
#

Okay.

topaz scarabBOT
flat ermine
#

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"
charred bone
#

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.

flat ermine
#

it was the prod key that made it appear

upper dome
#

Glad to hear the issue is resolved👍

flat ermine
#

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

upper dome
#

Nope.. You can't use test cards in live mode

#

You'd want to register the domain in test mode too in case you want to use Test cards

flat ermine
#

so the only way to test apply pay is to go through with a full payment

#

thank you