All Channels

Create new channels, view existing ones, and find the addresses to share with your customers.


The All Channels page (left nav: Channels → All Channels) is where you create new channels and inspect existing ones. Every channel on your account appears here regardless of pay currency, wallet, or status.

The Channels list. Click + Create a channel on the top right to add a new one.

The Channels list

Each row represents one channel. The columns are:

ColumnWhat it shows
UuidThe channel's unique identifier. Use this when calling the API or filing support tickets.
ReferenceYour internal label, set at creation. Never seen by the customer.
StatusAlways OPEN. Channels cannot currently be closed or paused.
Pay CurrencyThe asset customers will send to this channel (USDT, USDC, etc.).
Wallet CurrencyThe currency of the wallet this channel feeds.
NetworkThe channel's primary network. Additional networks are available — see the detail panel.

Create a channel

  1. Click + Create a channel in the top right of the Channels list. The Add a channel dialog opens.

The Add a channel dialog. All four fields are required.

  1. Complete the fields:

    • Wallet — pick the wallet this channel will feed. The wallet's currency determines the channel's Wallet Currency. A wallet can have multiple channels feeding into it, so the same wallet can appear in the Wallet dropdown for every new channel you create.
    • Pay Currency — pick the crypto asset customers will send. Once chosen, BEEM provisions addresses for that asset on every supported network.
    • Display Currency — pick the currency shown to your end customer at the point of payment. Typically matches the wallet currency. See the Channels Overview for when these differ.
    • Reference — a short internal label. Set something your finance team will recognise on a reconciliation report (e.g. MerchantA_USDT-EUR).

      Add a channel form, to submit.

  2. Click Add channel. The new channel appears in the list with status OPEN, ready to accept inbound payments.

🚧

Channels are permanent

Once added, none of the channel's fields can be edited and the channel cannot be closed or deleted. Confirm the wallet, pay currency, display currency, and reference are correct before clicking Add channel.

Inspect a channel

Click any row in the list to open the channel detail panel on the right. The Overview tab shows everything BEEM holds about the channel, including the deposit addresses for every supported network.

The channel detail panel. Scroll to the Alternatives section to find addresses for every other supported network.

Overview fields

FieldWhat it is
ReferenceThe internal label you set at creation.
NetworkThe channel's primary network.
AddressThe deposit address on the primary network.
Date CreatedWhen the channel was added.
Display CurrencyThe currency shown to the customer at the point of payment.
Last UpdatedWhen the channel record was last touched by the system.
Merchant IdDespite the label, this is the UUID of the wallet the channel feeds — not a merchant identifier.
Pay CurrencyThe asset customers send.
StatusAlways OPEN.
UriThe URI form of the primary address. In most cases identical to the Address field; reserved for chain-specific URI schemes.
UuidThe channel's unique identifier.
Wallet CurrencyThe currency funds settle in.
Redirect UrlCurrently unused. Leave blank.
TagXRP destination tag, if the primary network is XRP. Empty for all other networks.

Alternatives

The Alternatives section lists deposit addresses for every other supported network on the channel's pay currency. For a USDT channel, this typically includes Solana, Polygon, and Ethereum addresses alongside the primary Tron address.

Each alternative has the same shape:

FieldWhat it is
AddressThe deposit address on this network.
NetworkThe network identifier (SOLANA, POLYGON, ETHEREUM, and so on).
TagDestination tag, if the network requires one.
UriThe URI form of the address.

Any deposit landing on any of these addresses is converted to the wallet currency and credited to the same wallet.

Sharing the address with your customer

What you share depends on what your application offers the customer.

  • Single-network flow. If you support only one network for inbound, share the address (and tag, if XRP) for that network. The detail panel's primary Address and Tag fields cover this.
  • Network-selector flow. If you let the customer choose, surface a list of (network, address) pairs from the Alternatives section so the customer picks one and sees only the corresponding address.

Either way, BEEM does not host a payment page for channels — your application is responsible for the customer-facing UI.

📘

XRP destination tag

If the chosen network is XRP, the Tag value is required. Display it prominently alongside the address — without it, the deposit cannot be attributed and will not be credited.

📘

Creating a channel via the API

The API supports channel creation as well. This page focuses on the Portal flow because the Portal is where finance and operations teams typically work. The API reference covers the equivalent endpoint and request shape.

What's next