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

# Payment Methods

> Complete reference for all supported payment methods and cryptocurrencies

## Overview

Komerza supports a wide range of payment methods including traditional payment gateways and cryptocurrencies. Each payment method has a unique identifier used throughout the API.

## Payment Gateways

### Traditional Processors

<ParamField query="stripe" type="string">
  **Stripe** - Industry-leading payment processor supporting cards, wallets, and
  local payment methods
</ParamField>

<ParamField query="sumup" type="string">
  **SumUp** - European payment gateway for card processing
</ParamField>

<ParamField query="square" type="string">
  **Square** - Payment processor with integrated point-of-sale solutions
</ParamField>

<ParamField query="cashapp" type="string">
  **Cash App** - Mobile payment service for instant transfers
</ParamField>

<ParamField query="authorizenet" type="string">
  **Authorize.Net** - Long-established payment gateway for online transactions
</ParamField>

<ParamField query="nmi" type="string">
  **NMI** - Payment gateway similar to Authorize.Net
</ParamField>

<ParamField query="mollie" type="string">
  **Mollie** - European payment service provider supporting cards, iDEAL,
  Bancontact, and 20+ local payment methods
</ParamField>

<ParamField query="venpayr" type="string">
  **VenPayr** - Card payment processor
</ParamField>

<ParamField query="moneymotion" type="string">
  **moneymotion** - Card payment processor
</ParamField>

<ParamField query="pandabase" type="string">
  **Pandabase** - Card payment processor
</ParamField>

<ParamField query="storrik" type="string">
  **Storrik** - Card payment processor
</ParamField>

<ParamField query="shopify" type="string">
  **Shopify** - Card payments through Shopify's hosted checkout
</ParamField>

### PayPal

<ParamField query="paypal" type="string">
  **PayPal Business** - PayPal business accounts with Instant Payment
  Notifications (IPNs)
</ParamField>

<ParamField query="paypalfaf" type="string">
  **PayPal Friends & Family** - PayPal personal payment method
</ParamField>

### Customer Balance

<ParamField query="balance" type="string">
  **Customer Balance** - Payment using customer's account balance
</ParamField>

## Cryptocurrencies

### Major Cryptocurrencies

<AccordionGroup>
  <Accordion title="Bitcoin (btc)">
    **Bitcoin** - The original and most widely recognized cryptocurrency

    * Network: Bitcoin
    * Symbol: BTC
    * Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="Ethereum (eth)">
    **Ethereum** - Leading smart contract platform - Network: Ethereum - Symbol:
    ETH - Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="Litecoin (ltc)">
    **Litecoin** - Faster alternative to Bitcoin - Network: Litecoin - Symbol: LTC

    * Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="Bitcoin Cash (bch)">
    **Bitcoin Cash** - Bitcoin fork with larger block sizes - Network: Bitcoin
    Cash - Symbol: BCH - Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="Monero (xmr)">
    **Monero** - Privacy-focused cryptocurrency - Network: Monero - Symbol: XMR -
    Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="Dash (dash)">
    **Dash** - Digital cash with instant transactions - Network: Dash - Symbol:
    DASH - Type: Native coin
  </Accordion>

  <Accordion title="Dogecoin (doge)">
    **Dogecoin** - Popular meme-based cryptocurrency

    * Network: Dogecoin
    * Symbol: DOGE
    * Type: Native coin
  </Accordion>
</AccordionGroup>

### Smart Contract Platforms

<AccordionGroup>
  <Accordion title="Solana (sol)">
    **Solana** - High-performance blockchain platform

    * Network: Solana
    * Symbol: SOL
    * Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="Cardano (ada)">
    **Cardano** - Proof-of-stake blockchain platform - Network: Cardano - Symbol:
    ADA - Type: Native coin
  </Accordion>

  {" "}

  <Accordion title="TRON (trx)">
    **TRON** - Decentralized entertainment ecosystem - Network: TRON - Symbol: TRX

    * Type: Native coin
  </Accordion>

  <Accordion title="Nano (nano)">
    **Nano** - Zero-fee instant transactions

    * Network: Nano
    * Symbol: NANO
    * Type: Native coin
  </Accordion>
</AccordionGroup>

### Stablecoins

Stablecoins are cryptocurrencies designed to maintain a stable value, typically pegged to fiat currencies like USD.

<AccordionGroup>
  <Accordion title="USD Tether - Multiple Networks">
    **USDT** - Most widely used stablecoin (1 USDT ≈ 1 USD)

    Available on multiple networks:

    * `usdt` - USD Tether (primary)
    * `usdterc20` - USD Tether on Ethereum (ERC-20)
    * `usdtbsc` - USD Tether on Binance Smart Chain (BEP-20)
    * `usdtsol` - USD Tether on Solana (SPL)
  </Accordion>

  {" "}

  <Accordion title="USD Coin - Multiple Networks">
    **USDC** - Regulated stablecoin (1 USDC ≈ 1 USD) Available on multiple
    networks: - `usdc` - USD Coin (primary) - `usdcbsc` - USD Coin on Binance
    Smart Chain (BEP-20) - `usdcsol` - USD Coin on Solana (SPL)
  </Accordion>

  <Accordion title="Binance USD (busd)">
    **BUSD** - Binance's regulated stablecoin

    * Network: Multiple
    * Symbol: BUSD
    * Peg: 1 BUSD ≈ 1 USD
  </Accordion>
</AccordionGroup>

### Exchange Tokens

<AccordionGroup>
  <Accordion title="Binance Coin (bnbbsc)">
    **BNB** - Binance Smart Chain native token - Network: Binance Smart Chain -
    Symbol: BNB - Type: Exchange utility token
  </Accordion>
</AccordionGroup>

### Meme Tokens

<AccordionGroup>
  <Accordion title="Shiba Inu (shib)">
    **SHIB** - Popular meme token - Network: Ethereum - Symbol: SHIB - Type:
    ERC-20 token
  </Accordion>
</AccordionGroup>

## Related Resources

<CardGroup cols={2}>
  <Card title="Create Order" icon="cart-shopping" href="/api-reference/endpoint/orders/create">
    Process payments and create orders
  </Card>

  <Card title="Payment Status" icon="clock" href="/api-reference/payment-status">
    Track payment statuses
  </Card>
</CardGroup>
