#ronit2582
1 messages · Page 1 of 1 (latest)
As mentioned in the error, you should use live mode key if you're going to submit your app to the app store
Test mode key should be used for development instead of production app
yes i am using for testing purpose and after getting payment intent i am receiving this error that's the problem
Can you share the screenshot or the request ID (req_xxx) that threw this error?
i will update the mode for appstore right now i am stuck at this error
yes
payment intent id - pi_3OQ2i94DfIvvXFPZ1jx76jJb
connected account id - acct_1KsYtK4DfIvvXFPZ
There is no error from Stripe end. Based on your description, it seems like the error is from App Store, not Stripe. Can you share the screenshot where you faced the error from?
i have enabled the tap and pay and this error show in my console.
let me share that console screenshot
Based on the error https://github.com/stripe/stripe-ios/blob/master/StripeCore/StripeCore/Source/API Bindings/STPAPIClient.swift#L163, it looks like you're not running in the debugging mode, but production mode
ok
In production mode, only live mode key can be used
ok let me verify and check