LIST OUR BANK DETAILS FOR TRANSFER AND DEPOSITS
Authentication : not Required
Authorization : not Required
Method: GET
path:
/banks
RESPONSE:
{
"data": [
{
"acc": "0751658167",
"bank": "Access Bank",
"account_name": "Ogwugo Limited"
},
{
"acc": "2032431676",
"bank": "First Bank",
"account_name": "Ogwugo Limited"
}
],
"status": "success",
"message": "banks listed"
}