Transaction Verification on Flutterwave I would like to thank hotels.ng who grant some one like me the privilege to work with flutterwave . So i decided to put this together it could be of help to some who has no or little knowledge on payment verification with Rave before giving value to your customer on your website. flutterwave After integrating Rave and a user has successfully paid, you need to verify that the payment was successful with Rave before giving value to your customer on your website. Below are the important things to check for when validating the payment: First, Verify the transaction reference . Verify the status of the transaction to be a success . Verify that a charge response chargeResponse found in response.data.flwMeta has the value 00 or 0 . Verify that the currency is the expected currency to accept payments in. Then you are good to go.. Note this when performing a status check with your unique reference On Rave i will adv...
Posts
When Should I Start Building On My Own
- Get link
- X
- Other Apps
How much should I know before starting a project on my own? How much should I know before learning a particular library? Should I just dive in headlong and fill in required knowledge as I go? At what point can I really say I know X (insert library or framework or language in here) ? Just take a cup of peanut and sit back let us talk about these These are the questions that have been plaguing me in my (short) journey to software developing. There are just so many conflicting opinions out there. There is the opinion of just starting headlong, but there is the danger of creating some gaps in knowledge - not knowing some fundamental principles that guide that field. On the other hand, trying to know the basics before building can lead to the so called tutorial treadmill where you keep hopping from tutorial to tutorial, never feeling ready. Taking myself for example, I’d decided to start writing for more than 6 months before I wrote my first post. I just never felt ready, lik...