#justinadkins
1 messages · Page 1 of 1 (latest)
It sounds like somewhere in the code an API method is being called that isn't being given an API key. Have you looked at example request in your Stripe Dashboard logs to try and find out where in your code these requests are being made?
I looked for these requests on the Stripe dashboard but they weren't there. We don't make the request directly, only via the Android SDK.
Ah, right. They wouldn't show up there without an API key. Apologies for the oversight. Do you have example code for the request that is failing?
Yeah, its just the createPaymentIntent callback.