#Ky
1 messages ยท Page 1 of 1 (latest)
hello! can you share your test site?
G'day there. So this is strange. Ky has been assigned to me as my onboarding agent, and the question he asked (which has now been removed) was related to apple pay integration on our site.
sorry i'm a little confused, do you mean you reached out to Stripe previously (i'm assuming via a support ticket) and an onboarding agent was assigned to you?
Apologies, I am just as confused. We are a new customer of Stripe (as of a couple of weeks ago), and we have been in contact with Ky from <aunz-onboarding@stripe.com> which identified himself as onboarding support.
i see, anyway, no worries about that for now. Lets see if we can get your issue with Apple Pay sorted out here ๐
Can you share your account id - it'll have a prefix of acct_ and your test site for me to take a look?
Is it ok to share the account ID here in this thread, or would it be better privately?
it's fine to share the account ID here in this thread
This is the test mode account we are currently running. acct_1LmQ8PKoJqYBNyH0
I can share my site using ngrok - it would take about 5-10 mins to set you up an account you can login and navigate to the payment products.
yep that would be great
Alright, sorry about that. We are all setup.
Ah - one more thing. I will add the apple domain to the Stripe payment provider configuration. 1 more minute.
removing the credentials from discord since i've noted them down now
Cheers
Navigate to my profile and then membership to see the membership options.
Select any and then purchase.
This will render the payment element.
alrighty, based off what i'm seeing, you initialized Stripe with your platform's public key, and used the stripeAccount option [0] right?
[0] https://stripe.com/docs/js/initializing#init_stripe_js-options-stripeAccount
I can confirm we are using the connected accounts publishable key.
I can confirm we are using the stripeAccount option
gimme a while to put together the next steps for you
so because you're using your platform's publishable key, and the stripeAccount option - you'll need to register the Apple Pay domain on the connected account using your platform's secret key, and the Stripe Account header - you can see the code sample of how to do that here : https://stripe.com/docs/stripe-js/elements/payment-request-button?html-or-react=html#html-js-using-with-connect
fantastic.
gentle reminder that the Apple Pay domain must be registered using your platform's livemode secret key and the Stripe-Account header. It can only be done via the API
after you've done that, try again and let me know if you're still having trouble
Thats fine, we already have that pipeline setup when a partner is connecting their stripe account to our platform. We will just need to add the connected account ID.
Thank you
Not sure if you are the right person to raise this to but the docs imply that solution is for the paymentRequestButton and accounts using stripe connect.
If this solution is true for payment.elements as well then it would have been helpful to have that in the docs somewhere.
I read through the paymentRequestButton docs and saw this, but did not make the connection it was what we needed as the payment request button is a slightly different flow (one that we will be implementing in a future version of our web app soon).
Once again I appreciate your help here. Cheers and have an awesome day ๐
yep, definitely, i noticed that as well and am planning to pass on this feedback to our docs team. Glad you managed to get things sorted out!