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."],[[["\u003cp\u003eThe header object precedes all GSP files exchanged with Google and payment integrators.\u003c/p\u003e\n"],["\u003cp\u003eThis header includes a unique request ID, generation timestamp, file type, and payment integrator account ID.\u003c/p\u003e\n"],["\u003cp\u003eAll fields within the header object are required and follow specific data type and format constraints.\u003c/p\u003e\n"]]],["The content describes a header object for GSP files exchanged with Google and payment integrators. It includes a `requestId` (unique request identifier), a `generationTimestamp` (file creation time), a `type` (specifying content type), and a `paymentIntegratorAccountId` (unique account identifier). All fields are mandatory. `RequestId` is a string with a maximum length of 100 characters.\n"],null,["# GspFileHeader\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nHeader object that precedes all GSP files received/sent from/to Google and Payment integrators.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"requestId\": string, \"generationTimestamp\": { object (/pay/korea-cards-v1/google-korea-cards-api/settlementNotification#Timestamp) }, \"type\": string, \"paymentIntegratorAccountId\": string } ``` |\n\n| Fields ||\n|------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `requestId` | `string` **REQUIRED**: Unique identifier of this request. This identifier is unique within a PIAID. This is a string that has a max length of 100 characters, and contains only the characters \"a-z\", \"A-Z\", \"0-9\", \":\", \"-\", and \"_\". |\n| `generationTimestamp` | `object (`[Timestamp](/pay/korea-cards-v1/google-korea-cards-api/settlementNotification#Timestamp)`)` **REQUIRED**: Timestamp of the file creation. |\n| `type` | `string` **REQUIRED**: Denotes which file spec the content contains. |\n| `paymentIntegratorAccountId` | `string` **REQUIRED**: Identifies a unique account with contractual constraints. |"]]