REST API

Populate the JSON Web Token with Customer Information

Now that the transient token is validated, you can now add the customer's personal information to the token.
To populate the token:
  1. Construct the JSON payload.
  2. Generate the JSON Web Encryption (JWE) data object.