Prepare CredentialCreate
credential_prepare_createPrepares an unsigned XLS-70 CredentialCreate transaction as JSON for the issuer to sign externally.
Instructions
Prepare an unsigned XLS-70 CredentialCreate transaction. The issuer signs externally; this server only prepares JSON and never custodies keys.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Optional credential URI encoded as XRPL hex URI. | |
| subject | Yes | Classic XRPL subject account address. | |
| expiration | No | Optional ISO-8601 expiration time converted to Ripple epoch seconds. | |
| issuerAccount | Yes | Classic XRPL issuer account address. | |
| credentialType | Yes | Credential type as UTF-8 text. Encoded to XRPL hex and capped at 64 bytes. |