airtime_purchase
Buy airtime for any Ghanaian number via MoMo payment. Provide recipient, payer, network, and amount to complete the transaction.
Instructions
Start an airtime purchase using the BulkClix purchase route. :param destination: Recipient phone number receiving the airtime. :param phone_number: MoMo phone number being charged for payment. :param network: Payer network code (e.g., 'MTN', 'VDF', 'ATL'). :param amount: Airtime purchase amount in GHS. :param network_id: Network UUID from airtime_get_networks. :param payment_type: Payment type (usually 'momo').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Airtime purchase amount in GHS. | |
| network | Yes | Payer network code (e.g., 'MTN', 'VDF', 'ATL'). | |
| reference | No | ||
| network_id | Yes | Network UUID from airtime_get_networks. | |
| destination | Yes | Recipient phone number receiving the airtime. | |
| callback_url | No | ||
| payment_type | No | Payment type (usually 'momo'). | momo |
| phone_number | Yes | MoMo phone number being charged for payment. | |
| await_payment | No | ||
| transaction_id | No | ||
| timeout_seconds | No | ||
| poll_interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||