status values all changed. See the platform-wide changes for ID format, pagination, error shape, and idempotency.
Endpoints
Request changes: create a virtual account
v2:Response changes
v2:v2’s create response (
POST .../virtual-accounts) additionally wraps the account under an accountInfo key alongside a message string — { "message": "...", "accountInfo": { ...account } }. v3’s create response returns the account object directly, matching GET in both versions.ID format
Raw UUID in v2 →va_... prefixed public ID in v3.