Skip to main content
WEBHOOK
virtual_account.status.v2
{
  "data": {
    "id": "ed96d65a-5fb1-49f2-8715-0c6aa32220ca",
    "rfi": null,
    "status": "ACTIVE",
    "created_at": "2026-03-17T14:27:49.073891Z",
    "updated_at": "2026-03-17T14:42:55.788231316Z",
    "customer_id": "c3088a8d-50de-48cf-a137-8d46815394f8",
    "destination": {
      "address": "0x7f1568190e318da16a9ef5a46cba19d5b97d9b29",
      "currency": "USDC",
      "destination_chain": "POLYGON"
    },
    "developer_fee_fixed": 0.22,
    "deposit_instructions": {
      "currency": "USD",
      "bank_code": {
        "code": "SSBAUS32",
        "type": "SWIFT"
      },
      "bank_name": "SSB Bank",
      "account_type": "BankSwift",
      "bank_address": null,
      "bank_country": "USA",
      "payment_rails": [
        "ACH"
      ],
      "bank_account_number": "235464829825",
      "bank_routing_number": ""
    },
    "developer_fee_percent": 0
  },
  "event": {
    "id": "8c236a87-4ab2-49af-b22f-02d1d8e12cfa",
    "type": "virtual_account.status.v2",
    "created_at": "2026-03-17T14:42:55.813225Z",
    "sandbox_mode": true,
    "event_reference_id": "ed96d65a-5fb1-49f2-8715-0c6aa32220ca"
  }
}
Possible status values: PROCESSING, IN_COMPLIANCE, REQUEST_FOR_INFORMATION, ACTIVE, INACTIVE, DECLINED
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