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!
I am trying to stage a transfer via the transfer API. However, I am getting this error message { "status": "error", "message": "Sorry we are unable to connect to your bank, please try again.", "data": null } This is the data submitted to the API { "account_bank" : "044", "account_number" : "0020******", "amount" : "1000", "narration" : "Withdrawal", "currency" : "NGN", "reference" : "TX-45654-10", "callback_url" : "https://www.MY CALL BACK SITE", "debit_currency" : "NGN" }
Posted by Omotolani Olurotimi 2 months ago
Hello there, I am trying to test the Charge Token API and I keep getting this error, what might be the issue? Still getting the same error, contact Flutter and give them this message below { error_id: 'ERRNO490980017T1612624228695', message: 'Application error. Please contact support', code: 'app_error' }
Posted by Emate Victor 2 months ago
Dear Support Team, Can you guide me that how can we manage the ACH transactions according to the merchants (each merchant is having a separate account)? Scenario: We want to receive the funds through ACH transfer from customers into the merchant account, and each merchant account could receive payments from their customers. Does Flutterwave manage this kind of scenario using wallets? I also checked that Flutterwave is having the get wallet API in the documentation but I couldn't find the API to create a wallet. Could you also share the process to create a wallet?
Posted by Rajhans Kumar 2 months ago
Hi Team, Please check the below response for bank transfer... https://dashboard.flutterwave.com/dashboard/transfers/list/168029 Account Info: ----------------- Merchant ID: 00223301 Request: ----------- { "account_bank": "044", "account_number": "0690000040", "amount": "150", "currency": "USD", "reference": "3513HRPV01612569600", "beneficiary_name": "Yemi Desola", "destination_branch_code": "GH280103" } Issue: --------- DISBURSE FAILED: An Error Occured While Trying To Process Your Transaction. Please Try Again Later Ref: ---- https://developer.flutterwave.com/reference#create-a-transfer
Posted by TK Sathish 2 months ago
# Python SDK In the python SDK repository, it is written 'under heavy maintenance'. Does this mean that it is not production ready? I'm particularly curious because I also did not find any tests in the repository. # Payment Links Can you please direct me to the API reference for generating Payment Links (not generating from the dashboard)? We need to be able to send request for payments (RFP) from our ERP with payment links.
Posted by Tunde 2 months ago