Validate Name API

Verify the name on a Mobile Money or Bank account.

Endpoint Information

POST https://api.moolre.com/open/transact/validate

Authentication & Headers

Header NameTypeRequiredDescription
X-API-USERstringYesUsername
X-API-KEYstringYesSecret Key

Request Parameters

ParameterTypeRequiredDescription
typeintegerYesMust be 1.
receiverstringYesAccount/Phone number to validate.
channelstringYesChannel ID (e.g., 13 for MTN).

Response Examples

200 - Success

Name validated.

{
  "status": 1,
  "code": "VAL01",
  "message": "Success",
  "data": {
    "name": "John Doe"
  }
}

← Back to AI Documentation Index | View Full API Reference