We have put together comprehensive guidelines and documentation to help you get right into integrating any of our products quickly. You can also get support when you need help!
Hi, Can I tokenize a bank account charge as one can do for a card charge. The sample code in the *Verify transaction* of the *Transactions* section in the API Reference made use of a card for the charge. I want clarification, if a charge made via a bank account will give similar response, in the sense that, the response will include a token which I can use for later tokenized charges. Thanks for your assistance.
Posted by Abimbola Popoola 9 months ago
When will V3 PHP SDK be available? The website links to ecommerce integrations for V3 link to nothing. The V2 (Rave) links to github projects are broken. I found what claims to be a V3 project https://github.com/Flutterwave/Flutterwave-PHP-v3 but it appears to be a V2 Rave project. I have not looked at all of the other github projects - is any of them V3? The online documentation is very confusing since the Standard Integration quick start refers to the "/payments" end point but "payments" is not documented in the online API reference https://developer.flutterwave.com/reference. V3 seems incomplete at this point? Is V3 ready for use?
Posted by ken 9 months ago
In January, I spoke with your customer reps concerning integrating for our clients in Rwanda, South Africa, Kenya, and Ghana, and they told me receiving card payments is supported int those countries in their local currencies. Last months our clients in Rwanda can no longer make payments and on speaking with your rep again, I'm told Rave no longer supports Rwanda and we're now at a cross road because of this. So again, I ask, which of these countries are supported. Pls don't respond by directing me to your countries list because that's where all these started from. I'd appreciate you genuinely answer my question based on the new realities.
Posted by Moment 9 months ago
Hi Flutterwave, I set up a payment link, in the payment process after entering the OTP, I get this error: **MOMO Approval required. Please contact support**, both in **Test and Live**.  Here is **my email: [email protected]**. Thanks for your help!
Posted by Gadi 9 months ago
My app doesn't get to the callback module anymore even though in most cases the payment goes through. This was working well 2 days ago and I have not changed my codes. This is the callback code: protected void onActivityResult(int requestCode, int resultCode, Intent data) { /* * We advise you to do a further verification of transaction's details on your server to be * sure everything checks out before providing service or goods. */ if (requestCode == RaveConstants.RAVE_REQUEST_CODE && data != null) { String message = data.getStringExtra("response"); if (resultCode == RavePayActivity.RESULT_SUCCESS) { Toast.makeText(this, "SUCCESS " + message, Toast.LENGTH_SHORT).show(); // displayTxt="\nGiPOS Withdrawal\nCard Withdrawal was Successful.\n" +calcDisplayTxt+"\nThank you."; doUpgradeWalletBal(); //New transdate = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()); displayTxt="\nGiPOS Withdrawal\nDate:"+transdate+"\nCard Withdrawal was Successful.\n\n***DETAILS*****\n" +calcDisplay2Txt+"\n\nThank you.\n\n"; //Do a get array record of sales doSalesContent(); doWithdrawalPrint(); //New addition June 17th, 2020 doReturn(); //New addition June 24th, 2020 //doGotoLogin(); } else if (resultCode == RavePayActivity.RESULT_ERROR) { Toast.makeText(this, "ERROR " + message, Toast.LENGTH_SHORT).show(); } else if (resultCode == RavePayActivity.RESULT_CANCELLED) { Toast.makeText(this, "CANCELLED " + message, Toast.LENGTH_SHORT).show(); } } else { super.onActivityResult(requestCode, resultCode, data); } }
Posted by George Uwaifo 9 months ago
Hello, I recently decided to give your company payment platform a try on my commerce site. When I activate the plugin, it clashes with the woo-commerce settings page, and then I cant add my payment options. But when I deactivate the plugin, the settings shows. Please how can I resolve it? It's urgent
Posted by Udeji Emmanuel 9 months ago
I have just finished setting up ravepay on my woo commerce website... (USD payment option)... but how am I sure it is working before I publish my campaign... if I put it on test mode, must I use valid credit card to test it (paystack provides a card for texting).. but I don't know about ravepay.. So how do I text my payment to make sure it's working? ( USD payment ) .................................................................. secondly: is it the same "Public Key" and "Secret Key" that I will use for both live and text mode? please I need an urgent reply...
Posted by kingsley 9 months ago
Hello, When I test payment with a card as a payment option, and currency as USD, I got the message: You will be redirected to your bank's verification page to complete this payment. I don't know why but with USD it is not working. The transaction is showing on my ravesandbox dashboard with type: Account-ach-us. Why I can't use cards with USD? Thanks *Every thing was working, stop working when I try today. And you don't have documentation on international transaction anymore
Posted by Ib Sylla 9 months ago