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)

[!WARNING]
The iss claim must identify the same partner that calls the iframe-session endpoint, and the card referenced by card_ref must belong to that partner. A request whose token issuer does not match the caller, or whose card is owned by a different account, is rejected with 403 Forbidden.