Tokenize Credential

Convert a credential into a token bound to a specific capability resource. Handlers define accepted credential schemas and their own authentication requirements.

post/tokenize

Request body

credentialPaymentCredentialJson required— unresolved $ref
bindingBindingJson required— unresolved $ref
identityPaymentIdentityJson — unresolved $ref

Response

Token created successfully.

tokenstring required

The token value.

Changes