Skip to main content

Documentation

Virtual Account Status Webhook

The VIRTUAL_ACCOUNT_STATUS webhook notifies the client that the status of a virtual account changed.

  • VIRTUAL_ACCOUNT_STATUS Webhook

  • {
        "id": "wh_6482bedfb0f01915d5104b0057dda314",
        "data": {
            "id": "issuing_293e65543872d2a87057b48dd657dd06",
            "status": "ACT",
            "ewallet": "ewallet_eb221f9155cf0895c8a4e8b1ad6b844d",
            "currency": "EUR",
            "metadata": {
                "merchant_defined": true
            },
            "description": "Issue virtual account to wallet",
            "bank_account": {
                "beneficiary_name": "John Doe",
                "address": "Northwest House, 119 Marylebone Road NW1 5PU",
                "country_iso": "DE",
                "iban": "DE07202208000092780641",
                "bic": "SXPYDEHH"
            },
            "transactions": [],
            "funding_instructions": null,
            "merchant_reference_id": "5rtfgk897ter0df0m"
        },
        "type": "VIRTUAL_ACCOUNT_STATUS",
        "status": "NEW",
        "created_at": 1723707139,
        "extended_timestamp": 1723707139393,
        "trigger_operation_id": "376f6f78-fe99-42f7-b19d-84def749fd63"
    }