Skip to main content

Condition

cardIssuerCardIssuer (string)required

Issuer of the card

Possible values: [WALLESTER, MARQETA]

cardTypeCardType (string)required

Card spending type

Possible values: [DEBIT, CREDIT, PREPAID]

codestringrequired

Possible values: <= 2147483647 characters

deliveryFee object
oneOf
null
formFactorFormFactor (string)required

Card form factor

Possible values: [VIRTUAL, PLASTIC, METAL]

freeLimitnumber<int32>required

Number of free cards available

Possible values: >= -2147483648 and <= 2147483647

idstring<uuid>required

Condition id

Possible values: <= 2147483647 characters

issueFee object
oneOf
null
totalLimitnumber<int32>required

Total number of cards available

Possible values: >= -2147483648 and <= 2147483647

usage object
oneOf
null
Condition
{
"cardIssuer": "WALLESTER",
"cardType": "DEBIT",
"code": "string",
"deliveryFee": "null",
"formFactor": "VIRTUAL",
"freeLimit": 0,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"issueFee": "null",
"totalLimit": 0,
"usage": "null"
}