Cardholder
Cardholder Ready
Description
Cardholder has passed the review process and is ready to be issued cards.
📦 Event Details
id string
name string
issuing.cardholder.ready.account_id string
data object
cardholder_id string
email string
individual object
null.date_of_birth string
YYYY-MM-DD))name object
title string
first_name string
middle_name string
last_name string
address object
city string
country string
line1 string
state string
postcode string
employers array
null.business_identifiers array
country_code string
number string
type string
business_name string
mobile_number string
postal_address object
Postal address of the cardholder, if applicable. Otherwise: null.
city string
country string
line1 string
state string>
postcode string
status string
READY.type string
INDIVIDUAL, DELEGATE.created_at string
version string
Request Body Example
{
"id": "606deff5-df70-31de-ac72-bf4ec4cbdd65",
"name": "issuing.cardholder.ready",
"account_id": "acct__F86YxUYP2CeUQoucTySnA",
"data": {
"cardholder_id": "699f578c-04d2-418f-9da4-5c60b30c68ac",
"email": "Lon_Sauer@gmail.com",
"individual": null,
"mobile_number": "58-15961607",
"postal_address": null,
"status": "READY",
"type": "DELEGATE"
},
"created_at": "2025-10-15T06:27:06+0000",
"version": "2025-02-14"
}
Cardholder Pending
Description
Cardholder needs to pass the review process before accessing card details.
📦 Event Details
id string
name string
issuing.cardholder.pending.account_id string
data object
cardholder_id string
email string
individual object
null.date_of_birth string
YYYY-MM-DD).name object
title string
first_name string
middle_name string
last_name string
address object
line1 string
line2 string
null.city string
state string
postcode string
country string
employers array
null.business_identifiers array
country_code string
number string
type string
business_name string
identification object
null.nationality string
null.mobile_number string
postal_address object
null.line1 string
line2 string
null.city string
state string
postcode string
country string
status string
PENDING.type string
INDIVIDUAL, DELEGATE.created_at string
version string
Request Body Example
{
"id": "d63af2a2-01ed-347e-9361-8349219f7f20",
"name": "issuing.cardholder.pending",
"account_id": "acct__F86YxUYP2CeUQoucTySnA",
"data": {
"cardholder_id": "0515792e-8d22-4dd7-bbd5-d34a2bc0316e",
"email": "Nichole_Jacobson@yahoo.com",
"individual": {
"address": {
"city": "Austin",
"country": "US",
"line1": "1234 Elm Street",
"line2": null,
"postcode": "94932",
"state": "TX"
},
"date_of_birth": "1990-01-01",
"employers": null,
"identification": null,
"name": {
"first_name": "John",
"last_name": "Doe vh",
"middle_name": "P",
"name_on_card": "miss John Doe vh",
"title": null
},
"nationality": null
},
"mobile_number": "91-95053039",
"postal_address": {
"city": "Los Angeles",
"country": "US",
"line1": "5678 Oak Avenue",
"line2": null,
"postcode": "94932",
"state": "CA"
},
"status": "PENDING",
"type": "INDIVIDUAL"
},
"created_at": "2025-10-15T06:40:45+0000",
"version": "2025-02-14"
}
Cardholder Deleted
Description
After the cardholder is deleted successfully, then this event will be triggered.
📦 Event Details
id string
name string
issuing.cardholder.deleted.account_id string
data object
cardholder_id string
deleted boolean
true.created_at string
version string
Request Body Example
{
"id": "697769df-c6c4-3e33-878a-f10cdf03698a",
"name": "issuing.cardholder.deleted",
"account_id": "acct__F86YxUYP2CeUQoucTySnA",
"data": {
"cardholder_id": "0515792e-8d22-4dd7-bbd5-d34a2bc0316e",
"deleted": true
},
"created_at": "2025-10-15T06:47:46+0000",
"version": "2025-02-14"
}