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

# Overview

Find a guide to integrate Modem Pay's payments APIs.

<CardGroup cols={2}>
  <Card title="Modem Pay Button" icon="code" href="/documentation/payments/drop-in">
    Drop-in payment button for Wave, QMoney, and AfriMoney; no frameworks, no
    build tools required.
  </Card>

  <Card title="Inline Modem Payment" icon="code" href="/documentation/payments/modem-inline">
    Integrate our JavaScript library to enable seamless and efficient payment
    processing with minimal setup.
  </Card>

  <Card title="HTML Checkout" icon="html5" href="/documentation/payments/html-checkout">
    A straightforward payment solution using HTML forms. Perfect for businesses
    seeking simplicity and fast deployment.
  </Card>

  <Card title="Modem Standard (Using the SDK)" icon="wrench" href="/documentation/payments/custom">
    Build your own UI and connect to Modem's backend APIs for a fully customized
    payment experience tailored to your brand.
  </Card>
</CardGroup>
