TransactionRequest

Body of a transaction request from GTAF to a DPA.

JSON representation
{
  "planId": string,
  "transactionId": string,
  "offerContext": string,
  "callbackUrl": string
}
Fields
planId

string

Required. ID of the plan to be purchased.

transactionId

string

Required. A unique identifier for this particular request. If the DPA receives multiple purchase requests with the same transactionId, all but the first should be rejected.

offerContext

string

Context for the data plan offer.

callbackUrl

string

URL for the DPA to call back.