create_transfer
Transfer funds to a mobile money phone number via CinetPay by providing recipient, amount, currency, and payment operator. Set a webhook to receive status updates.
Instructions
Send money to a mobile money phone number via CinetPay
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Transfer amount (integer) | |
| reason | Yes | Reason for the transfer | |
| country | Yes | Country code (e.g. CI, SN) | |
| currency | Yes | Currency code: XOF, XAF, GNF, CDF, or USD | |
| notify_url | Yes | Webhook URL for transfer status notifications | |
| phone_number | Yes | Recipient phone number in international format (e.g. +2250707000001) | |
| payment_method | Yes | Mobile money operator (e.g. OM_CI, WAVE_SN, MTN_CM) | |
| merchant_transaction_id | Yes | Unique transaction ID from your system |