> ## 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.

# Requesting via Dashboard

> Request a Collection Account (Virtual Account or Stablecoin Wallet) from the [Tazapay dashboard](https://dashboard.tazapay.com/)

Before requesting, make sure you meet the [prerequisites](/collection-accounts/overview/prerequisites).

***

## 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.

<video autoPlay muted playsInline loop preload="metadata" className="w-full rounded-xl" style={{ margin: '1.5rem 0', border: '1px solid var(--tz-border)', boxShadow: '0 8px 32px rgba(0,0,0,0.15)' }}>
  <source src="https://mintcdn.com/tazapay-58ae360f/4z-z5mj0My3DBHDF/videos/requesting-collection-account-dashboard.mp4?fit=max&auto=format&n=4z-z5mj0My3DBHDF&q=85&s=f5cfd45f87d8c428cb2b44c5b885a5c1" type="video/mp4" data-path="videos/requesting-collection-account-dashboard.mp4" />
</video>

<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.

        <div
          style={{
      display: 'flex',
      alignItems: 'center',
      gap: '1.125rem',
      background: 'var(--tz-bg-preview)',
      border: '1px solid var(--tz-border)',
      borderRadius: '14px',
      padding: '1.25rem 1.5rem',
      margin: '1rem 0',
    }}
        >
          <span
            style={{
        flexShrink: 0,
        width: '44px',
        height: '44px',
        borderRadius: '12px',
        background: 'var(--tz-bg-dev-badge)',
        display: 'flex',
        alignItems: 'center',
        justifyContent: 'center',
      }}
          >
            <Icon icon="dollar-sign" size={22} color="var(--tz-primary-deep)" />
          </span>

          <span>
            <span style={{ fontSize: '0.9375rem', lineHeight: 1.55, color: 'var(--tz-text-body)' }}>
              Review the <strong>fee</strong> associated with this collection account before submitting. It may be a one-time setup fee, a recurring fee, or both — depending on the account type and currency selected. The applicable fee is deducted from your Tazapay balance once the account is created successfully.
            </span>
          </span>
        </div>
      </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>
