Questions tagged [flutterwave]

Use this tag for Flutterwave API integration related questions.

Flutterwave is a payment API that let you pay and get paid across Africa. You can process payments to & from Africa with one API.

Ask questions about Flutterwave payment API endpoints and about issues you encounter while implementing the APIs.

View the documentation to learn more and get flutterwave libraries from the Flutterwave GitHub.

58 questions
4
votes
1 answer

VideoPlayerController.network() ran into source error

Im trying to play a video from the internet using VideoPlayerController.network() method but every single url that i try face with an error which is specified below : Source error. E/flutter ( 4250): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)]…
Reza Yazdani
  • 83
  • 1
  • 6
3
votes
3 answers

How does Settling an Escrow payment and Refunding an Escrow payment work in Rave Flutterwave?

I am new to flutterwave integrations. I am developing a website and testing the Escrow Payments feature. I have created an account and all the other stuff with api, secret key and well as details and upoads etc. It all seem to be looking good in my…
Osuji Kingsley
  • 371
  • 3
  • 18
3
votes
1 answer

How to get token in flutterwave, using PHP

I am working with the flutterwave payment gateway, following the instructions on their docs http://docs.flutterwave.com/card-payments/#tokenize-and-charge I have the following code which apparently is supposed to return a token with which I can…
lordmaul
  • 31
  • 3
2
votes
1 answer

How do we use Flutterwave payment in react native?

I want to integrate flutterwave in my react native application. I downloaded their npm package called flutterwave-react-native and followed their tutorial but still can't do it. I'm using their sample snippet on Github and I'm getting an error that…
Blessing
  • 2,450
  • 15
  • 22
2
votes
2 answers

Flutterwave Rave Inline Checkout integration Error

I have tried the Flutterwave get paid button. It returns the following error "status":"error","message":"merchant public key required","data":null} The code is below:
Emery
  • 21
  • 4
2
votes
2 answers

Flutterwave live - Invalid public key passed

I integrated flutterwave PG in my android app.In sandbox the payment working fine.But now i changes the sandbox to live and have updated the live public and private keys. But while checking the payment using my live card it shows Invaild public key…
uma
  • 229
  • 1
  • 2
  • 6
1
vote
0 answers

How to configurate swell custom checkout with flutterwave

I have to integrate flutterwave payment gateway on my swell shop. If you know about this, please help me.
Dev Star
  • 11
  • 2
1
vote
1 answer

Flutterwave_standard flutter dependancy. I can't make live card payment

I tried making payment to my flutterwave account using Flutterwave_standard flutter's dependency. Transactons I made using test card while isTestMode set to true was successful but after I changed the bool value to false and my publicKey to my live…
1
vote
1 answer

After making successful payment with flutterwave-react-native, i get this error

After making successful payment with flutterwave-react-native, i get this error. Can't open url: file:///private/var/containers/Bundle/Application/B7772AE9-4650-4076-8389-8E2A243D5DFE/Expo%20Go.app/ const handleRedirect = (data) => { if…
1
vote
1 answer

How to get payment using virtual account number in Flutterwave

I use v3 API to create virtual account in Flutterwave for my customer. This is api document: https://developer.flutterwave.com/reference/create-a-virtual-account-number-1 The following is my POST JSON data in this API: { "email":…
Sendmefree
  • 23
  • 6
1
vote
1 answer

Payment Gateway Integration between Android app and Web Api

This is my first time integrating a payment gateway. I am trying to integrate FlutterWave Payment gateway in my application. Its an Android app native with .net Web Api/Rest as backend. We deduct amount from customer credit card and as soon as…
1
vote
1 answer

"Unable to encrypt request. Please try again" in flutter app while using flutterwave 1.0.1

Payment gateway(Flutterwave) I am facing this issue while going to pay with test card always showing this error in snackbar in flutter project [1179408211, 1162038111, 1413829460, 1667326818, 1664115256, 842414392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,…
amanullah
  • 11
  • 4
1
vote
2 answers

Why is the callback function not working while using react-flutterwave-rave on test mode?

I am working with flutter wave as my payment system for a web app that i am building. I am using react, so i used react-flutterwave-rave package from npm. Everything works just fine, my problem is that after inputting the test card, the response is…
Vicman
  • 21
  • 3
1
vote
1 answer

Flutterwave command not working (Flutterwave CLI)

When you run the command flutterwave -v and it says command not found, you can fix it with the below hack. MAC in your terminal run export PATH="~/.composer/vendor/bin:$PATH" source ~/.bashrc echo 'source ~/.bashrc' >> ~/.bash_profile To verify…
Emmajiugo
  • 205
  • 1
  • 3
  • 11
1
vote
1 answer

charge transection fee from user flutterwave ravepay?

I am using flutterwave for the first time and I heard that there is an option to charge the transaction fee on the user while processing the payment but I am not sure how to do it. I am searching it a lot on their docs and on other sources but I…
Ali Asgher Badshah
  • 811
  • 1
  • 11
  • 34
1
2 3 4