Skip to main content

CardDesign

backgroundColorstringrequired

Card background color (HEX)

Possible values: <= 2147483647 characters

backgroundImagestring<URI>required

Card display image background uri

Possible values: <= 2147483647 characters

cardNetworkCardNetwork (string)required

Card network

Possible values: [VISA, MASTERCARD]

codestringrequired

Possible values: <= 2147483647 characters

conditionIdstring<uuid>required

Card design condition identifier

Possible values: <= 2147483647 characters

foregroundPrimaryColorstringrequired

Card foreground primary color (HEX)

Possible values: <= 2147483647 characters

foregroundSecondaryColorstringrequired

Card foreground secondary color (HEX)

Possible values: <= 2147483647 characters

formFactorFormFactor (string)required

Card form factor

Possible values: [VIRTUAL, PLASTIC, METAL]

idstring<uuid>required

Card design identifier

Possible values: <= 2147483647 characters

imagestring<URI>required

Card display image uri

Possible values: <= 2147483647 characters

previewImagestring<URI>required

Card display image preview uri

Possible values: <= 2147483647 characters

statusCardDesignStatus (string)required

Card design status

Possible values: [AVAILABLE, DISABLED]

CardDesign
{
"backgroundColor": "string",
"backgroundImage": "string",
"cardNetwork": "VISA",
"code": "string",
"conditionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"foregroundPrimaryColor": "string",
"foregroundSecondaryColor": "string",
"formFactor": "VIRTUAL",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"image": "string",
"previewImage": "string",
"status": "AVAILABLE"
}