Testing bank account connection verification in Sandbox
This guide will explain how to test the Bank Account Connection Verification solution without incurring charges in the Sandbox environment.
In the Sandbox, we do not perform real verification but we will provide a simulated experience that closely mirrors the production behavior. This environment is meant to test your integration. Verifications are not actually made on actual bank accounts.
When initiating a Bank Account Connection Verification in the Sandbox environment, you’ll receive a sandbox verification URL in the API response.
This link will redirect to a simulation page where you can experiment the 3 statuses:
- Verified
- Failed
- Inconclusive
Once the verification status has been selected, you can retrieve the results through the designated endpoint.
Also, if you have subscribed in the Sandbox to the verification.bank_account_connection.done
event, you will also receive a webhook notification.
Updated 4 days ago