Signing Process
Working with Signing
JWS Structure
{Base64Url(header)}.{Base64Url(payload)}.{Base64Url(signature)}{
"alg": "ES256", // Signing Algorithm
"kid": "uuid", // Public Key Identifier (provided by the bank employee)
"ts" : "1763034308", // Date and time in timestamp format
"targetUrl" : "/ecom/jws/payments/create/purchase_v3" // URL to which the request is sent
}eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.
eyJ1c2VySWQiOiIxMjMiLCJyb2xlIjoiYWRtaW4ifQ.
MEYCIQDmG...JWS Requirements
1. General JWS Requirements:
2. JWS Header Requirements:
3. JWS Payload Requirements
Last updated