TransactionResponse

  • This documentation details the JSON response structure from the DPA (Digital Payment Agent) after a successful mobile data plan purchase.

  • The response includes information about the purchase, transaction status, and the user's remaining wallet balance.

  • Each data point within the response is further detailed with its respective data type and a link to relevant documentation.

Response message from the DPA in case of a successful transaction.

JSON representation
 { 
 "purchase" 
 : 
 { 
 object (  Purchase 
 
) 
 } 
 , 
 "transactionStatus" 
 : 
 enum (  TransactionStatusEnum 
 
) 
 , 
 "walletBalance" 
 : 
 { 
 object (  Money 
 
) 
 } 
 } 
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.

Create a Mobile Website
View Site in Mobile | Classic
Share by: