{timestamp}
{nonce}
{identity}
{client_id}
{merchant_id}
{request_method} - Example: “POST”, "GET"
{url}
{payload} - this is “Request data/body”
{signature}
{identity}
to ensure it’s correctly incorporated into the request signing process.
{nonce}
to ensure it’s properly accounted for in the request signing process.
{"a":"b"}
.{"a": "b"}
.{"a": "2", "b": "1"}
.{"b": "1", "a": "2"}
.{"signature": "X-Signature", "timestamp": "X-Timestamp", "client_id": "X-Client-Id"}
{timestamp}{client_id}{request_method}{url}{payload}
{signature}