#samsara-connect-applepay
1 messages · Page 1 of 1 (latest)
HI 👋
What product are you using to use Apple Pay?
I think there was a curl command hidden somewhere that I needed to run to register the account with the domain
Stripe Payment Element
Good morning Snufkin
I think it may have been this step...
-u
live-key: \
-H "Stripe-Account: acct_1LowvdDTwu9XYxBB" \
-d domain_name="450d-2601-285-8380-3260-9496-c457-1055-9540.ngrok-free.app"```
Does that look right?
Do you have your apple merchant ID? Also can you share a Payment Intent request so I can check if it's configured for Apple Pay? We have details on using Apple Pay on the web here: https://stripe.com/docs/apple-pay?platform=web
We do have it configured for apple pay, not sure how to get apple merchant ID? Where would it be located in dashboard? Here's a PI
pi_3MxupoDTwu9XYxBB326Ws5ie_secret_96OlUtH9bIMPLK5VWPZ3gWz7v
There are links on the doc I shared that will take you to that information
I'm not seeing anywhere where "merchant" is on the page
But I did find the curl command https://stripe.com/docs/stripe-js/elements/payment-request-button here
Hmmm these payment intents are being created by another Account using Direct charges. Are you the Platform Account or the Connected Account?
We're running a platform account with multiple connected accounts
So I have access to the platform account
I apparently have two secret live keys and I'm not sure which to use to register this ngrok address
but this is the account id acct_1LowvdDTwu9XYxBB I'm trying to register with
I do see a number of ngrok URLs registered there.
okay sweet. it's been a while and our config changed, is there any way for you to tell me which live key I'm supposed to use?
one is name secret key and one is named secret key 0303
Unfortunately that doesn't help here. I don't see those names
Depending on how you are creating charges, Direct, Destination, SC&T, you may need to use different Apple Pay domains
If you are using Direct Charges, then whichever API key corresponds to the Connected Account is what you need to use.
Okay sweet
samsara-connect-applepay
Got it working, thanks Snufkin