Virtual Bank Account Quick Start Guide

This page will guide you through steps necessary to apply and activate a Virtual Bank Account

Step 1: Create Veem Account

Refer to Account Creation page. This new account will be the owner of the Virtual Bank Account (VBA).

Step 2: Open Virtual Bank Account

Refer to Open Virtual Bank Account section. Once you submit this request, your VBA application will be reviewed by Veem and approved once all information is verified. The VBA will be activated automatically once the application is approved, and will be ready for you to use.

Note: in Sandbox environment your VBA application will be auto-approved very quickly to facilitate the integration and testing. In Production environment the approval process may take longer, as it requires a review by Veem.

Step 3: Subscribe to VBA Status Updates

Subscribe to VBA_ACCOUNT_STATUS_UPDATED webhook notification. Refer to Create VBA account status configuration . This lets you receive a notification about VBA status updates, including when your VBA is activated and ready to use (status=”SUCCESS”).

Step 4: Get VBA Details

Refer to Get Virtual Bank Account Details. This lets you get the banking details for your VBA, including the routing code and account number. You can give these details to your payers for collecting payments.

Step 5: Subscribe to VBA Transactions Updates

Subscribe to VBA_TRANSACTION webhook notification. Refer to Create VBA transaction callback configuration. This notification is triggered any time there is a new transaction on your Virtual Bank Account. It returns the updated VBA balance as well.

Step 6: Get VBA Transactions

Get the list of transactions on your VBA. Refer to Get Virtual Bank Account Transactions. Transactions API endpoint provides a list of VBA transactions during a certain time period.