use Rais\MomoSuite\Facades\Momo;
$result = Momo::setProvider('itc')
->send([
'phone' => '0241234567',
'amount' => 1.00,
'network' => 'MTN',
'reference' => 'Test Disbursement',
]);
// Required Parameters:
// - phone: Recipient's phone number
// - amount: Amount to send
// - network: Mobile network (MTN, VODAFONE, AIRTELTIGO)
// - reference: Your transaction reference
Webhook Handling
```markdown
ITC sends webhook notifications for transaction updates. Configure your webhook URL in your ITC dashboard.
The package automatically handles webhooks at: