Learn how to manage beneficiaries for money transfers with Notch Pay
cm.mtn
CM
// Transfer to an existing beneficiary { "amount": 5000, "currency": "XAF", "beneficiary": "ben_123456789", "description": "Monthly payment" } // Transfer with new recipient details { "amount": 5000, "currency": "XAF", "channel": "cm.mtn", "recipient": { "name": "John Doe", "account_number": "+237600000000", "email": "john@example.com" }, "description": "One-time payment" }
Was this page helpful?