Create a personalization design

Creates a personalization design object.

post/v1/issuing/personalization_designs

Response

Successful response.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

idstring required

Unique identifier for the object.

livemodeboolean required

Has the value true if the object exists in live mode or the value false if the object exists in test mode.

lookup_keystring nullable

A lookup key used to retrieve personalization designs dynamically from a static string. This may be up to 200 characters.

metadataobject required

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

namestring nullable

Friendly display name.

object'issuing.personalization_design' required

String representing the object's type. Objects of the same type share the same value.

status'active' | 'inactive' | 'rejected' | 'review' required

Whether this personalization design can be used to create cards.

Changes