Body of a transaction request from GTAF to a DPA.
JSON representation | |
---|---|
{ "planId": string, "transactionId": string, "offerContext": string, "callbackUrl": string } |
Fields | |
---|---|
planId |
Required. ID of the plan to be purchased. |
transactionId |
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 |
Context for the data plan offer. |
callbackUrl |
URL for the DPA to call back. |