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

# Supported Currencies

> What customers can pay with at checkout, and how pricing and conversions work.

Suby supports fiat and stablecoin payments at checkout. Customers choose their preferred method and Suby handles the rest.

## Fiat Payments

### Accepted Methods

<CardGroup cols={2}>
  <Card title="Cards" icon="credit-card">
    Visa, Mastercard, Amex, and all major networks.
  </Card>

  <Card title="Apple Pay" icon="apple">
    Available on supported Apple devices and browsers.
  </Card>

  <Card title="Google Pay" icon="google">
    Available on supported Android devices and browsers.
  </Card>

  <Card title="Bank Account" icon="building-columns">
    Direct bank transfer.
  </Card>
</CardGroup>

### Pricing Currency

All fiat payments are currently priced in **USD**. EUR support is coming soon.

<Note>
  If a customer's card or bank account is denominated in another currency, their bank handles the FX conversion at the time of payment. Suby does not apply any additional conversion fee.
</Note>

### Settlement

Fiat payment proceeds are settled through Suby's payment infrastructure and appear in your dashboard in USD. Payouts are sent via your configured payout method — bank account, stablecoins, Venmo, or PayPal.

## Stablecoin & Crypto Payments

### Supported Tokens & Networks

| Network   | Tokens          |
| --------- | --------------- |
| Ethereum  | USDC, USDT, ETH |
| Arbitrum  | USDC, ETH       |
| Base      | USDC, ETH       |
| Solana    | USDC, SOL       |
| BNB Chain | USDC, USDT, BNB |

### Pricing & Conversion

Crypto payments are priced in USD. When a customer selects a token at checkout, Suby converts the USD price into the exact token amount using **Pyth price feeds** at the time of the transaction.

<Card title="Pyth Price Feeds" icon="chart-line" href="https://insights.pyth.network/price-feeds">
  A high-frequency oracle network providing real-time price feeds for all supported assets. The rate is locked at checkout for the duration of the session.
</Card>

<Note>
  The customer sees the USD price and the exact token amount before confirming. Your dashboard records both the USD equivalent and the token paid.
</Note>

### Settlement

Crypto payments are non-custodial. Funds are sent directly to your configured wallet address — no intermediary holds your assets.

## FAQ

<AccordionGroup>
  <Accordion title="Can I price my products in currencies other than USD?">
    USD is the only supported pricing currency for now. EUR support is coming soon. If you need to sell in a specific currency, [contact the team](https://www.suby.fi/support).
  </Accordion>

  <Accordion title="What happens if the token price moves between checkout and confirmation?">
    The token amount is calculated and locked when the customer initiates the checkout session. If the session expires before payment is confirmed, a new rate is applied.
  </Accordion>

  <Accordion title="Are there fees on crypto payments?">
    Crypto payments are charged at a flat **1.5% transaction fee**, lower than card payments. Network gas fees are paid by the customer at the time of the on-chain transaction.
  </Accordion>

  <Accordion title="Can I receive payouts in the same token my customer paid with?">
    Yes. If you configure stablecoin payouts, you can receive funds in USDC or other supported stablecoins directly to your wallet.
  </Accordion>
</AccordionGroup>
