p2p-header-http-sample
Type | Value |
---|---|
HTTP Method | POST |
Here is the sample of notification request header:
Client-Id: MCH-0001-10791114622547
Request-Id: 450ec2b0-5631-4876-a3ee-33a93ee39daa
Request-Timestamp: 2021-07-07T08:50:43Z
Signature: HMACSHA256=vl9DBTX5KhEiXmnpOD0TSm8PYQknuHPdyHSTSc3W6Ps=
Request Header Explanation
Parameter | Description |
---|---|
Client-Id | Client ID you retrieved from Jokul Back Office |
Request-Id | Unique random string (max 128 characters) that generated by Jokul to make sure no duplicate notification |
Request-Timestamp | Time Stamp request on UTC time in ISO8601 format |
Signature | Verify the Signature to ensure the Notification Authenticity coming from Jokul. Please refer to this section |