TransactionResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message from the DPA in case of a successful transaction.
Fields |
purchase |
object (Purchase )
Response from the DPA if the purchase request was successful.
|
transactionStatus |
enum (TransactionStatusEnum )
Status of the transaction that was initiated by GTAF.
|
walletBalance |
object (Money )
Wallet information for the user indicating remaining balance.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-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 2023-10-03 UTC."],[[["\u003cp\u003eThis documentation details the JSON response structure from the DPA (Digital Payment Agent) after a successful mobile data plan purchase.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes information about the purchase, transaction status, and the user's remaining wallet balance.\u003c/p\u003e\n"],["\u003cp\u003eEach data point within the response is further detailed with its respective data type and a link to relevant documentation.\u003c/p\u003e\n"]]],[],null,["# TransactionResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message from the DPA in case of a successful transaction.\n\n| JSON representation ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"purchase\": { object (/mobile-data-plan/reference/rest/v1/Purchase) }, \"transactionStatus\": enum (/mobile-data-plan/reference/rest/v1/TransactionStatusEnum), \"walletBalance\": { object (/mobile-data-plan/reference/rest/v1/operators.clients.users.planStatus#PlanStatus.Money) } } ``` |\n\n| Fields ||\n|---------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `purchase` | `object (`[Purchase](/mobile-data-plan/reference/rest/v1/Purchase)`)` Response from the DPA if the purchase request was successful. |\n| `transactionStatus` | `enum (`[TransactionStatusEnum](/mobile-data-plan/reference/rest/v1/TransactionStatusEnum)`)` Status of the transaction that was initiated by GTAF. |\n| `walletBalance` | `object (`[Money](/mobile-data-plan/reference/rest/v1/operators.clients.users.planStatus#PlanStatus.Money)`)` Wallet information for the user indicating remaining balance. |"]]