Home Features Docs & API Blog Contact

Documentation

ZekoraPay Platform – Reference complète pour développeurs et utilisateurs

Transfer API

Automate outgoing payments (payouts) to mobile wallets or other Zekora accounts.

Initiate a Payout transfer

POST /v1/transfers

Payload

{
  "amount": 50000,
  "currency": "XAF",
  "recipient_type": "mobile_money",
  "recipient_account": "+237690000000",
  "description": "Bonus payment",
  "external_reference": "PAY-9892"
}

Asynchronous Response

The status will initially be pending. You will receive a Webhook call as soon as the local operator confirms the funds have been added to the recipient.