Skip to main content

Documentation

Wallet Closed Webhook

The EWALLET_CLOSED webhook notifies the client that the wallet status is permanently closed (CLO).

  • EWALLET_CLOSED Webhook

  • {
        "id": "wh_99c4936551926450a5fd2a25554af46a",
        "data": {
            "id": "ewallet_e492ce003cd0be1496cb91db734a9969",
            "type": "person",
            "email": null,
            "status": "CLO",
            "accounts": [],
            "category": null,
            "contacts": null,
            "metadata": {
                "merchant_defined": true						
    		},
            "last_name": "Doe",
            "first_name": "John",
            "phone_number": "+555555555555",
            "verification_status": "not verified",
            "ewallet_reference_id": "2022-02-15a"
        },
        "type": "EWALLET_CLOSED",
        "status": "NEW",
        "created_at": 1724207905,
        "extended_timestamp": 1724207905945,
        "trigger_operation_id": "7aeada00-a924-4a52-be08-0eebb7ad9302"
    }