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!
Please my card was rejected when using dollar as my default currency but work fine once i change it to Naira currency. Please kindly help to get this issue resolved, I want all my user to pay in US dollar. Looking forward to your response. Thanks
Posted by Olaniyan Olusegun 5 months ago
I can't test my payment integration in development with my api test keys because of the fact that PCI-DSS compliance is required, now i learnt that i can only get the required compliance cert after proper vulnerability scanning and auditing, but currently my app is still in development (a process that can not continue in the absence of successful payment integration ) and i cannot integrate payment successfully without being certified, so i think its really a dead end as i cannot us sdks since am integrating in a flutter app with laravel?
Posted by chisom maxwell 5 months ago
Hello, I noticed when a payment is successful on the flutterwave-angular-v3 SDK the payment modal never closes unless the user clicks on the close button/link. Is there a way to close the payment modal on success without having to click on the close modal button/link?
Posted by Cito 5 months ago
hello i am already integrate Flutter wave payment gateway in react native . i am testing with test credentials and its working fine but when i am trying with in live credentials its not working please help me to solve this problem. please see this Error. " Cannot read property 'charge_last_auth' of undefined "
Posted by Soumya RanJan Nayak 5 months ago
I've been trying to get a clear answer from the documentation, but it seems a bit ambiguous at the moment. On the automatic payment of a subscription, presumably a webhook will be sent to my server (if enabled, of course). Naturally, I'd like to associate said webhook with the appropriate subscription/product/customer. In this instance, is there any way I can set the transactionreference/meta data to allow for this? Warm regards,
Posted by Daniel 5 months ago
Good Afternoon, Have done several bank transfers with these endpoints: https://api.flutterwave.com/v3/transfers, https://api.flutterwave.com/v3/bulk-transfers It was successful and it returned a success response but each transfer status keeps failing
Posted by Etim Essang 5 months ago
Why are payments getting failed when we used the tokenized card endpoint. Customers have to try multiple times (I mean 7-8 times). Assuming the customer has other choices to make the payment, we already have lost them. What exactly are the issues with the card tokenized endpoint
Posted by Victor Shoaga 5 months ago
What was the solution to this error because i am facing it right now too We could not charge this card. Reason: INVALID_REQUEST: Value 'usd' is invalid. Invalid character 'u' Haved checked the request everything seems fine as well
Posted by Edward Eborgu 5 months ago
I am working on a project on ionic using the flutterwave-angular-v3 SDK. I am wondering if it is possible to return value back on success (callback) or failure(onclose). I cannot redirect to a different page since the payment code is placed inside a service and redirecting to a different page is not possible on ionic (as to my knowledge). If it is possible to return value back to the calling field, can I know how it can be implemented? Going by the example here https://www.npmjs.com/package/flutterwave-angular-v3 Thank you
Posted by Cito 6 months ago
On my website, when customers make payment, sometimes the JavaScript success callback function doesn't work so my database record shows unsuccessful transaction, please how can this issue be resolved as this is very frustrating because customers pay and not get value.
Posted by Uche Iwehee 6 months ago
Hi! I'm setting up flutterwave for webapp i'm currently working on. On https://developer.flutterwave.com/, it's can be seen there are two different versions of the api: v2 and v3. I began development with version v2 api with the official nodejs package(https://github.com/Flutterwave/ravepay-nodejs), everything works fine. I never paid attention to v3 until when i saw that Cornelius was working on the official package for v3. I decided to try it, it's was great until i was met with this "Merchant is not enabled for Rave v3" error message when i was testing out payment in my localhost using my production keys to see how it'll work. Then i decided to visit this developer forum and came across this post(https://developer.flutterwave.com/discuss/5f11eb2734ff0001d29089ba) where i found out that PCI DSS compliance certificates were needed in order to use v3 in production. I gave uninstalled the package and gave up on it. One difference i saw when going through the source code of the two packages was that when using the package for v2, requests when directly sent to a flutterwave backend on aws, whereas when using package for v3, we are interacting directly with flutterwave's v3 api. Today, i was browsing the forum again after so long and came across this https://developer.flutterwave.com/discuss/5f4e6131236a9f0042871eba where Cornelius replied to the initial question. In his reply, he also made mention of "We would recommend that you migrate to v3 as v2 APIs will be depreciated soon." So my questions are: - What is the difference between the between the two versions? - Which one are we advised to use without any hassle? - Since according to Cornelius comment https://developer.flutterwave.com/discuss/5f4e6131236a9f0042871eba and v3 requires PCI DSS compliance certificates for production usage, what will happen to previously v2 users when they migrate to v3 after v2 gets deprecated ? Thank you and sorry for the long post.
Posted by Stephane 6 months ago