card_created
Last updated: June 19, 2024
1{2"id": "evt_az5sblvku4ge3dwpztvyizgcau",3"type": "card_created",4"version": "2.0.0",5"created_on": "2018-04-10T08:13:14Z",6"data":7{8"card_id": "crd_z7clkniyb3ourbpzx2dvl67654",9"cardholder_id": "crh_z7clkniyb3ourbpzx2dvl67654",10"entity_id": "ent_z7clkniyb3ourbpzx2dvl67654",11"card_product_id": "pro_ybfbv7arqzvujjtpzvi2el5dhy",12"type": "physical",13"is_single_use": "false",14"last_four": "1234",15"status": "Active",16"issuing_country": "GB",17"reference": "Reference",18"billing_currency": "GBP",19"metadata": {20"udf1": "metadata1",21"udf2": "metadata2",22"udf3": "metadata3",23"udf4": "metadata4",24"udf5": "metadata5"25},26"expiry_month": 11,27"expiry_year": 2028,28"revocation_date": "2027-03-12",29"created_on": "2018-04-10T08:12:14Z"30}31}
Field name | Description |
---|---|
string | The card's unique Checkout.com identifier. |
string | The unique Checkout.com identifier of the cardholder for whom the card was created. |
string | The unique Checkout.com identifier of the client entity for which the card was created. |
string | The unique Checkout.com identifier of the card product in which the card was created. |
string | The card type. This can be one of:
|
boolean | (Optional) Specifies if the card is single use. |
string | The last four digits of the card number. |
string | The status of the card. This can be one of:
|
string | The two character ISO country code of the card account range. |
string | (Optional) The card's reference. |
string | The three character ISO currency code of the card account range. |
object | (Optional) Information about the card's metadata. See the Metadata section for more details. |
integer | The month the card expires. |
integer | The year the card expires. |
string | (Optional) The date for the card to be automatically revoked in the format |
string | The date and time when the card was created. |
Field name | Description |
---|---|
string | User defined field 1 |
string | User defined field 2 |
string | User defined field 3 |
string | User defined field 4 |
string | User defined field 5 |