Create Card with Customisable Card Number - Field Descriptions

The following page details each of the fields received in the response when using the Create Card with Customisable Card Number endpoint.

Header

DescriptionTypeStatus
X-Correlation-IDA GUID, which is used to identify a card creation flow. Please use the same correlation ID for customised card number validation and creation.StringMandatory

Request Fields

The following table describes fields that can be included in the body of the request when creating a card with a customisable card number.

FieldDescriptionMinimum LengthMaximum LengthTypeMandatory
productIdUnique identification number of a product.12147483647integerYes
customPanLast 6 digits of the cardholder supplied PAN.06stringNo
referenceNumberCustom PAN internal reference number. Mandatory if the customPan is present in the request.1longYes (if customPan is present).
productReferenceThe physical card design reference as used by the Card Manufacturer. If supplied, this will be sent to the card manufacturer, otherwise it will use default one.050stringNo
customerAccountClient reference for the Card050stringNo
expiryDateIf left blank, updates with the default expiry date, based on the Card Scheme's validity period in months, otherwise updates with the input value. YYYY-MM-DD format.1010stringNo
accessCodeAccess code or passcode, which can be used to set a code which is validated during activation (For example, using the Thredd IVR system). If provided, must be 6 digits. Leading zeroes are acceptable.66stringNo
cobrandThe Co-Brand code for the card. If supplied, it will replace the PROGRAMID field in the Balance XML file.050stringNo
fulfil1Free text field which can be used for transferring extra information to the card manufacturer.050stringNo
fulfil2Free text field which can be used for transferring extra information to the card manufacturer050stringNo
cardNameThe embossed name on the card. If present in the request, then the embossed name on the card should be the given value. If it is not available and firstName and lastName are available, then title + firstName + lastName will be the embossed name. If all the above parameters are unavailable in the request, then the default embossed name remains as the embossed name. If a blank embossed name is required, then pass a single space character.027stringNo
singleUseEnables you to specify whether the card is single use only. Boolean values of true or false are accepted. If not specified, then the default value from the card Product is used.01booleanNo
nonReloadableEnables you to specify whether the card is non-reloadable. Boolean values of true, false are accepted. If not specified, then the default value from the card Product is used.01booleanNo
cardholderObject that contains details on the cardholder.
titleThe cardholder's title.05stringNo
firstNameThe cardholder's first name.020stringNo
lastNameThe cardholder's last name.020stringNo
dobThe cardholder's date of birth. YYYY-MM-DD format.1010stringNo
genderThe cardholder's gender.01stringNo
mobileThe cardholder's mobile phone number.016stringNo
telephoneThe cardholder's landline phone number.016stringNo
emailThe cardholder's email address.0100stringNo
addressObject that contains details on the cardholder's address.
addressLine1Cardholder’s address line 1.050stringNo
addressLine2Cardholder’s address line 2.050stringNo
addressLine3Cardholder’s address line 3.050stringNo
cityCardholder’s city.020stringNo
countyCardholder’s county.020stringNo
postCodeCardholder’s post code.010stringNo
countryCardholder’s country.33stringNo
deliveryAddressObject that contains details on the delivery address for the card.
addressLine1Delivery address line 1.050stringNo
addressLine1Delivery address line 2.050stringNo
addressLine1Delivery address line 3.050stringNo
cityDelivery city.020stringNo
countyDelivery county.020stringNo
postCodeDelivery post code.010stringNo
countryDelivery country.33stringNo
manufacturingDetailsObject that contains details on the manufacturing of the card. Used to override manufacturer setting. If not specified, the default values from Product are used.
deliveryMethodThe delivery method for the card. Options include: 0 = Standard delivery; 1 = Registered mail; 2 = Direct delivery; Default value is 0.01stringNo
deliveryCodeThe delivery code for the card. If specified, the card manufacturer sends all cards with the same delivery code to the specified delivery address.010stringNo
languageCodeTwo character ISO 639-1 Language code to be used for card mailers (For example, En = English or Fr = French).22stringNo
carrierTypeThe Carrier Product design reference as used by the Card Manufacturer. This is the letter onto which the card is attached when sent to the cardholder. Identifies the Carrier Product type of the Card Manufacturer.013stringNo
vanityNameEnables you to add an additional alternative form of title to the card. For example, "Company Director”032stringNo
urlThis value will be included in the field of the Thredd Card Generation file.0100stringNo
cardPhysicalLayoutObject that contains the layout of the card. If not specified, the default values from Product are used.
imageIdIdentifies the image file that will be printed on the face of the card.116stringNo
embossLine4The card’s embossed line 4 on the front of the card.027stringNo
thermalLine1Free text field which can be used for transferring extra information to be printed on the card.0120stringNo
thermalLine2Free text field which can be used for transferring extra information to be printed on the card.0120stringNo
logoFrontIdIdentifies the logo file that will be printed on the face of the card.030stringNo
logoBackIdIdentifies the image file that will be printed on the back of the card, if supported.030stringNo
groupsObject that contains information on the card's Card Control Groups. If not specified, the default values from Product are used.
limitCode of the group limit.010stringNo
mccCode of the MCC group.010stringNo
usageCode of the Usage group.010stringNo
authorisationFeeCode of the Authorisation Fee Group.010stringNo
scheduledFeeCode of the Scheduled Fee Group.010stringNo
webserviceFeeCode of the Web Service Fee Group.010stringNo
cardLinkageCode of the card linkage group.010stringNo
authorisationCalendarCode of the authorisation calendar group.010stringNo
foreignExchangeCode of the foreign exchange group.010stringNo
whitelistCode of the card acceptor whitelist.010stringNo
blacklistCode of the card acceptor blacklist010stringNo

Response Fields

A successful response for the Create Card with the Customisable Card Number endpoint will return a 200 response.

FieldDescription
messageIdMessage ID, unique to each request. You should store the _messageId _on the cardholder app, as it will be needed later to link to the Event Delivery Service (EDS) webhook that communicates the public token and masked PAN to the customer. See Card Creation Success Event.