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!
Hello @Flutterwave, I want to use Flutterwave payment method on my Shopify store primarily for mobile money payments but I am not getting mobile money option when trying to pay for an order. I would appreciate your help. thanks.
Posted by William 7 months ago
Is there a way to access this functionality from the node sdk? It doesn't look like it is possible. https://developer.flutterwave.com/docs/flutterwave-standard I'm working through a flutter + node.js backend implementation and wanted to see if I was going about it right. 1. send payment request to node backend 2. node backend with sdk would create the "charge" (hoping to use the flutterwave standard approach as opposed to having logic to handle all potential charge types) 3. Send back the link to the client where they complete the trasaction 4. Webhook is called that verifies transaction on node backend. Does this flow sound about right? Thank you for the assistance
Posted by Elorm Koto 7 months ago
Sir when i tried to make a payment on the flutterwave then it show me this We could not charge this card. Reason: Unable to process this transaction at this time Sir kindly give me guide line about this
Posted by Danish Manzoor 7 months ago
I keep getting `invalid authorization key` in the response of my api call to refund a transaction. endpoint => 'https://api.flutterwave.com/v3/transactions/<put_transaction_id>/refund' method => POST here is my payload { "flutterwaveTxId":"<put_transaction_id>", "amount":"400.00", "merchant_note":"Account verification transaction reversal" } I have added this to my header Authorization: 'Bearer FLWSECK-XXXX-X', Kindly note that other api calls go through except the refund.
Posted by Akinola Olayinka 7 months ago
Hi Am Ramakanth Am Using PHP SDK Am Always Getting Processing Text Only Checkout Form Not Showing Please Help Me Asap my skype id : ramakanth.rapaka1 you can ping me any time function initialize(){ $this->createCheckSum(); echo '<html>'; echo '<body>'; echo '<center>Proccessing...<br /><img src="'.DIR_SYSTEM.'vendor/flutterwave/ajax-loader.gif" /></center>'; my code execution stopped here may be not going forward Thank you, Ramakanth Rapaka
Posted by Ramakanth Rapaka 7 months ago
Hi Developers ,hope you are fine Sir i tried to this code curl_setopt_array($curl, array( CURLOPT_URL => "https://api.flutterwave.com/v3/payments", CURLOPT_RETURNTRANSFER => true, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => json_encode([ 'amount'=>$amount, 'customer_email'=>$customer_email, 'currency'=>$currency, 'txref'=>$txref, 'PBFPubKey'=>$PBFPubKey, 'redirect_url'=>$redirect_url, // 'payment_plan'=>$payment_plan ]), CURLOPT_HTTPHEADER => [ "content-type: application/json", "cache-control: no-cache", "Authorization: Bearer <FLWSECK_TEST-9c12926093a047316de3a5f9e3139949-X>" ], )); but my response of the request is stdClass Object ( [status] => error [message] => Invalid authorization key [data] => ) kindly help in this regard
Posted by Danish Manzoor 7 months ago
I was trying to fund my usd virtual card using the fund api, but it kept returning insufficient, and when I check my NGN Available balance I have over the equivalent of the amount I'm trying to fund. Could you please look at this.
Posted by Marvin 8 months ago