#Daniel2562

1 messages ยท Page 1 of 1 (latest)

spring knotBOT
south quarry
#

Hi ๐Ÿ‘‹ can you clarify what you're doing in this flow that is throwing the error you referenced?

sour cedar
#

So what I am doing is to process the payment intent using StripeApplePay.
Here's steps that I followed

  1. initialised StripeApplePay with merchantIdentifier and stripe Public key
  2. send request to backend and generated Payment Itent
  3. pass the payment Intent's secret key and presentApplePay to process the payment intent
south quarry
#

Which of those steps is throwing the error?

sour cedar
#

The Apple Pay UI shows up and after processing the payment it's saying payment error and shows the log

south quarry
#

Can you share the ID of a Payment Intent that you were using for testing?

sour cedar
#

This is the one that I am testing, @south quarry
pi_3Mb8WiPQC3en7Wcs0QwSCeuG_secret_0bS0fTXIo7pVrOtpNTS60VWHY

winged smelt
#

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?

winged smelt
#

@sour cedar Did that work for you?