Page Summary
-
The
chargebackobject represents a customer disputing a payment, leading to a return of funds. -
It's linked to a
chargebackNotificationand is triggered by disputes on captured or asynchronously captured funds reservations. -
The JSON structure includes details like the original capture request ID, the payment integrator's notification request ID, and various monetary values (charge, fees, and VAT).
-
Amounts can be positive or negative, indicating the direction of fund flow between Google and the payment integrator.
-
Optional fields provide further details like currency conversions and fee breakdowns for reporting.
This represents a chargeback. It is associated with a chargebackNotification and is used when a customer disputes a payment made in a capture or asynchronousCaptureFundsReservation. This is used to return funds to the customer.
| JSON representation |
|---|
{ "captureRequestId": string, "paymentIntegratorChargebackNotificationRequestId": string, "eventCharge": { object ( |
| Fields | |
|---|---|
captureRequestId |
REQUIRED: |
paymentIntegratorChargebackNotificationRequestId |
REQUIRED: This is the |
eventCharge |
REQUIRED: If this amount is negative then it represents monetary value moving from Google to the payment integrator. If this is positive it is money from the payment integrator due to Google. |
eventPresentmentDetails |
OPTIONAL: If the settlement currency is different than the purchase currency then this field should be used to specify details about the event in the original purchase currency and the conversion to the settlement amount. |
eventFee |
REQUIRED: If this amount is negative then it represents monetary value moving from Google to the payment integrator. If this is positive it is money from the payment integrator due to Google. If the fee is broken down into several parts, this value is the sum of them and the amount settled. A breakdown of the fee can be specified in the For example, if an agreement says that Google will pay 1% of the |
eventFeeBreakdown |
OPTIONAL: This is a breakdown of the |
eventVat |
REQUIRED: If this amount is negative then it represents monetary value moving from Google to the payment integrator. If this is positive it is money from the payment integrator due to Google. This is the value-added-tax (VAT) for the |