Skip to main content

Documentation

Wallet Status Changed Webhook

The EWALLET_STATUS_CHANGED webhook notifies the client that the status of a wallet changed.

  • EWALLET_STATUS_CHANGED Webhook

  • {
        "id": "wh_b68bbac43d02c305a8b6fc66af75cf57",
        "data": {
            "id": "ewallet_e492ce003cd0be1496cb91db734a9969",
            "type": "person",
            "email": null,
            "status": "DIS",
            "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_STATUS_CHANGED",
        "status": "NEW",
        "created_at": 1722509937,
        "extended_timestamp": 1722509937448,
        "trigger_operation_id": "aec2699f-b7d2-4891-84fa-bed5c142f92c"
    }