AI-generated Key Takeaways
-
This documentation outlines the JSON response structure returned by the DPA (Digital Payment Agent) after a successful mobile data plan purchase.
-
The response includes details about the purchase, transaction status (e.g., success, failure), and the user's remaining wallet balance.
-
Developers can use this information to integrate with the DPA and display relevant information to users after a purchase.
Response message from the DPA in case of a successful transaction.
JSON representation | |
---|---|
{ "purchase": { object ( |
Fields | |
---|---|
purchase |
Response from the DPA if the purchase request was successful. |
transactionStatus |
Status of the transaction that was initiated by GTAF. |
walletBalance |
Wallet information for the user indicating remaining balance. |