Skip to main content

Documentation

Funds Removed Webhook

The EWALLET_REMOVED_FUNDS webhook notifies the client that funds were successfully removed from a Rapyd Wallet.

  • EWALLET_REMOVED_FUNDS Webhook

  • {
        "id": "wh_14495db0d1bd28dabb5296564ed1f86d",
        "data": {
            "id": "ewallet_98ef1edeff2fcafe240ce4b3e8126d0b",
            "type": "company",
            "email": null,
            "status": "ACT",
            "accounts": [{
                    "id": "863adfca-2fe5-11eb-9403-124eb1b705c1",
                    "alias": "USD",
                    "limit": null,
                    "limits": null,
                    "balance": 15,
                    "currency": "USD",
                    "on_hold_balance": 0,
                    "reserve_balance": 0,
                    "received_balance": 0
                }
            ],
            "category": null,
            "contacts": null,
            "metadata": {
                "merchant_defined": true
            },
            "last_name": "",
            "first_name": "Four Star Professional Services",
            "phone_number": null,
            "verification_status": "not verified",
            "ewallet_reference_id": "e-007",
            "last_transaction_amount": 15,
            "last_transaction_currency": "USD"
        },
        "type": "EWALLET_REMOVED_FUNDS",
        "status": "NEW",
        "created_at": 1606394841,
        "extended_timestamp": 1606394841309,
        "trigger_operation_id": "54438d84-4725-40ff-bf1a-5c8f8b7137f8"
    }