Receiving AUD via Virtual Account Number
PIK issues each connected account a unique Virtual Account Number — a real Australian BSB and account number. Any person or business with an Australian bank account can transfer AUD directly to this number. PIK detects the incoming transfer and credits the AUD balance to the connected account wallet automatically. To issue a VAN, call POST /api/v1/accounts//virtual-account after activating the inbound_payments capability. PIK returns the BSB and account number immediately. Key points:- Each connected account gets a unique account number. No two accounts share a VAN.
- The sender does not need a PIK account. Any Australian bank account can be the source.
- Third-party senders are fully supported — the VAN holder does not need to initiate or approve the transfer.
- VANs are persistent until explicitly released.
Receiving USDT and USDC via crypto address
PIK assigns each connected account dedicated wallet addresses for USDT and USDC. Any sender with a compatible crypto wallet can transfer stablecoins to these addresses. PIK monitors on-chain activity and credits the balance once the transaction reaches finality, typically within 30 seconds. To retrieve crypto receiving addresses, call GET /api/v1/accounts//receiving-details. Key points:- Each connected account gets unique addresses — never shared between accounts.
- The sender does not need a PIK account.
- Third-party senders are fully supported.
- Minimum inbound is 1 USDT or 1 USDC.
