Wallet
This endpoint allows the user to search for account details by email.
Get account details by email
Query Parameters
Name
Type
Description
{
"data": [
{
"id": 2,
"targetId": 44,
"bankName": "Wema",
"currency": "NGN",
"accountNumber": "1020156332",
"acountName": "John Doe",
"consumerType": "Aggregator",
"IsDefault": true
}
],
"Message": "",
"Status": true,
"StatusCode": 200
}Last updated