Skip to main content

Documentation

Issued Card Activated Webhook

The ISSUED_CARD_ACTIVATED webhook is sent in the following scenarios:

  • When an issued card is initially activated.

  • When a card is unblocked (its status is changed from BLO to ACT).

  • ISSUED_CARD_ACTIVATED Webhook

  • {
        "id": "wh_a9a02ffaadb90238a0363f28623f835b",
        "data": {
            "id": "ci_e6267b7166d1b9e89e2d8a055f0bddfd",
            "status": "ACT",
            "card_id": "card_4e712795fba43e5ae2b5093dba7b96d5",
            "metadata": {},
            "created_at": 1655262839,
            "assigned_at": 1655262839,
            "activated_at": 1655262842,
            "card_program": "cardprog_4a8b97240b123918ed15ebdd6953ab3d",
            "blocked_reason": "none",
            "public_details": {
                "bin": "453236",
                "last4": "9226",
                "sub_bin": "62",
                "expiration": "0625"
            },
            "ewallet_contact": {
                "id": "cont_c8c44e066b736cf8f9ce45a2b8fceb3b",
                "email": "janed@rapyd.net",
                "gender": "female",
                "address": {
                    "id": "address_0832f3bd9bf5aca5d657ef0d1a66d56a",
                    "zip": "47834001",
                    "city": "Anytown",
                    "name": "Jane Doe",
                    "state": "NY",
                    "canton": "",
                    "line_1": "123 Lake Forest Drive",
                    "line_2": "Apartment 4",
                    "line_3": "East Neighborhood",
                    "country": "US",
                    "district": "",
                                    "metadata": {}
                    "created_at": 1655262837,
                    "phone_number": "+552192168795"
                },
                "country": "US",
                "ewallet": "ewallet_409a80f0cd0a2bb1eb39d94db20141ae",
                "metadata": {},
                "last_name": "Doe",
                "created_at": 1655262837,
                "first_name": "Jane",
                "house_type": "lease",
                "middle_name": "June",
                "nationality": "US",
                "contact_type": "personal",
                "mothers_name": "Jane Smith",
                "phone_number": "+524517438712",
                "date_of_birth": "1992-10-01",
                "marital_status": "single",
                "business_details": null,
                "issued_card_data": {
                    "preferred_name": "",
                    "role_in_company": "",
                    "transaction_permissions": ""
                },
                "second_last_name": "",
                "compliance_profile": 0,
                "send_notifications": false,
                "identification_type": "PA",
                "verification_status": "not verified",
                "identification_number": "03967703045"
            },
            "country_iso_alpha_2": "US"
        },
        "type": "ISSUED_CARD_ACTIVATED",
        "status": "NEW",
        "created_at": 1655262844,
        "trigger_operation_id": "64c3d88a-a681-4398-adae-4723463b4407"
    }