v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Verify Mobile Money Otp

This endpoint verifies mobile money deposit

post/custodial/on_ramp_transactions/verify_mobile_money_otp/

Request body

merchant_referencestring

Merchant generated reference

otpstring

Otp sent to customer by provider

Response

200

statusstring
messagestring
datastring

Example response

{
  "status": "ok",
  "message": "Mobile money deposit verified",
  "data": "OTP verified successfully"
}