ClientAuthToken vs Signature
The APIs in the doc follow a common top level structure for each request and response body with a common outer payload and an API specific inner payload.
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Parameters required to call Hyper SDK API
Each Inner Payload must contain one of the two authentication field group:
In the inner payload, only one of the below details is required to be passed. In case payload with signature is being passed in the request already, there is no need to pass clientAuthToken in the payload.
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Parameters required to call Hyper SDK API
Key ID to identify the public-private key pair used for signature generation.
Signature generated for the signaturePayload .
Parameters required to call Hyper SDK API
Unique identifier associated with an account created by juspay. Ex: stock
Example:- stock
Any unique reference associated with your customer.
Time when request is created in milliseconds.
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Parameters required to call Hyper SDK API

