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!
payment Api on the Angular SDK using the InlinePaymentOptions has been working for the past few days but as of today, it starts giving error. I checked the documentation here https://www.npmjs.com/package/flutterwave-angular-v3 and noticed there is an update to it to include the option of closing the modal. Some of the errors I get are below: - Adding the "AsyncPaymentOptions" gave me error - Adding the "this.flutterwave.closePaymentModal(5)" also gave me error. - Also below are some of the errors thrown on chrome when testing Error 1: Uncaught TypeError: Cannot read property 'addEventListener' of null at Object.pinInputDisplay (scripts.min.js:1) at Object.on_pin_suggested_auth (scripts.min.js:1) at sdk._instance.handle_charge_response (fe-sdk.js:334) at Object.<anonymous> (fe-sdk.js:469) at u (jquery-3.3.1.min.js:2) at Object.fireWith [as resolveWith] (jquery-3.3.1.min.js:2) at k (jquery-3.3.1.min.js:2) at XMLHttpRequest.<anonymous> (jquery-3.3.1.min.js:2) Error 2: Uncaught TypeError: Cannot read property 'suggested_auth' of undefined at sdk._instance.handle_charge_response (fe-sdk.js:327) at Object.<anonymous> (fe-sdk.js:469) at u (jquery-3.3.1.min.js:2) at Object.fireWith [as resolveWith] (jquery-3.3.1.min.js:2) at k (jquery-3.3.1.min.js:2) at XMLHttpRequest.<anonymous> (jquery-3.3.1.min.js:2) Currently, the payment modal just spins in an infinite spin. Also, do i still need to include this "<script src="https://checkout.flutterwave.com/v3.js"></script>" on the index.html page?
Posted by Cito 3 months ago
When I try to integrate using the inline option, when I select the mobile payment option, I get stuck at processing payment because of the error: Cannot POST /flwv3-pug/getpaidx/api/charge?use_polling=1&is_altmode=1 Can you assist in advicing what I'm doing wrongly
Posted by Kachi 3 months ago
Hello Team, I had a concern. What happens when a Flutterwave subaccount is deleted and it still has unsettled funds which are supposed to be settled automatically? On the same note, what happens when the details of a subaccount are updated, for example the merchant bank and account number, and some funds are still pending automatic settlement?
Posted by Clifford Gail 3 months ago
I have run a couple of transaction payouts in the sandbox environment. Some of the earlier transactions I initiated are still listed as pending while some later ones managed to clear. Could you kindly clarify on what the expected clearance time is for a transaction that's been initiated successfully? For some of my later requests, I have gotten a transaction failed message with the error `"complete_message":"val.replace is not a function"`. Could you kindly elaborate further on this error message? Attached is the json of the returned data on transaction initiation. ```{ "data":{ "id":143105, "fee":50, "meta":null, "amount":"4000", "status":"FAILED", "currency":"KES", "bank_code":"044", "bank_name":"N/A", "full_name":"N/A", "narration":"payout-test-05", "reference":"HHKGC", "created_at":"2020-09-30T19:21:50.000Z", "is_approved":1, "account_number":"0690000040", "debit_currency":"KES", "complete_message":"val.replace is not a function", "requires_approval":0 }, "status":"error", "message":"Transfer creation failed" }```
Posted by Pius Gumo 3 months ago
I'm building a Fintech system and want to increase my Account limit from the $1,000 USD limit and also upgrade my individual account to a Business account. Please how do I go about doing this? I appreciate your answers.
Posted by Michael Erastus 3 months ago
Please I need more clarification on what the Debit currency is and what the currency field is and how they are different. I want to be able to settle my clients in their local currency from my USD Balance since all payments will be received in USD.
Posted by Michael Erastus 3 months ago
Hi there Flutterwave, Storing the balance in a user's virtual card is not the best option for Fin-tech companies like us. Fin-tech companies will rather prefer simple API that allows them to issue cards and hold their customers’ card balances their your platform. Tutuka (another African card issuing service) is a perfect example of this https://developer.tutuka.com/companion-api/ We suggest that the card issued should NOT be pre-funded, but rather every virtual card issued should have access to a centralized balance. When a user attempts a purchase with the card, Flutterwave should send us an authorization request (maybe through an HTTP webhook), we then check the user's balance in our database, and tell you whether or not to let the purchase go through and debit our Flutterwave balance, or simply decline the transaction. This is more efficient than pre-funding each individual cards created. Thank you
Posted by Site Antipas 3 months ago
on android sdk, it keep return this error, {com.flutterwave.raveandroid.RavePayActivity} has no registered input channel} and this is my payloader. new RaveUiManager(this).setAmount(Double.parseDouble(amounts)) .setCountry(AppController.getUserCountryCode().toUpperCase()) .setCurrency(currency) .setEmail(AppController.getUserEmail()) .setfName(AppController.getUserName()) .setlName(AppController.getUserCode()) .setNarration("payment") .setPublicKey(flutterWaveCreds.getPublicKey()) .setEncryptionKey(flutterWaveCreds.getEncryptionkey()) .setTxRef(flutterWaveCreds.getTextRef()) .acceptAccountPayments(acc) .acceptUssdPayments(acc) .setPhoneNumber(AppController.getUserPhone(),false) .acceptMpesaPayments(allMobile) .acceptGHMobileMoneyPayments(allMobile) .acceptCardPayments(creditCards) .onStagingEnv(false) .allowSaveCardFeature(false) .initialize(); implementation 'com.github.Flutterwave:rave-android:2.1.8' kindly assist, it keep return invalid amount.
Posted by Morufu 3 months ago
I am currently using react-flutterwave-rave for payments on my site. I've been testing with the card payments and its working just fine. I tried checking the bank transfer payment option and it seems to be generating an account number every 5 mins. I want to know if there is a way to use static account number then that way I can keep the account number on myself and give people who might not get access to the site to transfer money. I checked the documentation and I honestly can't understand how to use it in Rave. If anyone can help me that will be very much appreciated. Thanks in advance
Posted by Babagana Abba 3 months ago
Being wondering why flutterwave's payment modal box is very blurry??? For customer with dull vision it will remain a major challenge and a huge turn off. View screenshot https://ibb.co/2nXQZKk Or is this flaw particular to a few people or why is it so and everyone seem cool with it?
Posted by Ous 3 months ago
Hello Flutterware support, I got a mail that a refund has been made to my account after a failed airtel data purchase. The mail reads; A refund has been processed for the payment FLW335093561 NGN 20,000.00 I will like to know the status of this as I am yet to receive any refund. Warm Regards, Henry
Posted by Henry Unabor 3 months ago