RequestHeader
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 is included in all server requests and contains key identifiers like \u003ccode\u003erequestId\u003c/code\u003e, \u003ccode\u003erequestTimestamp\u003c/code\u003e, \u003ccode\u003eprotocolVersion\u003c/code\u003e, and \u003ccode\u003epaymentIntegratorAccountId\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erequestId\u003c/code\u003e is a unique identifier for each request with specific character limitations, while \u003ccode\u003erequestTimestamp\u003c/code\u003e helps ensure request validity within a 60-second window.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eprotocolVersion\u003c/code\u003e field indicates the request's version, and \u003ccode\u003epaymentIntegratorAccountId\u003c/code\u003e identifies a specific account with contractual limitations for processing.\u003c/p\u003e\n"]]],["Requests to the server include a header object with four key fields: `requestId`, a unique string identifier (max 100 characters); `requestTimestamp`, a timestamp that must be within ±60 seconds of the current time; `protocolVersion`, the request's version; and `paymentIntegratorAccountId`, a string identifying a specific contractual account. All these fields are mandatory. The `requestId` can only include \"a-z\", \"A-Z\", \"0-9\", \":\", \"-\", and \"_\".\n"],null,[]]