Dispute Flow
Stay organized with collections
Save and categorize content based on your preferences.
Dispute Flow
Overview
The dispute flow is used to inform Google of customer or issuer initiated disputes of payments. If a dispute is because of potential fraud, the fraud reporting flow should be used in addition to the dispute flow. A dispute can exist in multiple forms. An inquiry will often precede a chargeback and is used to gather more information about a transaction before a chargeback event occurs. An inquiry does not move any money. Google is informed of inquiries through the inquiryNotification
method.

If a chargeback event occurs, then money is returned to the user. Google is informed of these through the chargebackNotification
method.

If Google chooses to contest the chargeback and is successful, then the Payment Integrator informs Google through the chargebackReversedNotification
method. With this method money is being returned to Google.

All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-16 UTC."],[[["The dispute flow is used to inform Google of customer or issuer initiated payment disputes, with inquiries often preceding chargebacks to gather information."],["Google is informed of inquiries through the `inquiryNotification` method and chargebacks through the `chargebackNotification` method, which results in money being returned to the user."],["If Google successfully contests a chargeback, the Payment Integrator informs Google through the `chargebackReversedNotification` method, returning the money to Google."],["For disputes related to potential fraud, the fraud reporting flow should be used in addition to the dispute flow."]]],["The dispute flow informs Google about customer or issuer payment disputes. For potential fraud, the fraud reporting flow should also be used. Disputes can be inquiries, which gather transaction information without moving money, reported via the `inquiryNotification` method. Chargebacks, where money is returned to the user, are reported via `chargebackNotification`. If a contested chargeback is successful, the `chargebackReversedNotification` method informs Google, returning the money.\n"]]