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

# Send mobile money

> Send money to mobile money accounts

<Info>
  Supported by Basic, Pro & Pro+ plans

  **[Learn more here](https://www.xente.co/pricing)**
</Info>

With the Xente API, you can send mobile money in three easy steps.

## Step 1 - Verify mobile money number

To ensure your sending money to the correct mobile money number, please first verify the person your receiving funds from using this [endpoint](/api-reference/people/get)

## Step 2 - Post a mobile money transaction

Once you verify that you are sending money to the correct person, post a mobile money transaction using this [endpoint](/api-reference/mobilemoney/transactions/create)

## Step 3 - Receive Instant Payment Notification (IPN)

All transactions on Xente are asynchronous. Therefore, after you POST a mobile money transaction, you need to wait for a success (or failure) response using webhooks called Instant Payment Notifications (IPN).

Learn more about **[Instant Payment Notifications](/start/ipn)**.
