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:- AUD only — VANs receive AUD bank transfers. They do not receive USD, HKD, SGD, USDT, or USDC.
- 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.
Inbound currency support summary
AUD — Virtual Account Number (BSB + account number) issued per connected account. Any third-party Australian bank transfer accepted. USDT — Dedicated Solana wallet address per connected account. Any sender with a Solana-compatible wallet can send. No ERC-20, TRC-20, or BEP-20 — Solana only. USDC — Dedicated Solana wallet address per connected account. Same network restriction as USDT. USD — No inbound receiving mechanism. USD balance can be held and used for FX conversion or payouts only. HKD — No inbound receiving mechanism. HKD balance can be held and used for FX conversion or payouts only. SGD — No inbound receiving mechanism. SGD balance can be held and used for FX conversion or payouts only.Issuing a VAN
The account must have verified status and the inbound_payments capability activated before a VAN can be issued. Call POST /api/v1/accounts/connected-account-idconnected: inline export/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.
Sharing with senders
Share the BSB and account number with whoever needs to send AUD funds. The sender can be the account holder themselves, their employer, their clients, or any other third party. There are no restrictions on who the sender is. Instruct senders to include a payment description or reference in their transfer for reconciliation purposes. PIK records the sender’s reference in the transaction data.Releasing a VAN
Call DELETE /api/v1/accounts/connected-account-idconnected: inline export/virtual-account to release a VAN. Once released, any transfers sent to that account number will be returned to the sender. Notify the account holder and any senders before releasing.
