Issued Card event
You can subscribe the Issued Card Webhook to receive all events that occur in a card issued by your program.
The returned object will contain the Card in the state at the moment of the event creation. For example, if there's a status
change, you'll receive an event with the new status.
Payloads for ISSUED_CARD
Subscription Type
{
"entity": {
"account_uuid": "86e28f4b-c52d-4498-be89-a890b2298269",
"auth_rules": {
"allowed_merchants": {
"allowed_merchant_ids": [],
"allowed_merchant_names": []
}
},
"incentive_rules":[],
"blocked": false,
"brand": "MASTERCARD",
"card_expiration": "10/27",
"card_uuid": "9fc8c952-9dd5-48a7-a082-f9fee2dd6caa",
"created_at": "2022-10-10T15:58:26.832966269Z",
"custom_fields": {
"name_on_card": "Zack Murphy",
"shipping_method": "DEFAULT"
},
"external_id": "43a5ed46-9405-49af-aa1f-87f6fbd99b34",
"initial_balance": 0,
"emboss_id":"",
"last_4": "5925",
"metadata": {},
"pin_set": false,
"product_id": "26432",
"service_fees": [],
"shipping_address": {
"city": "Watertown",
"country": "USA",
"line_1": "91 Langdon Ave",
"line_2": "",
"postal_code": "02472",
"state": "MA"
},
"status": "ACTIVE",
"status_reason": "",
"type": "DEBIT",
"updated_at": "2022-10-10T15:58:27.182489614Z",
"wallet_uuid": "01f4746a-a916-418e-8c9f-ecce3260622a"
},
"event_date": "2022-10-10T15:58:30.126Z",
"event_retry": 0,
"event_type": "ISSUED_CARD",
"event_uuid": "e50114b3-9865-5f3f-a6b0-f8f1f899f8e6",
"event_version": "2021-11-18.1",
"program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
}