Example: Bulk Delivery
The following examples are where the cards are sent to a Bulk Address for distribution. The individual cardholder address is provided; however the Card Manufacturer will not dispatch to this address, instead will be sent to the Bulk Address and Bulk Delivery Contact.
See Example: Delivery Direct to Cardholder for examples where the card is dispatched to an individuals address.
Visa
{
"summary": {
"fileDate": "03-01-2025",
"fileTime": "17:13:51",
"numberOfCarriers": "1",
"numberOfCards": "1",
"numberOfCardDesigns": "1",
"transmissionReference": "04420cc9-36a3-4567-87f2-971e27d6d257"
},
"bulkDeliveries": [
{
"bulkDeliveryID": "511c85bb-4206-4757-b962-7f15fcb49a16",
"title": "",
"firstName": "Test1",
"lastName": "Test2",
"addressLine1": "Test",
"addressLine2": "Test1",
"addressLine3": "Test3",
"city": "Test4",
"postCode": "Test5",
"country": "GBR",
"email": "[email protected]",
"phoneNumber": "07787502498",
"bulkRef": "5673882",
"stateCountyOrProvince": "Test6",
"bulkDeliveryMethod": "2"
}
],
"products": [
{
"cardID": "eb054760-9251-4a55-9d17-367303fd4d90",
"carrier": {
"title": "Miss",
"firstName": "Vivi",
"lastName": "Card",
"addressLine1": "Test Street",
"addressLine2": "Block 2",
"addressLine3": "Room 1",
"city": "London",
"postCode": "PP61 5LL",
"country": "GBR",
"email": "[email protected]",
"phoneNumber": "+44987456321",
"cardDeliveryRef": "",
"carrierType": "789654LLL",
"envelopeRef": "123456RRRR",
"carrierFullfil1": "12587$$$FF",
"carrierFullfil2": "369MMM!!!!",
"carrierLanguage": "EN",
"bulkDeliveryID": "511c85bb-4206-4757-b962-7f15fcb49a16"
},
"card": {
"track1": "%B4444222259488159^CARD/VIVI ^28012210586300409000000?",
"track2": ";4444222259488159D28012210586340900000?",
"track3": "",
"embossPAN": "4444222259488159",
"embossName": "Vivi Card",
"embossStartDate": "01/25",
"embossExpiryDate": "01/28",
"embossCVC2": "8159 799",
"embossLine4": "GBP",
"thermalLine1": "222333///$$",
"thermalLine2": "<%%%88899VV>",
"designRef": "LLL888555",
"qrCode": ""
},
"chip": {
"customerName": "CARD/VIVI ",
"PAN": "4444222259488159",
"PANSequence": "1",
"serviceCode": "221",
"chipTrack1": "%B4444222259488159^CARD/VIVI ^28012210586300460000000?",
"chipTrack2": ";4444222259488159D28012210586346000000?",
"PINBlock": "3D1F6265A6C72B1C",
"cardType": "visa"
}
}
]
}
Mastercard
{
"summary": {
"fileDate": "06-01-2025",
"fileTime": "16:35:11",
"numberOfCarriers": "1",
"numberOfCards": "1",
"numberOfCardDesigns": "1",
"transmissionReference": "a70d8bc6-d683-456a-9c1e-1f519db45486"
},
"bulkDeliveries": [
{
"bulkDeliveryID": "a19f22d7-47a1-4b21-bf4c-6a8e53b56281",
"title": "MR",
"firstName": "Test",
"lastName": "Manufacturer",
"addressLine1": "Test",
"addressLine2": "Street",
"addressLine3": "Room 10",
"city": "London",
"postCode": "PP102OO",
"country": "GBR",
"email": "[email protected]",
"phoneNumber": "+4448988899",
"bulkRef": "789456123",
"stateCountyOrProvince": "London",
"bulkDeliveryMethod": "2"
}
],
"products": [
{
"cardID": "22362fa6-6e5e-49c2-bc34-6ccce4fcb1f1",
"carrier": {
"title": "Miss",
"firstName": "Test",
"lastName": "One",
"addressLine1": "Test Street",
"addressLine2": "Block A",
"addressLine3": "Room 1",
"city": "London",
"postCode": "WW123EE",
"country": "GBR",
"email": "[email protected]",
"phoneNumber": "+44987456321",
"cardDeliveryRef": "",
"carrierType": "carrier1",
"envelopeRef": "envelope1",
"carrierFullfil1": "reference1",
"carrierFullfil2": "reference1",
"carrierLanguage": "EN",
"bulkDeliveryID": "a19f22d7-47a1-4b21-bf4c-6a8e53b56281"
},
"card": {
"track1": "%B8765432100001851^ONE/TEST ^28012210138500867000000?",
"track2": ";8765432100001851D28012210867000000?",
"track3": "",
"embossPAN": "8765432100001851",
"embossName": "Test One",
"embossStartDate": "01/25",
"embossExpiryDate": "01/28",
"embossCVC2": "1851 494",
"embossLine4": "GBP",
"thermalLine1": "258741//",
"thermalLine2": "////7456",
"designRef": "designerf1",
"qrCode": ""
},
"chip": {
"customerName": "ONE/TEST ",
"PAN": "8765432100001851",
"PANSequence": "1",
"serviceCode": "221",
"chipTrack1": "%B8765432100001851^ONE/TEST ^28012210138500805000000?",
"chipTrack2": ";8765432100001851D28012210805000000?",
"PINBlock": "E6A7383B945185F4",
"cardType": "mastercard"
}
}
]
}
Updated 14 days ago