Direct Credential issuance

Direct issuance begins with making an API request to a MATTR VII endpoint, providing a credential payload. The endpoint responds with a cryptographically signed digital credential. MATTR VII currently supports direct issuance of CWT credentials, Semantic CWT credentials and JSON credentials.

Once the credential is cryptographically signed, it can be shared with its intended holder via various communication channels, depending on the credential format and your implementation:

  • CWT and Semantic CWT credentials can be formatted as a QR code, PDF document, Apple or Google digital passes. Formatting is based on templates you create and upload to your MATTR VII tenant. Formatted credentials can be shared with holders via e-mail, messaging systems or even as paper-based credentials (for QR codes and PDFs).
  • JSON credentials can be encrypted and sent directly to holders’ digital wallets.

Additional resources

Guides

API Reference

CWT credentials

Semantic CWT credentials

JSON credentials