#Bob the builder-apple-pay-connect
1 messages · Page 1 of 1 (latest)
It doesnt work, which is fine. I assumed non configured payment methods wont show up at all.
Hmm, what do you mean it doesn't work?
As in, it just gets stuck
Dont see anything in the activity either
Thats for a different connected account, but +/- same thing
Also, what makes you think it isn't configured? It wouldn't show if it wasn't
I havent called the api to authorize our domain for that connected account
The connected account (acct_1KP4p4DBJ1IKnAB7) you're creating the direct charge on has Apple Pay enabled here: https://dashboard.stripe.com/settings/payment_methods
Also has a Apple Pay domain registered
The platform account is configured, but the connected one isnt
If you don't want Apple Pay to show in the Payment Element you either need to disable it from the Dashboard settings, or disable it when configuring the Payment Element: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-wallets
The loading state you're seeing is likely because the domain is configured correctly
But because it's enabled in Dashboard, it'll show in UPE
Oky, so the payment method is enabled thats why it shows up. But because the domain isnt set up, authentication is expected to get stuck?
Yeah, looking at our internal tooling there was one registered in test mode but that won't work. You need to register them in live mode for it to work in test: https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect
So it's likely related to that domain issue that it's stuck in a loading state
Oak kay. Had hoped the option would be hidden automatically until fully configured.
I'd just disable it in the UPE (as linked) in that case until you have it configured
Oky
Half related question - we have two separate stripe accounts (non-connect use case) using the same domain. How would apple pay domain validation work in that case?
I assume the verification file is different for each account