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!
When I called the V3 interface to create a virtual card, I specified the billing address as follows billing_state: CO billing_city: Denver billing_postal_code: 80203 billing_address:1615 Pen st billing_country:US The card is successfully created, but the billing address in response to the interface is still "state":"CA" "city":"San Francisco" "zip_code":"94105" "address_1":"333 Fremont Street"
Posted by Jinhua Wu 3 months ago
Hello, Developer's Support, I have a build-in mobile application which is a taxi on-demand booking solution. We are using stripe earlier as our payment gateway. Now We want to use Flutterwave for the same. I want to share our payment functionality and the flow of funds so that you can have a clear understanding. We have two types of users, Rider, and Driver. RIder used to take trips and pay the bill using their credit cards and Driver used to receive their percentage from the trip fare directly to their bank account. The rider has to save his/her card details after registration and after his trip gets completed, his/her saved card will get automatically charged from the server. The Driver has to save his/her bank account details after registration. Once the charge is successful the server sends the Driver percentage of the trip fare to the driver's added bank account. For the above requirement, we need the following API/ methods 1. Create a customer 2. Add card details to a customer 3. Delete card details from the customer 4. Fetch the list of cards of a customer 5. Add bank details to a customer 6. Charge a customer's saved card from the background 7. Send funds to the Customer's bank account. Kindly provide me proper implementation flow with the separation of tasks between APP SDKs and the node js server. Thanks in advance.
Posted by Rohan Das 3 months ago
Hi, I would like to use the [Flutterwave react native library](https://github.com/Flutterwave/flutterwave-react-native) v3 api which requires the merchants secret key. The secret key can easily be retrieved from a compiled app bundle of a react native app. However, according to your docs, placing a secret key in a client application is a security risk. ``` Secret Keys Should be kept confidential and only stored on your own servers. Your account’s secret API key can perform any API request to Flutterwave without restriction. The secret key is used to authorize all your API calls on Flutterwave ``` I would like to know if the statement above is still valid. PS I suggest you review the react native library or place a disclaimer.
Posted by Osiloke Harold Emoekpere 3 months ago
In the API reference for creating a virtual card, there is an optional parameter/field which is the API callback. I found it confusing on how to write the callback endpoint on my application since we do not know the type of data that is returned by your endpoints, and how to handle them. Can this be explained to me further?
Posted by Michael Erastus 3 months ago
When a virtual card withdrawal is made(https://developer.flutterwave.com/reference#withdraw-from-a-virtual-card), which balance is it deposited into? And secondly do monthly maintenance fee ($1.7) still apply when a card is blocked?
Posted by kings 3 months ago
Dear Flutterwave, Our retail business website is near completion and we will like to embed Flutterwave's payment link to receive payments from our various customers into our corporate bank account. How do we go about this? Thanks
Posted by Dimeji Adebayo 3 months ago
So Flutterwave has the highest conversion fee compared to all payment gateways and the banks I have used. I was going to leave your service but before I left I wanted to test one last thing and unfortunately it doesn't work. Why can't i charge my international clients in my local currency?When i try that i get this error: "We could not charge this card. Reason: INVALID_REQUEST: Invalid credentials. " But when i sent them the USD payment link it works fine, which seems you always want to do my conversion for me and i don't want that.
Posted by ad 3 months ago
Hello, I am new to Flutterwave. I have finished setting up my account and payment links. I have sett all options to allow mobile money in the setting page but still, there is no mobile payment option available. How do I resolve this
Posted by Ally Mkumbwa 3 months ago