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

# For Your Customer Wallets

> Enable your customers to purchase stablecoins with fiat currency (B2B2C)

<Info>
  **Regulatory status:** On-ramping fiat to stablecoins for your customers is a **regulated activity**. Crossmint handles all compliance requirements.
</Info>

To enable your customers to fund their wallets with fiat currency (credit card, bank transfer, etc.), use Crossmint's On-ramp product. The on-ramp handles the full payment flow — from collecting payment details to converting fiat into stablecoins and depositing them into the customer's wallet.

## Getting Started

Crossmint offers multiple integration options for on-ramp, including embedded UI components, headless APIs, and hosted checkout pages. Choose the approach that best fits your product:

<CardGroup cols={1}>
  <Card title="On-ramp Documentation" icon="credit-card" href="/onramp/overview">
    Full documentation for integrating fiat-to-stablecoin on-ramp into your application
  </Card>
</CardGroup>

The on-ramp supports:

* **Credit/debit card payments** in 150+ countries
* **Bank transfers** for larger amounts
* **Multiple stablecoins** including USDC across supported chains
* **Embedded, headless, and hosted** integration modes
* **Automatic KYC** collection when required

## Customer Identity Verification

On-ramp requires customer identity verification (KYC). You have two options:

1. **Inline during on-ramp:** If the customer has not been verified yet, the on-ramp flow will automatically collect KYC information as part of the checkout experience. No pre-registration is needed.
2. **Pre-register identity:** If you have already collected KYC data from your customers, you can register it with Crossmint ahead of time via the [Registering Customer Identities](/identity/overview) guide. This skips the identity collection step during on-ramp, resulting in a faster checkout experience for your users.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="On-ramp Overview" icon="credit-card" href="/onramp/overview">
    Explore all on-ramp integration options
  </Card>

  <Card title="Registering Customer Identities" icon="user-check" href="/identity/overview">
    Pre-register customer data to streamline the on-ramp flow
  </Card>
</CardGroup>
