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!
We need a below functionality : We need to transfer the money to user bank account. [we are giving earing money to their bank account based on the user request ] For this we are following This documentation link : https://developer.flutterwave.com/reference#create-a-transfer Create a transfer - Ghana Mobile money transfer URL : https://api.flutterwave.com/v3/transfers Post method Parameters { "account_bank": "MTN", "account_number": "233542773934", "amount": 75, "narration": "New GHS momo transfer", "currency": "GHS", "reference": "new-ghs-momo-transfer", "beneficiary_name": "Kwame Adew" } For this we are getting below error response: { "status": "error", "message": "amount is required", "data": null } I have provided the amount value still I am getting this type of error don't know if I am in right path are not. Note: If in case we are not in right path, please guide us and shared the documentation link for money transfer to user bank accounts.
Posted by jawhar karthik about 4 hours ago
I sent money from my flutterwave account to my bank account in Nigeria but it has not yet appeared in my bank account yet, its been two week now. please how do i reverse the transfer back to my flutter wave account. And honestly u have a poor customer service when it comes to contacting you for help.
Posted by Anderson about 6 hours ago
Hello Team, Today is 17th Day, My Flutterwave account was in disturb. Your team and your all support agents are wasting my time. This is last time that I am mailing you after that I need to post a review regarding your service. I know flutterwave is the best gateway in the world but providing very bad support service. I am reporting issues since 17 day now but no any solution and is still under review. Merchant ID: 00698296 Issue : When users make payment to me that see an error "amount must be 1 and 1" Check the screenshot of the error. https://ibb.co/grxQVHC If my issue was not solve then I will leave your service, and my business will be close and will post a review regarding your service. I already bear a great loss in my business. Thanks & Regards Ali Raza
Posted by Abbas a day ago
Hello, I've uploaded the required documents and details required for verification on my dashboard for close to 3 weeks now and still no feeback . Please this is getting frustrating here is my email for the account : [email protected] and my merchant ID : 00735232
Posted by Emmanuel Botchway a day ago
I have built a solution where we charge customer on the recurring basis, we have already implemented the card payment option using flutterwave into our system. My question is whether we can implement the mobile money options like MPesa & Airtel to charge the customer on the recurring basis for his/her subscription? Please help.
Posted by Henil Mamaniya a day ago
Hello Flutterwave Team, I am facing some issues, Please solve my issue so I can continue my business. Merchant ID: 00698296 Issue #1, Card Number ****5329 (Danny Sullivan) Is Not showing in my account, however this card was active, I contacted your support too they tells me the card was active and in Your account, but note that I am still unable to see my card in my portal also I tried to check card Via API Too but card was not showing. I think, - The Issue arising from Secret Key (VIA MY SECRET KEY THE CARD WAS NOT SHOWING) Issue #2, I want to tell you that I am facing the error while accepting payments, "amount should be between 1 and 1". I already contacted your support regarding this issue, but all the agents told me that, feedback will be share soon. But Today is 12th day no one is back to me and my issue was still not resolved. Screenshot of the error was attached. Its will be glad for me that your team solve my issue as fast as possible, due to 2nd Issue my business is unable to accept payment and in result I am bearing a great loss. Thanks & Regards
Posted by Abbas a day ago
Am have problem geting data from webhook after somemany try i get this msg Please generate a new payment link with another transaction reference which i did am still geting the error what am i doing wrong $response = json_decode($body); if ($response->status == 'successful') { list($user_id, $sesid) = explode("_", $response->tx_ref); $mc_currency = $response->currency; $sesid = Validator::sanitize($sesid); $txn_id = isset($response->txid) ? Validator::sanitize($response->txid) : time(); ====================================================== $response = json_decode($body); if ($response->data->status == 'successful') { list($user_id, $sesid) = explode("_", $response->data->tx_ref); $mc_currency = $response->data->currency; $sesid = Validator::sanitize($sesid); $txn_id = isset($response->data->txid) ? Validator::sanitize($response->data->txid) : time();
Posted by Dolapo 3 days ago
hello! why are my clients facing some issues with flutterwave payments? could you please fix this issue ." We could not charge this card. Reason: Merchant cannot accept international payments at this time. Please contact support" even I have sent an email to [email protected] but no response, please help me to fix this issue!. Merchant ID: 00704005 Thank you, Cristien alien
Posted by Cristien alien 3 days ago
Hi, Issue No.1 : I am still Unable to see the card *5329 (Danny Sullivan), Please add this card to my Merchant, So I can check & Use the card. Merchant ID: 00698296 Issue No.2 : I am still not able to accept Payments, Still showing same error to me "amount should be between 1 and 1". Merchant ID: 00698296 Please Solve It, My business was in pause since 14 Days. Thanks
Posted by Ali 4 days ago
Hello Flutterwave team, My customers are unable to pay, with the card and PayPal both not working. I don't know what the error is, I asked the Facebook support team they said they were fixing it but I don't know how long it takes. Can someone help me with 3 questions? 1. Can customers from the United States make payment? 2. Can customers pay by PayPal? 3. When can I continue to accept payments? I have missed a lot of orders so I hope to receive a reply soon. Thank you to the Flutterwave team!
Posted by Hngun 4 days ago
Hello I am trying to test paypal payment method on my inline integration and it returns an error saying "Payment Failed. Try again with PayPal". Here is my code : ``` function payWithFlutter() { if (document.getElementById('email').type == 'hidden') { document.getElementById('email').type = 'email'; return; } FlutterwaveCheckout({ public_key: 'FLWPUBK-b4b2d444aef5d043ad25b23c616a6be3-X', tx_ref: '' + Math.floor((Math.random() * 1000000000) + 1), amount: document.getElementById("amount").value, currency: "USD", payment_options: "card, paypal", meta: { custom: document.getElementById("custom").value }, customer: { email: document.getElementById('email').value, }, callback: function (response) { window.location = `http://mewbot.xyz:8000/paystack_verify?reference=${response.reference}` }, onClose: function () { alert('Window closed.'); }, customizations: { title: "Donate to MewBot", logo: "https://mewbot.xyz/img/mewbot.png" } } ); } ```
Posted by Oyindoubra Akposeye 4 days ago