Hi,
In order to add flutterwave mobile money implementation on our website, I’m making some API calls to create charges for different countries that handle mobile money payments.
I can make some tests on Uganda, Rwanda, Franco Area using payload examples that I found from nodejs implementation (link: GitHub - Flutterwave/Flutterwave-node-v3: Official NodeJS Library for Flutterwave v3 APIs)
I can validate my transactions using OTP code (123456 for test environment) for these countries:
Rwanda
Uganda
But somehow, after validating my Ghana transaction using the same OTP, I keep receiving the same error message which is:
Your payment could not be completed. Reason: your account status is pending confirmation
Do I need another validation on my transaction?
Thank you for your help.
Sincerely.