FundsReservationEvent
Stay organized with collections
Save and categorize content based on your preferences.
This represents fees associated with a funds reservation. It is associated with a reserveFunds
.
Fields |
fundsReservationRequestId |
string
REQUIRED: requestId that was sent by Google for the reserveFunds request that this settlementEvent pertains to.
|
eventFee |
object (Amount )
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 eventFeeBreakdown .
|
eventFeeBreakdown |
object (EventFeeBreakdown )
OPTIONAL: This is a breakdown of the eventFee . It is used for reporting purposes and is not factored into the settlementAmount . It is used to understand what parts of the eventFee are attributable to what sources.
|
eventPresentmentDetails |
object (EventPresentmentDetails )
REQUIRED: Specify details about the funds reservation currency, amount and the conversion rate to the settlement currency.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 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 2025-02-28 UTC."],[[["\u003cp\u003eThe JSON object represents fees for a funds reservation linked to a \u003ccode\u003ereserveFunds\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eeventFee\u003c/code\u003e indicates the monetary value exchanged between Google and the payment integrator, with negative values representing funds moving from Google to the integrator.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eeventFeeBreakdown\u003c/code\u003e provides a detailed breakdown of the \u003ccode\u003eeventFee\u003c/code\u003e for reporting purposes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eeventPresentmentDetails\u003c/code\u003e includes information about the currency, amount, and conversion rate used for the funds reservation.\u003c/p\u003e\n"]]],["This document details the fees associated with a `reserveFunds` request. Key information includes the `fundsReservationRequestId`, which links to the original request. The `eventFee` represents the monetary value exchange between Google and the payment integrator, where a negative value indicates money moving from Google. An optional `eventFeeBreakdown` provides a detailed breakdown of the `eventFee`. `eventPresentmentDetails` are required and specify the currency, amount, and conversion rate.\n"],null,["# FundsReservationEvent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThis represents fees associated with a funds reservation. It is associated with a `reserveFunds`.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"fundsReservationRequestId\": string, \"eventFee\": { object (/pay/korea-cards-v1/google-korea-cards-api/settlementNotification#Amount) }, \"eventFeeBreakdown\": { object (/pay/korea-cards-v1/google-korea-cards-api/EventFeeBreakdown) }, \"eventPresentmentDetails\": { object (/pay/korea-cards-v1/google-korea-cards-api/EventPresentmentDetails) } } ``` |\n\n| Fields ||\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `fundsReservationRequestId` | `string` **REQUIRED** : `requestId` that was sent by Google for the `reserveFunds` request that this `settlementEvent` pertains to. |\n| `eventFee` | `object (`[Amount](/pay/korea-cards-v1/google-korea-cards-api/settlementNotification#Amount)`)` **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 `eventFeeBreakdown`. |\n| `eventFeeBreakdown` | `object (`[EventFeeBreakdown](/pay/korea-cards-v1/google-korea-cards-api/EventFeeBreakdown)`)` **OPTIONAL** : This is a breakdown of the `eventFee`. It is used for reporting purposes and is not factored into the `settlementAmount`. It is used to understand what parts of the `eventFee` are attributable to what sources. |\n| `eventPresentmentDetails` | `object (`[EventPresentmentDetails](/pay/korea-cards-v1/google-korea-cards-api/EventPresentmentDetails)`)` **REQUIRED**: Specify details about the funds reservation currency, amount and the conversion rate to the settlement currency. |"]]