Get Account By Customer BVN
get/account/bvn/{bvn}
Path parameters
bvnstring required
Response
200
Example response
{
"status": true,
"message": "Account number resolved",
"data": {
"account_number": "0022728151",
"account_name": "WES GIBBONS"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.