InsufficientFunds
This account does not have sufficient funds to guarantee this capture.
JSON representation |
{
"rawResult": {
object (RawResult )
},
"currentBalance": {
object (Amount )
}
} |
Fields |
rawResult |
object (RawResult )
OPTIONAL: Raw result of this event. Used to help inform Google's risk engine and analytics. In decline code–mapping situations, data is sometimes lost. The integrator can choose to give Google a raw code. For example, a credit card gateway (the integrator) may use this field to communicate to Google the exact decline code that was received from the VISA network. In that case, the scope would be "visa" and the rawCode would be whatever the VISA network returned.
|
currentBalance |
object (Amount )
OPTIONAL: This is the current available balance for the account. If provided, this value will be included in user-facing messaging.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["This document describes the JSON representation used for carrier wallet account balance and transaction results."],["The JSON object includes fields for raw result data (`rawResult`) and current account balance (`currentBalance`)."],["The `rawResult` field is optional and provides detailed information about the transaction outcome, useful for risk analysis."],["The `currentBalance` field is also optional and displays the available funds in the account, which can be shown to the user."]]],["The provided JSON structure represents data related to payment processing. It includes an optional `rawResult` object, offering details like decline codes from payment networks to inform risk assessment and analytics. An optional `currentBalance` object specifies the available account balance, which can be displayed to the user. A key detail is that the account lacks sufficient funds to complete a transaction.\n"]]