I integrated flutterwave PG in my android app.In sandbox the payment working fine.But now i changes the sandbox to live and have updated the live public and private keys.
But while checking the payment using my live card it shows Invaild public key passed error.
Can any one help me?
Asked
Active
Viewed 2,395 times
2

Phantômaxx
- 37,901
- 21
- 84
- 115

uma
- 229
- 1
- 2
- 6
2 Answers
4
Please see how to get your live and test keys on the Rave by Flutterwave payment gateway: https://flutterwavedevelopers.readme.io/docs/api-keys
When on the live environment set .onStagingEnv(boolean)
to false and vice versa when on the test mode.

temiloluwa adesina
- 120
- 8
3
Ran into similar error. Found out that isDebugMode
was set to true
. Set it to false
and problem was solved.

emmaakachukwu
- 127
- 9
-
Thank you very much, I was able to solve my problem – Yug Normand Ngangue Jun 15 '21 at 09:19