#EatStations
1 messages ยท Page 1 of 1 (latest)
hello! what's the error?
what's the PaymentIntent or SetupIntent id?
and the corresponding request id where you got that error?
please don't paste your ephemeral keys here
this is a public channel
ok
pi_3MqTV2JiUwDR4rw60yt5W5ok_secret_rxvwbrLIuf303pLMCII1djU7T
pm_1MqPtWJiUwDR4rw6ZFVyq8nf
this is live testing
another "pm_1MqOQRJiUwDR4rw6p9PIUAYB"
what were you trying to do when you got that error message? the exact line of code which threw that error? And the full error / stack trace?
we are checking from device and getting the attached error
iPhone app - apple pay
I am following this
var configuration = PaymentSheet.Configuration()
configuration.applePay = .init(
merchantId: "merchant.com.your_app_name",
merchantCountryCode: "US"
)
after putting correct info, I got apple pay button
stripe admin also added merchant id and certificate
Apple pay - works from our website
doesn't work in our app
card payment works from app
You there?
๐ Taking over this thread, catching up now
ok
Simulator I am getting this error
when I do apple pay
maybe its in live mode - thats why
Are you using live mode key in simulator?
Can you try using test mode key and check if it works?
But I am getting error on my iPhone device
my integration is live, so cannot switch on TestMode
Does the error message in iPhone the same as the one in simulator?
in iPhone, I am getting this error
Are you able to get any more error message other than this from the loggings? This error is only visible in client/iPhone device itself and we don't have any log to trace the details of this error message
From https://dashboard.stripe.com/payments/pi_3MqPtXJiUwDR4rw60Dp3fAuH, it shows that the Apple Pay payment was made successfully. There is no error
The only pending action is to capture the Payment Intent
let me check
wait it was done from web, let me try from iPhone device
TestMode checked all seems working - Apple too in Simulator
That's good! Sounds like the integration is working fine
but not working on live mode on iPhone device
Can you share the Payment Intent that was made in live mode on iPhone?
I have done bit changes in code, let me send TestFlight and I can check after that
Yup, sure
Seems working now. Thank You ๐