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

# Welcome

The pawaPay API enables you to pay and get paid with mobile money in Sub-Saharan Africa.

## Learn more...

<CardGroup cols={2}>
  <Card title="...about mobile money" href="/v2/docs/whats_mobile_money">
    Here you can get a better idea of what mobile money is, how it's similar to and different from card payments, and much more.
  </Card>

  <Card title="What you should know" href="/v2/docs/what_to_know">
    Find some useful information you should know about asynchronous financial APIs and mobile money peculiarities.
  </Card>

  <Card title="How to start" href="/v2/docs/how_to_start">
    Read about where the pawaPay API is, how it's authenticated and how to set everything up for development and testing.
  </Card>

  <Card title="Going live" href="/v2/docs/going_live">
    And some considerations when moving from your sandbox account to live payments.
  </Card>
</CardGroup>

## ...and then jump right into it

We've put together some guides to take you through the implementation of different payment flows.

<Card title="Play in Postman" href="/v2/docs/postman">
  Test and get a feel for the API using our Postman collection.
</Card>

<CardGroup cols={2}>
  <Card title="Deposits" href="/v2/docs/deposits">
    Step by step guide on how to get paid by your customers.
  </Card>

  <Card title="Payouts" href="/v2/docs/payouts">
    Step by step on how to pay your customers.
  </Card>

  <Card title="Refunds" href="/v2/docs/refunds">
    Sometimes you need to refund. Follow this guide to refund your customers.
  </Card>

  <Card title="Payment page" href="/v2/docs/payment_page">
    Find out how to get paid, with an out-of-the-box payment experience.
  </Card>
</CardGroup>

<Card title="API Reference" href="/v2/api-reference">
  Find here the API reference to see all the endpoints, payloads, sample requests and responses.
</Card>
