Skip to main content
WEBHOOK
virtual_account.created.v2
{
  "data": {
    "id": "86b7730c-1a8b-43f9-83f6-60a60dfcb513",
    "rfi": null,
    "status": "PROCESSING",
    "created_at": "2026-04-03T16:46:22.089047Z",
    "updated_at": "2026-04-03T16:46:22.089047Z",
    "customer_id": "b22667c0-3e75-467f-9dc6-9739c348bc1a",
    "destination": {
      "address": "0x6e41e83d406185b358bd72111ab1206cb82eb67f",
      "currency": "USDC",
      "destination_chain": "POLYGON"
    },
    "developer_fee_fixed": 0.1,
    "deposit_instructions": null,
    "developer_fee_percent": 0.1
  },
  "event": {
    "id": "7b86dec8-34eb-4c48-9780-6a69037d4c05",
    "type": "virtual_account.created.v2",
    "created_at": "2026-04-03T16:46:22.117583Z",
    "sandbox_mode": true,
    "event_reference_id": "86b7730c-1a8b-43f9-83f6-60a60dfcb513"
  }
}
The account starts in PROCESSING status. deposit_instructions will be null until the account becomes active.
Register this webhook if you are using the Create Virtual Account V2 endpoint.
All webhook requests include HMAC signatures for verification.

Body

application/json
data
object
event
object

Response

200

Webhook received successfully