Response:
The /api.php endpoint will respond with JSON:
| response | meaning |
|---|---|
| success | Whether the account was successfully lookup (true/false). |
| account_number | Lookup account number |
| account_name | Bank account full name |
| Bank_name | Bank name |
| bank_code | Unique bank code identifier |
| requests | Request type (Paid/Free) |
| execution_time | Total lookup execution time |
An example of a account successfully lookup:
{ "account_number": "123567890", "account_name": "CHIDUBEM IJENDU", "first_name": "CHIDUBEM", "last_name": "IJENDU", "other_name": "TIMOTHY", "Bank_name": "Bowen Microfinance Bank", "bank_code": "50931", "requests": "Free", "status": true}