#keithm-rn
1 messages · Page 1 of 1 (latest)
I don't think that needs a PR. The issue there is you probably don't have your Apple Pay certificate registered on your Stripe account.
that's what the error means. There's an encrypted blob submitted to v1/tokens, which contains the actual card details. We can't decrypt it(that's what the error is saying) because there's some issue with your certs(either you didn't upload one, or your app is not using the one matching the Apple Pay Payment Processing certificate you uploaded)
the web version is entirely different, since it uses a special Apple<->Stripe connection so that web-based merchants don't have to have Apple Developer accounts, but for a native app like this you need to go through those steps and set it up.
ah awesome, will review this - was sure we had but must have missed something
thank you so much
I looked at the Stripe account for that req_xxx request ID in the issue and it has no certs uploaded
awesome thank you. - will et this sorted