REST API

Populating the JSON Web Token with Customer Information

As soon as the transient token is validated, you can add the customer's personal information to the token.
Follow these steps to populate the token:
  1. Construct the JSON payload.
  2. Generate the JSON Web Encryption (JWE) data object.