AI-generated Key Takeaways
-
A Chargeback represents a customer dispute for a payment, initiating a return of funds.
-
It's linked to a
chargebackNotification
and applies to disputedcapture
orasynchronousCaptureFundsReservation
transactions. -
The JSON representation includes details like the original capture request ID, the payment integrator's chargeback notification request ID, and financial details such as charge, fees, and VAT.
-
Financial details are represented as amounts, indicating the movement of funds between Google and the payment integrator.
-
Optional fields provide details about currency conversions and fee breakdowns for reporting purposes.
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 |