Skip to main content
WEBHOOK
virtualAccountCreated
{
  "businessCode": "<string>",
  "reference": "<string>",
  "accountNumber": "<string>",
  "accountName": "<string>",
  "bankName": "<string>",
  "customerEmail": "<string>"
}

Authorizations

X-Numero-Api-Key
string
header
required

Your business API key (live_key_...). Issued on approval; managed in Dashboard → Settings → Developer.

Body

application/json

The data of a VIRTUAL_ACCOUNT_CREATED event.

businessCode
string
reference
string
accountNumber
string
accountName
string
bankName
string
customerEmail
string | null

Present for customer VAs; null for business VAs.

type
enum<string>
Available options:
customer,
business

Response

200

Acknowledge receipt with 2xx.