Every request to triPOS should contain a request ID that uniquely identifies that particular request. This request ID should be:
The tp-request-id header is also returned in all triPOS responses. The triPOS request ID is useful in several scenarios:
To support legacy triPOS integrations, requests without a triPOS request ID (tp-request-id header) will not be rejected. Instead, triPOS will use the Nonce supplied in the tp-authorization header as the tp-request-id if the Nonce is a valid UUID/GUID. If a tp-request-id header is not supplied and the Nonce is also not a UUID/GUID, triPOS will generate a tp-request-id on behalf of the client.