Skip to main content

BulkCard

Information about the created card from the Bulk Card Ordering endpoint.

    cardId uuidrequired

    Card id is a unique identifier for a specific card. It will be used for most operations to the prepaid card.

    externalId string

    Possible values: non-empty and <= 40 characters

    External card identifier in merchant system.

    customerId stringrequired

    If the status is ASSIGNED the customerId will represent the real id of the customer or if the status is NOT_ASSIGNED customerId will contain the merchant id (provided in the request).

    status string

    Possible values: [ASSIGNED, NOT_ASSIGNED]

    ASSIGNED - Bulk card is assigned to a customer. NOT_ASSIGNED - Bulk card is not assigned to a customer.

    embossedName string

    Possible values: non-empty and <= 27 characters

    The name that appears on the card. If not provided, firstName lastName from the customer will be used. Only ASCII characters are allowed.

    expiry

    object

    Card expiry date.

    month integerrequired
    year integerrequired
    cardType stringrequired

    Possible values: [PHYSICAL, VIRTUAL]

    Supported card types. Currently we support only VIRTUAL and PHYSICAL

    programName stringrequired

    Card program name.

    lastFour string

    Possible values: >= 4 characters and <= 4 characters

    Card last four digits.

    currency stringrequired

    Possible values: >= 3 characters and <= 3 characters

    Currency code in three-letter format ("Alpha-3").

    scheme stringrequired

    Possible values: [VISA, MC]

    isPinSet booleanrequired

    Indicates that the card PIN has been set or not.