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

# Payment methods

> Overview of available payment channels and integration options.

# Payment Methods

Monieswitch provides a robust set of payment channels, allowing you to offer your customers a seamless and flexible payment experience. Each channel is designed to meet different business needs and customer preferences.

<CardGroup cols={2}>
  <Card title="Card Payments" arrow href="/features/payments/channels/cards">
    Accept all major debit and credit cards. Secure, PCI DSS compliant, and
    supports both local and international transactions.
  </Card>

  <Card title="Bank Transfers" arrow href="/features/payments/channels/banks">
    Enable customers to pay directly from their bank accounts. Enjoy instant
    transfers with real-time confirmation and settlement.
  </Card>

  {/* <Card
      title="Mobile Money"
        arrow={true}

      href="/features/payments/channels/mobile-money"

    >

      Support popular mobile money wallets, making it easy for customers to pay
      using their preferred mobile payment platforms.

    </Card> */}
</CardGroup>

## Integration Overview

You can integrate any of these payment methods using our unified API, which provides consistent endpoints and responses across all channels. Our documentation includes detailed guides and code samples for each payment method.

<Tip>
  Select the payment channels that best align with your business model and
  customer preferences to maximize conversion rates.
</Tip>

<Snippet file="footer-build.mdx" />
