#Daniel2562
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you clarify what you're doing in this flow that is throwing the error you referenced?
So what I am doing is to process the payment intent using StripeApplePay.
Here's steps that I followed
- initialised StripeApplePay with merchantIdentifier and stripe Public key
- send request to backend and generated Payment Itent
- pass the payment Intent's secret key and presentApplePay to process the payment intent
Please check the attached for the implementation code.
Which of those steps is throwing the error?
The Apple Pay UI shows up and after processing the payment it's saying payment error and shows the log
Can you share the ID of a Payment Intent that you were using for testing?
This is the one that I am testing, @south quarry
pi_3Mb8WiPQC3en7Wcs0QwSCeuG_secret_0bS0fTXIo7pVrOtpNTS60VWHY
Hello! That Payment Intent was created using the Stripe-Account header. Have you made sure to also specify the stripe-account header in your ios code?
You'll want to look at this: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application
@sour cedar Did that work for you?