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!
This is my code. Please reply as soon as possible. Thanks <form> <script src="https://checkout.flutterwave.com/v3.js"></script> <button type="button" onClick="makePayment()">Pay Now</button> </form> <script> function makePayment() { FlutterwaveCheckout({ public_key: "FLWPUBK_TEST-2f6f9eca9903a888c5fdc8982514cd20-X", tx_ref: "hooli-tx-1920bbtjd", amount: 100, currency: "NGN", payment_options: "card,mobilemoney,ussd", customer: { email: "[email protected]", phonenumber: "" }, callback: function (data) { // specified callback function console.log(data); }, customizations: { title: "My store", description: "Payment for items in cart", // logo: "https://assets.piedpiper.com/logo.png", }, }); } </script>
Posted by Oshaba Samson 8 months ago
I am getting a message when I use my master card for payment even though I have activated live payment on the platform Please what could be the cause of this issue?
Posted by Oshaba Samson 8 months ago
When pay in USD no Applicable fees is 0 but when I pay in NGN with some large amount it my applicable fees comes as 0.01 . So can you explain the reason for this. Note : this scenario is for android in IOS it doesnot charge any amount in applicable fees.
Posted by Sneha Maheshwari 8 months ago
Hi when I initiate a transfer from dashboard to an already created beneficiary it works. But when i initiate same request from API, it fails with error DISBURSE FAILED: Sorry, you don\'t have a valid linked account. Please contact the administrator' Please can you help explain. Can I simulate successful transfer in staging via API ?
Posted by Mohammed 8 months ago
Hello, I searched the documentation for the error that goes like this ``` { status: 'error', message: 'INVALID_REQUEST: Invalid credentials.', data: null } ``` I do not really know what I did wrong i double checked my API keys and found they were correct as in the error is different when the API keys are different (I mean the FLWSECK-XXX by saying API key). this below is the error I get when i hit the charge endpoint with the wrong secret in the authorization header ``` { status: 'error', message: 'Invalid authorization key', data: null } ``` Please help.
Posted by Alain Christian 8 months ago
Hi, with the new implementation(v3.0), I am unable to set a webhook url for my test/sandbox environment , only available option is using the Live webhook url.This was previously available. Kindly assist. Thanks.
Posted by Enterprise Computing 8 months ago
We started Testing the MoMo implementation (API) and are currently testing in sanbox mode. The prompt appears reliably on all phones and the code is always 123456. Entering the code produces this error: "MOMO Approval required. Please contact support". Webhooks also don't reach us, even though we have the checkmark in "failed transactions webhook" in the dashboard.
Posted by Adrian 8 months ago
Hi, Can I tokenize a bank account charge as one can do for a card charge. The sample code in the *Verify transaction* of the *Transactions* section in the API Reference made use of a card for the charge. I want clarification, if a charge made via a bank account will give similar response, in the sense that, the response will include a token which I can use for later tokenized charges. Thanks for your assistance.
Posted by Abimbola Popoola 8 months ago
When will V3 PHP SDK be available? The website links to ecommerce integrations for V3 link to nothing. The V2 (Rave) links to github projects are broken. I found what claims to be a V3 project https://github.com/Flutterwave/Flutterwave-PHP-v3 but it appears to be a V2 Rave project. I have not looked at all of the other github projects - is any of them V3? The online documentation is very confusing since the Standard Integration quick start refers to the "/payments" end point but "payments" is not documented in the online API reference https://developer.flutterwave.com/reference. V3 seems incomplete at this point? Is V3 ready for use?
Posted by ken 8 months ago
In January, I spoke with your customer reps concerning integrating for our clients in Rwanda, South Africa, Kenya, and Ghana, and they told me receiving card payments is supported int those countries in their local currencies. Last months our clients in Rwanda can no longer make payments and on speaking with your rep again, I'm told Rave no longer supports Rwanda and we're now at a cross road because of this. So again, I ask, which of these countries are supported. Pls don't respond by directing me to your countries list because that's where all these started from. I'd appreciate you genuinely answer my question based on the new realities.
Posted by Moment 8 months ago