*** title: Getting Started subtitle: Interactive documentation generated from your API specification ------------------------------------------------------------------------- # End Points Use this page to quickly access the **TRANSAK STREAM ON-RAMP API** environments and endpoints. | Environment | Base URL | | ----------- | -------------------------------------------------------------------------- | | Staging | [https://api-gateway-stg.transak.com](https://api-gateway-stg.transak.com) | | Production | [https://api-gateway.transak.com](https://api-gateway.transak.com) | ## Quick Navigation * [Create VBA](/api/stream-on-ramp/create-virtual-bank-account) * [Get VBA List](/api/stream-on-ramp/get-virtual-bank-account-list) * [Get VBA by ID](/api/stream-on-ramp/get-virtual-bank-account-by-id) * [Update VBA](/api/stream-on-ramp/update-virtual-bank-account) * [Delete VBA](/api/stream-on-ramp/delete-virtual-bank-account) * [Add Remitter Account](/api/stream-on-ramp/add-remitter-account) * [Update Remitter Account](/api/stream-on-ramp/update-remitter-account) ## Recommended Flow 1. Create a virtual bank account (VBA) with payout configuration. 2. Retrieve VBA list or fetch by ID to track state and details. 3. Update the VBA configuration when wallet/network details change. 4. Delete the VBA when it is no longer required. 5. Add remitter account for INR bank account. 6. Update remitter account for INR bank account.