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 required for all server requests and includes crucial information like request ID, timestamp, protocol version, and payment integrator account ID.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erequestId\u003c/code\u003e is a unique identifier for each request, limited to 100 characters and specific allowed characters.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erequestTimestamp\u003c/code\u003e is crucial for request validation, ensuring it's within 60 seconds of the current time and is not idempotent upon retries.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eprotocolVersion\u003c/code\u003e specifies the request version for compatibility, while \u003ccode\u003epaymentIntegratorAccountId\u003c/code\u003e identifies the specific account with contractual limitations.\u003c/p\u003e\n"]]],["Requests to the server must include a header object with specific fields. The `requestId` is a unique string identifier limited to 100 characters and specific characters. The `requestTimestamp` is a timestamp that must be within 60 seconds of the current time. `protocolVersion` indicates the request version. `paymentIntegratorAccountId` is a string representing a unique account. All of these fields are mandatory for each request.\n"],null,[]]