Providing JWT to create an IFrame Session

Describes the list of the fields required to put into the JWT token to create an iFrame session. Algorithm s HS256

JWT fieldMeaningFormat
issThe ID of the CAAS Client. This is the identity of the user assigned to your business entityGUID
audaltery.comString
subCustomerId, the id of the customer received via onboarding APIGUID
jtiJWT ID, generated id, unique per requestString
card_refThe id of the card - CardIdentity received when creating a cardGUID
expExpiration time of the token (Unix timestamp). Defines how long the JWT is validInteger (Unix timestamp)