POST /outbound
POST /api/v1/remittance/outboundCurrently 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.
