TransactionRequest
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Treść żądania z GTAF do organu ochrony danych.
Zapis JSON |
{
"planId": string,
"transactionId": string,
"offerContext": string,
"callbackUrl": string
} |
Pola |
planId |
string
Wymagany. Identyfikator planu zakupu.
|
transactionId |
string
Wymagany. Unikalny identyfikator tego konkretnego żądania. Jeśli organ ochrony danych otrzyma wiele próśb o zakup z tym samym identyfikatorem „IdId”, należy odrzucić wszystkie z wyjątkiem pierwszego.
|
offerContext |
string
Kontekst oferty.
|
callbackUrl |
string
Adres URL organu ochrony danych, do którego można zadzwonić.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-26 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2022-09-26 UTC."],[[["This documentation outlines the JSON structure for transaction requests sent from GTAF to a DPA for purchasing data plans."],["The request includes crucial information such as plan ID, a unique transaction ID, offer context, and a callback URL for the DPA to respond."],["Each field within the JSON object has specific requirements and serves a distinct purpose in facilitating the transaction process."]]],["A transaction request from GTAF to a DPA includes four key fields: `planId` (required), representing the ID of the plan to purchase; `transactionId` (required), a unique identifier for the request, where duplicate IDs should be rejected; `offerContext`, providing context for the data plan offer; and `callbackUrl`, specifying the URL for the DPA to use for callback. This information is in the form of a JSON object.\n"]]