Use staging or other non-production environments to integrate without touching real payees or live verification traffic. In non-production, test BSB codes drive predictable bank-name and account outcomes so you can automate checks and verifications safely.Production uses live data sources and real contact flows. Treat API keys and webhooks as environment-specific: never share production keys with sandbox tools.
The Test bank accounts page lists BSBs that simulate “no account,” “closed,” name mismatch, close match, and exact match. Use these whenever you need deterministic responses while building check and verification flows.Where ABA uploads parse per-line BSB and account numbers, the same test BSB semantics apply in non-production so batch flows stay testable.
Point webhook subscriptions at a tunnel or dev gateway (for example ngrok, Cloudflare Tunnel, or a shared staging URL) so webhook deliveries reach your machine. Verify your handler returns quickly and treats idempotency and retries like production.