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've been trying to recharge a number on my page severally over the last 2 weeks, and it isn't working. Other numbers work, but just that one. I reached out to the network server customer service, and they refreshed the sim. Still nothing. The error message reads Invalid Customer ID. Please help, it's urgent
Posted by Ore 4 months ago
My balance have enough money,but every time I try from Try it button,it always show { "status":"error" "message":"Customer does not have sufficient funds" "data":NULL } Please help me
Posted by Freddy Zhang 4 months ago
I don't know why am unable to Top UP my wallet Balance with my Payoneer Card since yesterday, have used this card to Top Up my wallet Balance in the Past and since Yesterday have been having this issue saying "We could not charge this card. Reason: Merchant cannot process foreign cards at the moment", can you please solve this issue as soon as possible? Am really getting frustrated with this issue. Thanks Emmanuel www.rockvoc.com
Posted by EMMANUEL TOWOJU 4 months ago
Hi, I am integrating Card payment for Ghana like following fields, { "card_number" : "4242424242424242", "cvv" : "899", "expiry_month" : "05", "expiry_year" : "21", "currency" : "GHS", "country" : "GH", "amount" : "100", "fullname" : "Yemi Desola", "email" : "[email protected]", "tx_ref" : "MC-3243e", "redirect_url" : "http://localhost/cmi/flutterwave/callback", "authorization" : { "mode" : "avs_noauth", "city" : "Ahafo", "address" : "333 Fremont Street, Ahafo", "state" : "AF", "country" : "GH", "zipcode" : "123456", } } When I hit to initiate payment API, I am getting following error, { "status": "error", "message": "GHS is not a supported charge currency in (NG)", "data": null } Please help me to rectify the issue, Thanks...
Posted by Emmanuel 4 months ago
I am currently using the https://api.flutterwave.com/v3/transfers flutterwave transfer endpoint to make transfers, however, the name of the initiator of the transfer is not included in the flutterwave dashboard. How can this information be included? is there a field that should be set when constructing the transfer object so that this information would be included?
Posted by Samuel 4 months ago
Trying to make bill payment from my dashboard balance, Airtime purchase works fine But when I try making other purchase like DSTV or DATA BUNDLE I do get back an error code 400 with a message "Invalid Biller selected", also tried testing from https://developer.flutterwave.com/reference#create-a-bill-payment and changing the Biller type to DSTV but still got a message "Invalid Biller selected"
Posted by Samuel Owolabi 4 months ago
I integrated flutterwave flutter plugin into my flutter app via this documentaion https://pub.dev/packages/flutterwave Everything seems okay but when I select the bank transfer method to test, I get a list of only seven banks in total to choose from. My account is in live mode and I set isDebugMode as false. What can I do please? I need to get the full list of banks. Thanks.
Posted by emmanuel akachukwu 4 months ago
Am trying to execute a code after a success payment and the redirect to a success page but after success payment I have to manually close the payment modal before it redirect. Please I need your help on this. Thanks.
Posted by Gabriel 4 months ago
Hi, There's this "read ECONRESET" Error that shows up when card/account details are filled in the "Standard" form. This error is displayed when card/account details are submitted, and it occurs a couple of times before and after it responds with the OTP input field (Once the "Proceed" button is clicked). What brings about this issue? Is it possible this is fixed? ==> Mode: Live
Posted by Timi Yinka 4 months ago
I just completed a VCC generation platform, but when i tried the live KEYS and tried to generate a virtual card, i noticed that some details like, billing_address, billing_city, billing_state & billing_postal_code are off no use, the Flutterwave default info are being used, so am confused as to why Flutterwave create an option for this in the API reference page here https://developer.flutterwave.com/reference#create-virtual-card. so i will love to be enlighten more on this.
Posted by EMMANUEL TOWOJU 5 months ago
Hi there, I am using html checkout integration option but the example given was for a redirect url. e.g: <input type="hidden" name="redirect_url" value="https://demoredirect.localhost.me/" /> I am using a callback instead. So how can I convert this : callback: function (data) { console.log(data); } to the html input in the form. Thank you.
Posted by Timchang Wuyep 5 months ago
Good day, I have tried using your card payment with my own UI in android, i have used your PHP encryption algorith and i am getting a response like below but without the "client:" prefixing it in your example mVHFJQoMDL/G0XFm5Usv8AH1fZJ3F9qp1TAsE8IRAWCIJyU03dIU/rxxQx5RyG9mGgZVek9eILkjQ5uXOFcdD1N91feD4gOprZUxV5Ag/pFjVAGTu7yyQPfZ6md7RIUZmfAzmmEFtjZxv+KbWEBw098d747yACzJMPViSB7a35jTidrYqc8rcx7HkTl9t5rkgvG2Yh9E7fvyMX3AfCYLKxA7FmKcJooxaqyesPFr9/SrG+7ivcOEk64jH3DXCfUbbCylhNWQVTpS4TtByc0GQQ+wFFfCFxuXF3RACMbDPTLqH1nQ+EarSh0nxll+06shfYe7b0g7YRegMVOX8IwUpYUIPs07eWC6AinpoN/uDDXJ3f6AGbdtxLcPpJDlFaiKizLTuQcbcLwMpXvotPIkXA== when i pass this value to your charges endpoint: charges?type=card I get an error message as below: "error_id":"ERRNO644490546T1605228297848","message":"Application error. Please contact support","code":"app_error" Meanwhile this is how i am passing the encrypted value to your endpoint Request request = new Request.Builder() .url(Url) // .addHeader("Authorization", "Bearer " + secretKeyFL) .post(RequestBody.create( MediaType.parse("application/json"), encrypted )) .build(); Please advise and then secondly, how do i have a payment option like is found in Uber and co, so that the customer is not asked to input anything again but can be successfully charged, Thank you
Posted by Constance Oshafi 5 months ago