GspFileHeader
Stay organized with collections
Save and categorize content based on your preferences.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[[["The header object precedes all GSP files exchanged with Google and Payment Integrators and includes crucial identifying information."],["It contains four required fields: requestId, generationTimestamp, type, and paymentIntegratorAccountId."],["requestId uniquely identifies the request within a PIAID, generationTimestamp indicates file creation time, type specifies the file's content, and paymentIntegratorAccountId identifies the specific account."],["Each field has specific data type and format requirements, like requestId being a string with a maximum length of 100 characters and containing only alphanumeric characters, colon, hyphen, and underscore."],["The header object ensures clear communication and proper identification of files exchanged between Google, Payment Integrators, and users."]]],["The content describes a header object used in GSP files exchanged with Google and payment integrators. This header includes a unique `requestId` (max 100 characters), a `generationTimestamp` indicating file creation time, a `type` specifying the file's content, and a `paymentIntegratorAccountId` identifying a unique contractual account. These four fields are all required and are presented in JSON format within the GSP files.\n"]]