Skip to content

POST /outbound

POST /api/v1/remittance/outbound

Currently disabled — returns RMT-9001 for every request.

Outbound (DRC beneficiary → foreign sender return / refund) is a scheduled capability, not yet enabled for partners. If you have a use case that requires it (settlement of failed inbound, sender-initiated cancellation, etc.), contact remittance-support@mokoafrika.com so we can prioritize.

Until then, /outbound responds with:

json
{
  "status": "error",
  "error": {
    "code": "RMT-9001",
    "message": "Outbound is currently disabled. Contact remittance-support@mokoafrika.com if you have a use case for it."
  },
  "timestamp": "2026-08-14T14:00:00.000000"
}

For refunding a failed inbound, no action is needed on your side — the wallet is auto-refunded on the Failed callback.

Operated by SODOTECH SARL (RCCM CD/KNG/RCCM/24-B-00910). Documentation is versioned alongside the API. Confidential — for integration partners.