Skip to main content

IssueCardPayload

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/IssueCardPayload.json
benefitsstring[]nullable

Override the type's defaultBenefits for this instance

cardTypeUuidstringrequired

Card type to emit

expiresAtdate-time
notesstring
tierstring

Required when the type's tiers list is non-empty

IssueCardPayload
{
"$schema": "https://example.com/schemas/IssueCardPayload.json",
"benefits": "Unknown Type: array,null",
"cardTypeUuid": "string",
"expiresAt": "2024-07-29T15:51:28.071Z",
"notes": "string",
"tier": "string"
}