BulkCard
Information about the created card from the Bulk Card Ordering endpoint.
Card id is a unique identifier for a specific card. It will be used for most operations to the prepaid card.
External card identifier in merchant system.
Possible values: non-empty and <= 40 characters
B-1111111If 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).
1231122232ASSIGNED - Bulk card is assigned to a customer.
NOT_ASSIGNED - Bulk card is not assigned to a customer.
Possible values: [ASSIGNED, NOT_ASSIGNED]
The name that appears on the card. If not provided, firstName lastName from the customer will be used. Only ASCII characters are allowed.
Possible values: non-empty and <= 27 characters
John Doeexpiry object
Card expiry date.
The month of the card expiry date.
3The year of the card expiry date.
2028Supported card types. Currently we support only VIRTUAL and PHYSICAL
Possible values: [PHYSICAL, VIRTUAL]
Card program name.
Card last four digits.
Possible values: >= 4 characters and <= 4 characters
3234Currency code in three-letter format ("Alpha-3").
Possible values: >= 3 characters and <= 3 characters
EURPossible values: [VISA, MC]
Indicates that the card PIN has been set or not.
false{
"cardId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"externalId": "B-1111111",
"customerId": "1231122232",
"status": "ASSIGNED",
"embossedName": "John Doe",
"expiry": {
"month": 3,
"year": 2028
},
"cardType": "PHYSICAL",
"programName": "string",
"lastFour": "3234",
"currency": "EUR",
"scheme": "VISA",
"isPinSet": false
}