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, I'm using your API in a flutter app and I have this error {"status":"error","message":"Unable to process this transaction at this time","data":{"ID":"RAVE_FLUTTER-2020-11-05 10:21:56.597316","Status":"RPM","Score":""}} I use your test card make transaction but over a period of 1 hour I can have 5 success transaction for 10 errors. Is that due to test card or limitations of test mode? Thank you.
Posted by Schallom Awolou 2 months ago
Hello, I try to top up my Flutterwave account. I charged my UK Bank. The money has been debited from my bank. However, Flutterwave has not been topped up. My account is not topped up. I have not heard any thing from Flutterwave. UK Bank Name: Revolut Ltd First Transaction Date: October 12, 2020 Amount: GBP 200.00 FPID: MODULO00P21034G8DB1020201012826040075 Second Transaction Date: October 13, 2020 Amount: GBP 5.00 FPID: MODULO00P21034KVWP1020201013826040075
Posted by Monir 2 months ago
While reading API v3 doc i found that transaction can no longer be verified by reference anymore neither can transfer be fetched by reference. the only option is the id of the transaction/transfer which is generated by the api. This means that if my user loses internet connection before i could get a response back from the api, there's no way to verify whether or not that transaction/transfer was successful or not. And therefore I do not know whether to provide value or not. please add an option to fetch a transaction and transfer by the reference I also notice that in api v3, when i pass in reference to fetch a transafer, it returns all the transfer i have made.
Posted by Precious 2 months ago
Hello, I recently created an account on flutterwave and linked it with my on-development mobile app but every time I am trying to send money using Mtn Mobile Money Rwanda (in live mode). The dashboard is showing me that the transaction has been made, the money is being taken from my personal Mobile Money account but I am not receiving anything neither in the Mobile Money account of the phone number set on my flutterwave dashboard nor in my bank account.
Posted by Boris Kayi 2 months ago
This is my first time integrating Ravepay and I'm having some issues figuring out how to set up a subscription for a customer using flutterwave. I've created payment plans and I intend to charge customers using their ATM cards. I tried passing id of the payment plan as paymentPlan into the request body to the charge card endpoint but it returns null. I'm using the NodeJS SDK.
Posted by Ade 2 months ago
Hi, I am thinking of using FlutterWave in my app and wanted to confirm if it support debits from and disburse to some of the MicroFinance banks in Nigeria like AB MICROFINANCE BANK, ABU MICROFINANCE BANK and ABOVE ONLY MICROFINANCE BANK? My users maybe coming from such banks and not necessarily from the mainstream banks in the country.
Posted by Jonas 2 months ago
When I create payment payload I have added meta field to the object. But in hooks I don't received meta field from webhook. { tx_ref: '779977ea-8156-4fcd-8625-78fdf1aa586.5f9aadf3905581001743c367', amount: '123', currency: 'NGN', payment_options: 'card', redirect_url: 'test.net', customer: { email: '[email protected]', phoneNumber: '9876543222', name: 'Mr Test' }, meta: { goalID: '5f9a4e2e8ef3ff1b7842aecd' }, customizations: { title: 'Test' } } Ex. In above payload I have set meta. But I dont receive this in events.
Posted by Chirag 2 months ago