Create Bulk Physical Cards - Field Descriptions

The following page details each of the fields received in the response when using the Create Bulk Physical Cards endpoint.

Request Fields

The following table describes fields that can be included in the body of the request when creating bulk physical cards.

FieldDescriptionMinimum LengthMaximum LengthTypeMandatory
cardProductThe unique ID of the card product linked to the card.1255IntegerYes
quantityThe number of cards to be created.11000IntegerYes
nameOnCardName embossed on card. This name will be applied to every card created.026StringNo
imageIdThe image ID used for every card created.016StringNo
deliveryMethodThe delivery method for every card created.021StringNo
fulfilmentAddressAn object that contains information for the fulfilment address.
addressLine1First line of the address.1100StringYes
addressLine2Second line of the address.0100StringNo
addressLine3Third line of the address.0100StringNo
cityCity name.0100StringNo
countyThe county, region or province.0100StringNo
postcodePostcode / zip code of the address.010StringYes
countryCountry of residence. This is represented as a 3-letter alphanumeric ISO country code (For example, GBR for UK).33StringYes

Response Fields

If successful, a 202 response returns with the batch request id included.