#cpark-applepay-connect
1 messages · Page 1 of 1 (latest)
hey there, you can certainly set up your domain for testing apple pay payments even for a test account. You can do that in your dashboard here:
https://dashboard.stripe.com/settings/payments/apple_pay
It's not necessary for your account to be live
okay let me try that
Cpark14 - apple pay
Okay so after chatting a little more with my fellow dev it seems our problem is in step 2 of the documentation found here: https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-using-with-connect
step 2 requires us to not be in test mode and use live API key. This is fine, but we cannot connect to a test account when using a live mode api key, it seems to be requiring an account in live mode with real data
If it helps, in step 2 on the documentation, the {{CONNECTED_ACCOUNT_ID}} in line 10 of the sample code is what we're referring to
Yeah, at the moment it does require being connected in live mode to the connect account and making that register call with a live API key. So setting up an account with real data is currently required to test Apple Pay with Connect
Ok, so if there's no way around that requirement of real data, is there any way Stripe can provide an account we can use rather than having to set one up with someone's data attached to it?
Unfortunately not. Even I had to put in my real data to make a test account here
I'll put in feedback for this, I know in similar places it is an apple restriction but I am not 100% sure that that is the case here
Would it be possible for me to create a "real account" using all the information from my current account and then adding the real bank data instead of adding to my current account?
Yeah, you can put in the same info, I think all that matters here is the live mode connection so as long as you get through onboarding with that info you should be able to register the domain in live mode.
cpark-applepay-connect