What a VAN is
A Virtual Account Number is a named account issued under PIK’s banking infrastructure. From the sender’s perspective it behaves like any ordinary Australian bank account — they enter the BSB and account number in their banking app and send a transfer. From PIK’s perspective, the transfer is matched to the owning connected account and the AUD balance is credited automatically. VANs are:- Unique per connected account — no two accounts share the same account number.
- Named — issued in association with the connected account’s verified identity.
- Persistent — the VAN stays assigned until your platform explicitly releases it.
- Third-party friendly — any sender can fund the account, not just the account holder.
Issuing a VAN
The account must have verified status and the inbound_payments capability activated before you can issue a VAN. Call POST /api/v1/accounts//virtual-account. No body parameters are required. PIK provisions the VAN immediately and returns:- bsb — The BSB number assigned to the account.
- account_number — The unique account number.
- account_name — The name associated with the account, derived from the verified identity.
- status — active once issued.
