The Chargeback Lifecycle
- First, the customer reports the transaction to their Bank.
- The customer’s issuing bank initiates a chargeback request through Flutterwave’s acquiring bank.
- Our acquiring bank debits the chargeback value from Flutterwave’s account.
- Flutterwave notifies the merchant about the chargeback raised, requesting proof of service/value and supporting documents. The expected timeline to get a response from the merchant is 48 hours from the notification time.
- Flutterwave responds to the acquiring bank using the merchant’s response.
- If the evidence provided is accepted, the issuing bank is debited, and the credit is passed on to the merchant’s settlement. Otherwise, the chargeback transaction is accepted.
Managing Chargebacks
If you receive a chargeback, here’s how you can resolve it:- Review the reported transaction and gather enough evidence and information to address the chargeback.
- Accept or decline the transaction based on the information you have:
- In cases where the customer did not get the expected value from the payment, you should accept the chargeback.
- For transactions where you have evidence of providing value, decline the chargeback using the evidence you have gathered.
These tips also apply when managing your chargebacks on your Flutterwave dashboard
Accepting a Chargeback
To accept a chargeback, you’ll need to first get the chargeback information. There are three ways to fetch it:- Flutterwave notifies you about chargebacks via your email. You can get the
chargeback_idfrom the email sent. - We also send webhooks to your server when a chargeback is raised. This notification service is available on request.
- You can make a request to the get all chargeback endpoint to fetch details of all chargebacks raised against your account. Here’s what the response would look like:
accept as the action to the accept chargeback endpoint.
Declining a Chargeback
To dispute a chargeback, you need to provide proof. Start by uploading the necessary evidence. Use these tips to ensure you submit it correctly:- Combine all relevant documents into a single file. You can scan multiple documents and merge them.
- Label the document clearly and append the
chargeback_idfor easy identification. - Share the proof using the uploaded proof endpoint.
chargeback_id and the prooflink, you can decline the chargeback. Send your evidence, action (decline), and comment to the decline chargeback endpoint.