{
"additionalEmbossing": "FLEET-01",
"cardDeliveryAddress": {
"addressLines": "Unit 10, Industrial Estate Oxford Road",
"city": "Oxford",
"country": "United Kingdom",
"countryCode": "GBR",
"region": "Oxfordshire",
"zipCode": "OX1 3PA"
},
"cardDeliveryContact": {
"emailAddress": "jane.smith@example.com",
"firstName": "Jane",
"lastName": "Smith",
"middleName": "B",
"mobilePhone": "+447700900124",
"telephone": "+441234567891"
},
"cardIdentifier": 1234,
"cardType": "BE EV",
"customerAccountNumber": "23444444",
"driverName": "James Smith",
"fuelProductRestriction": {
"productRestrictionId": 1,
"productRestrictionName": "Fuel Only"
},
"keyIdentifier": "2323s",
"newCardIdentifier": 1244,
"primaryVisualCardNumber": "3080002323232",
"products": [
{
"productId": 101,
"productName": "Car Wash"
},
{
"productId": 102,
"productName": "Lubricants"
}
],
"purchaseCategoryName": "Fuel",
"secondaryCardNumber": "NL-TBE-2323-2323",
"status": {
"id": 1,
"name": "Active"
},
"vehicleRegNumber": "AB12 CDE",
"orderDate": "2026-03-31",
"expiryDate": "2026-03-31"
}Webhooks
Card replacement notification
Sent to the consumer’s registered target URL whenever a card is replaced.
WEBHOOK
cardReplaced
{
"additionalEmbossing": "FLEET-01",
"cardDeliveryAddress": {
"addressLines": "Unit 10, Industrial Estate Oxford Road",
"city": "Oxford",
"country": "United Kingdom",
"countryCode": "GBR",
"region": "Oxfordshire",
"zipCode": "OX1 3PA"
},
"cardDeliveryContact": {
"emailAddress": "jane.smith@example.com",
"firstName": "Jane",
"lastName": "Smith",
"middleName": "B",
"mobilePhone": "+447700900124",
"telephone": "+441234567891"
},
"cardIdentifier": 1234,
"cardType": "BE EV",
"customerAccountNumber": "23444444",
"driverName": "James Smith",
"fuelProductRestriction": {
"productRestrictionId": 1,
"productRestrictionName": "Fuel Only"
},
"keyIdentifier": "2323s",
"newCardIdentifier": 1244,
"primaryVisualCardNumber": "3080002323232",
"products": [
{
"productId": 101,
"productName": "Car Wash"
},
{
"productId": 102,
"productName": "Lubricants"
}
],
"purchaseCategoryName": "Fuel",
"secondaryCardNumber": "NL-TBE-2323-2323",
"status": {
"id": 1,
"name": "Active"
},
"vehicleRegNumber": "AB12 CDE",
"orderDate": "2026-03-31",
"expiryDate": "2026-03-31"
}Body
application/json
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
The card's current status, identified by an ID and display name.
Show child attributes
Show child attributes
Date the card was ordered, in YYYY-MM-DD format.
Example:
"2026-03-31"
Card expiry date, in YYYY-MM-DD format.
Example:
"2030-03-31"
Response
Event received successfully