get
https://api.lenco.co/access/v2/accounts/
Retrieve information about a specific bank account
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response schema:
{
"status": boolean,
"message": string,
"data": {
"id": string,
"details": {
"type": string,
"accountName": string,
"tillNumber": string
},
"type": string,
"status": string,
"createdAt": date-time,
"currency": string,
"availableBalance": string | null,
"ledgerBalance": string | null
}
}
