> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Self-serve Requesting via Dashboard

> Request a Collection Account — Virtual Account or Stablecoin Wallet — directly from the Tazapay dashboard

<Note>
  Self-serve requesting via dashboard is currently in **Beta**. Behavior, fields, and screens may change while we stabilize the flow. For any issues, contact [support@tazapay.com](mailto:support@tazapay.com).
</Note>

You can request Collection Accounts (Virtual Accounts and Stablecoin Wallets) for yourself or for your entities directly from the Tazapay dashboard — no API integration required. Collection Accounts can only be requested once you or your entity has been onboarded on Tazapay and approved by our team.

***

## Requesting a Collection Account

Log in to the [Tazapay Dashboard](https://dashboard.tazapay.com/) and click **Collection Accounts** in the left navigation panel. The page has two tabs — **Virtual Accounts** and **Wallets**. Navigate to the relevant tab and click **+ Add** to get started.

<Tabs>
  <Tab title="Virtual Account">
    <Steps>
      <Step title="Go to the Virtual Accounts tab">
        In the Collection Accounts page, click the **Virtual Accounts** tab.
      </Step>

      <Step title="Click Add">
        Click the **+ Add** button at the top of the listing.
      </Step>

      <Step title="Configure Account Details">
        Fill in the required details:

        | Field                        | Description                                                                  |
        | ---------------------------- | ---------------------------------------------------------------------------- |
        | **Country**                  | The country in which the virtual account will be domiciled (e.g. SG, CA, GB) |
        | **Currency**                 | The currency you want to collect in                                          |
        | **Payment Method Type**      | The transfer type (e.g. Local Bank Transfer, SWIFT/Wire Transfer)            |
        | **Alias** *(optional)*       | A friendly name for the account                                              |
        | **Description** *(optional)* | The intended use case for the account                                        |
      </Step>

      <Step title="Review and Submit">
        Review your configuration and click **Submit**. Tazapay will process your request and notify you once the account is ready.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Stablecoin Wallet">
    <Steps>
      <Step title="Go to the Wallets tab">
        In the Collection Accounts page, click the **Wallets** tab.
      </Step>

      <Step title="Click Add">
        Click the **+ Add** button at the top of the listing.
      </Step>

      <Step title="Configure Wallet Details">
        Fill in the required details:

        | Field                        | Description                                                 |
        | ---------------------------- | ----------------------------------------------------------- |
        | **Stablecoin**               | Select USDT or USDC                                         |
        | **Blockchain**               | Select the blockchain network (e.g. Ethereum, Tron, Solana) |
        | **Alias** *(optional)*       | A friendly name for the wallet                              |
        | **Description** *(optional)* | The intended use case for the wallet                        |
      </Step>

      <Step title="Review and Submit">
        Review your configuration and click **Submit**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

***

## Other Ways to Request

<CardGroup cols={2}>
  <Card title="Request via API" icon="code" href="/collection-accounts/requesting-for-vas/api">
    Programmatically create collection accounts via the Tazapay API. (Beta)
  </Card>

  <Card title="Request via Support Team" icon="headset" href="/collection-accounts/requesting-for-vas/support-team">
    Reach out to Tazapay support or your account manager.
  </Card>
</CardGroup>
