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!
Carrying over from this question; https://developer.flutterwave.com/discuss/5f8fedb008bbf50013ad6350 1 - Documentation mentions preauthorize - can you confirm which is correct? 2 - Assuming we want to preauth a card that we've never come across and it's validation is OTP; Can you confirm if we need to go through all the charge steps below; - step 1 - `/v3/charges?type=card` - step 2 - `/v3/charges?type=card` (we add the PIN here) - step 3 - `/v3/validate-charge` (we supply OTP here) - step 4 - `v3/transactions/<ID>/verify` We've used both `preauth: true` and `preauthorize: true` - but calling any of `/v3/charges/flw_ref/capture` or `/v3/charges/flw_ref/void` or `/v3/charges/flw_ref/refund` gives us the same error `Transaction with ref FLW-MOCK-e52fd46382d14f43695f7f9b8a74e5f6 either does not exist or is not a valid preauth transaction`
Posted by MA 3 months ago
Hello Flutterwave, The update made to the ionic angular payment modal (in version 1.2.0) does it address the issue of When using the "this.flutterwave.closePaymentModal(2);" to close the payment modal prevents the page from scrolling up or down? Here is a reference to the question/issue: https://developer.flutterwave.com/discuss/5f76424187af4f00118c267b Also, when new updates are made to the ionic angular API, can a change log or little info be added so we can actually know what changes were made and if such changes addresses our issue or issue we were not aware of in other to update.
Posted by Cito 3 months ago
Hello, We have set-up the API integration and would like to do some testing before we can go live. Therefore we need some wallets to have some amount on it to test. Below is the list of each wallet and the amount we need minimal on the wallet to test. - USD wallet: 500 USD - ZAR wallet: 8.000 ZAR - UGX wallet: 2.000.000 UGX - KES wallet: 55.000 KES So this is for the staging (test mode). We would like to go live as soon as possible! Thanks in advance.
Posted by Obayd Mir 3 months ago
Is it possible to preauthorize a card using this endpoint? https://api.flutterwave.com/v3/charges?type=card -- We set preauthorize=true but then when we call https://api.flutterwave.com/v3/charges/flw_ref/capture it says this is not a transaction that can be captured. Please advise. Must the transaction be a tokenized one for it to be captured?
Posted by MA 3 months ago
Hi Cornelius, Followup on: https://developer.flutterwave.com/discuss/5f8e9520148209006d7c13a1 Thanks for getting back to me, so settlements made to my KES wallet would mean that if I immediately wanted to make a transfer to a mobile number I can transfer from my KES wallet to any account I choose? also a followup on this, I intend to use flutter wave to make allow customers to make payments from different vendors and these vendors would be able to receive the payment in their various mobile accounts, is the below flow: make payment => receive settlement in my KES wallet => transfer to the vendor the correct way to do so? advice on this would be great. Regards, Daisy
Posted by DAISY 3 months ago
When I use /payments API with USD bank account payments, I get USD bank account payments UI. When filling details like username, password, name,address etc, I get redirected to same UI and noting happens. Proceed to payment button is also not clickable after I'm redirected from bank payment. Please help. I'm in test mode.
Posted by Chirag 3 months ago
Hi, Thanks for the response on: https://developer.flutterwave.com/discuss/5f8d82e948a261006382fc45 I was wondering whether the settlement to Mpesa mobile number be a transfer of funds from the flutter wave account or can this be done as a split payment. Kind regards.
Posted by Daisy 3 months ago
In TEST Mode I have initiated a couple of transfers via api with all failing with the error DISBURSE FAILED: Insufficient Funds In Customer Wallet. I am assuming this is due to the fact that my account available balance is still NGN 0.00 (Let me know if this is a wrong assumption). I know moving money from Ledger to Available balance depends on other business factors. However, since I am still in test mode with enough money in the balance, how do I move it from there to Available Balance so that I can successfully test my transfer api integration.
Posted by Dayo Daniel 3 months ago
Hi, I was wondering if payments can be made from by a customer through card / Mpesa and the funds are received directly into the flutter wave user's mobile money account instead of their bank account (the bank account the set on their flutter wave account)
Posted by Daisy 3 months ago
Getting ````transaction fee```` for card and account payment is set at 1.4% but verification response````app_fee```` is set above 1.4% for card payment and 0 for account payment. I want to believe this is just in sandbox, because i am setting the charge and giving value after payment verification. In addition, The fx conversion from naira to usd isn't working correctly. This is a sample response ```` data: data: from: amount: 1000 currency: "NGN" __proto__: Object rate: 1270.588235 to: amount: 1270588.235 currency: "USD" __proto__: Object __proto__: Object message: "Conversion successful" status: "success" ````
Posted by kings 3 months ago
Hi Flutterwave team, in my transaction log i can see some transaction failing, but there no error why the transaction actually failed. And the weird thing about that is i can see a line in the transaction log saying that the "Mobile Money charge request successful". Could you please help me understand the issue?
Posted by Gervais 3 months ago
I want to accept payments in USD using US Credit/Debit card, Bank Transfer and Wire Transfer. In payment API when I select currency as USD and chose "card" or any other method, it redirects to bank transfer UI. I have disabled Dashboard Payments and currently in TEST mode
Posted by Chirag 3 months ago