Flutterwave / AndroidSDK

Rave's Android Drop In UI
7 stars 8 forks source link

Live api is not sending approval request #235

Closed kashiflab closed 3 years ago

kashiflab commented 3 years ago

I have used the default drop rave UI. It is not sending approval requests to my MTN number. I have entered the number with the country code. Here is the code

RavePayManager raveManager;
            raveManager = new RaveUiManager(this)
                        .acceptMpesaPayments(true)
                        .acceptAccountPayments(true)
                        .acceptCardPayments(true)
                        .acceptGHMobileMoneyPayments(true)
                        .acceptBankTransferPayments(true)
                        .acceptUssdPayments(true)
                        .showStagingLabel(true)
                        .setAmount(Double.parseDouble(amount))
                        .setCurrency("GHS")
                        .setEmail(email)
                        .setfName(fName)
                        .setlName(lName)
                        .setPhoneNumber(phoneNumber, false)
                        .setPublicKey(publicKey)
                        .setEncryptionKey(encryptionKey)
                        .setTxRef(txRef)
                        .onStagingEnv(false)
                        .setMeta(meta);

                // Customize pay with bank transfer options (optional)
                raveManager.initialize();
Yisola commented 3 years ago

Hi @kashiflab please confirm if these transactions are showing up on your dashboard

kashiflab commented 3 years ago

Nothing is showing up on my dashboard

jeremiahAI commented 3 years ago

Hi @kashiflab Please confirm if this issue is still occuring

kashiflab commented 3 years ago

Now a Toast prompt "Unable to validate account/invalid mobile money account". Even the number is registered.

jeremiahAI commented 3 years ago

Hi @kashiflab Sorry for the issues you're experiencing. Kindly send this error and the number with the issue and other details to hi@flutterwavego.com so that the team will attend to this case specially.

Thanks