Verify a mobile number
Verifies a mobile number against the configured payment provider. This endpoint allows you to validate
mobile money account details before initiating payout transactions, helping reduce failed payouts and
providing account holder information when available.
Authentication
AuthorizationBearer
OAuth 2.0 access token
Request
This endpoint expects an object.
phoneNumber
Mobile number to verify. Should include country code prefix (e.g., 254 for Kenya)
country
3-letter ISO country code (e.g., KEN for Kenya)
Allowed values:
merchantId
Merchant ID for the verification request
Response
Mobile number verification result
verified
Whether the mobile number was successfully verified with the provider
accountName
Account holder name if available
status
Verification status (e.g., ACTIVE)