curl --request POST \
--url https://api.notchpay.co/transfers \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 5000,
"currency": "XAF",
"beneficiary": "ben_123456789",
"description": "Paiement de salaire",
"channel": "cm.mtn",
"recipient": "ben_123456789",
"reference": "ref_123456789"
}
'