Card Token Draft

A Card Token Draft is a preliminary version of a Card Token that has been created but not yet finalized or issued. It allows clients to define the key properties of the token—such as amount, usage conditions, and metadata—before the token becomes active and redeemable.

Card Token Drafts are particularly useful in scenarios where token issuance must be delayed, validated, or confirmed as part of a business workflow. This feature enables CleverCards API users to programmatically prepare tokens in advance and finalize them at the appropriate moment, such as after approval, funding authorization, or a triggering event.

Key Characteristics

  • Not Redeemable: A draft cannot be redeemed or used to fund a Card Account until it has been finalized.
  • Configurable: Drafts can be customized with optional parameters such as purpose, recipient data, and usage rules.
  • Secure and Scoped: Drafts are securely stored within the CleverCards Platform and are only accessible to authorized clients.

Typical Use Cases

Card Token Drafts are ideal for:

  • Multi-step workflows where tokens require approval before issuance.
  • Preparing large sets of tokens for future distribution.
  • Creating tokens with dynamic properties based on user input or data from external systems.

Finalizing a Draft

When ready, a Card Token Draft can be finalized through the CleverCards API. Finalization triggers the issuance of the actual Card Token. Once finalized:

  • The draft is validated and converted into a fully functional Card Token.
  • The token becomes redeemable and can be used to fund a Card Account.
  • The issued token's value is honored by the CleverCards Platform.

Important: Once a draft is finalized and the token is issued, its properties become immutable. Make sure all necessary details are correct before finalizing.