Skip to main content

Documentation

Card Issuing Blocked Webhook

The ISSUING_CARD_BLOCKED webhook is sent when Rapyd receives a stop notification and blocks the issued card. The card is blocked and its status is set to BLO.

  • ISSUING_CARD_BLOCKED Webhook

  • {
        "id": "wh_c5519a00bdcaafbc2e7431162b5ecee8",
        "type": "ISSUING_CARD_BLOCKED",
        "data": {
            "id": "ci_4c5c5c891fe942da8a09c3ebaa8e93d8",
            "ewallet_contact": {
                "id": "cont_dbe2c14b478b672e29e3a9e8a216fa89",
                "first_name": "John",
                "last_name": "Doe",
                "middle_name": "",
                "second_last_name": "",
                "gender": "not_applicable",
                "marital_status": "not_applicable",
                "house_type": "",
                "contact_type": "personal",
                "phone_number": "+3547826575",
                "email": "johndoe@rapyd.net",
                "identification_type": "DL",
                "identification_number": "1234567890",
                "issued_card_data": {
                    "preferred_name": "",
                    "transaction_permissions": "",
                    "role_in_company": ""
                },
                "date_of_birth": "2000-11-22",
                "country": "US",
                "nationality": "US",
                "address": {
                    "id": "address_74bbdea07ce599149aa9f13320941ed6",
                    "name": "John Doe",
                    "line_1": "123 Main Street",
                    "line_2": "",
                    "line_3": "",
                    "city": "Anytown",
                    "state": "NY",
                    "country": "US",
                    "zip": "12345",
                    "phone_number": "+14155551611",
                    "metadata": {},
                    "canton": "",
                    "district": "",
                    "created_at": 1637073830
                },
                "ewallet": "ewallet_c4450ec162dc72bb068b19194f024d91",
                "created_at": 1637073830,
                "metadata": {},
                "business_details": null,
                "compliance_profile": 0,
                "verification_status": "not verified",
                "send_notifications": false,
                "mothers_name": "Jane Smith"
            },
            "card_id": "card_18fca4e358d48406cd815b9a7377868c",
            "status": "BLO",
            "assigned_at": 1637234095,
            "activated_at": 1637234161,
            "metadata": {},
            "country_iso_alpha_2": "US",
            "created_at": 1637234095,
            "public_details": {
                "bin": "528795",
                "last4": "7551",
                "sub_bin": "12",
                "expiration": "1124"
            },
            "bin": "528795",
            "card_program_id": null,
            "card_program_token": null,
            "configuration": {},
            "sub_bin": "12",
            "blocked_reason": "other"
        },
        "trigger_operation_id": "7729f62c-164d-47de-b316-fb709d20540e",
        "status": "NEW",
        "created_at": 1652962007,
        "extended_timestamp": 1652962007888
    }