Payment Reversal Notification flow
Stay organized with collections
Save and categorize content based on your preferences.
Payment reversal notifications are used to inform Google's risk engine and
the merchant that the integrator has incurred bad debt.
Typically, the integrator will represent this as a chargeback. However, Google does not accept chargebacks with this specification. That said, Google still wants
a signal to help understand how money is flowing, fraud rings are forming, etc.
In order to do that, Google provides two method calls the integrator can use
to inform us of inquiries and disputes.
The paymentInquiryNotification
method informs Google that an inquiry has started between the user and the
integrator. The
paymentDisputeNotification
method informs Google that a dispute has been finalized and a portion
or all of the original transaction has been reversed. A dispute can reference
an inquiry, or can be called independently of any inquiry.
It's critical to note that there is no monetary impact to any of the calls
above.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 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-09-03 UTC."],[[["Payment reversal notifications inform Google's risk engine and the merchant of integrator bad debt, helping Google understand money flow and fraud patterns."],["Integrators should use `paymentInquiryNotification` to signal an inquiry and `paymentDisputeNotification` to signal a finalized dispute with potential reversals."],["These notifications have no monetary impact but serve as important signals for Google's risk assessment."]]],["Integrators use `paymentInquiryNotification` to signal the start of an inquiry between a user and the integrator. They use `paymentDisputeNotification` to indicate that a dispute is finalized and some or all of a transaction has been reversed. These actions inform Google about money flow and potential fraud, though Google does not accept chargebacks. Importantly, neither method call involves any direct monetary impact; they serve purely informational purposes for Google's risk assessment.\n"]]