Test in this order
Confirm the API key
Call Get the current organization with the key for the environment you are testing.
Create a verification
Create a verification with test bank details. Use the generated Create a verification reference for exact fields.
Receive webhook events
Point webhook subscriptions at a tunnel or shared staging endpoint. Verify signature checking, idempotency, and terminal status updates.
Run a check
Run a check against a successful verification so your payment-control path is tested before production.
Test BSBs
Use Test bank accounts for deterministic outcomes in sandbox.Webhooks locally
Use a tunnel such as ngrok, Cloudflare Tunnel, or a staging endpoint that can receive HTTPS traffic. Your handler should:- verify the signature
- store processed event IDs
- return quickly
- update local verification state from terminal events