Wallet
This endpoint allows the user to search for account details by email.
Get account details by email
GET
{{baseUrl}}/api/v1/wallet/accounts_by_email
Query Parameters
Name
Type
Description
CustomerType*
string
user can enter either "Customer" or "Aggregator" as the value
Email*
string
Currency
string
values accepted are "NGN' or "USD"
{
"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
Was this helpful?