Banking
Evault
- Archives
- Bins
- Files
- Folders
- File Shares
- Storage Usage
- Tags
Metas
- Request Logs
NGN Banking
List Transactions
GET
/
banking
/
v1
/
ng
/
bank_accounts
/
{id}
/
transactions
/
Copy
{
"type": "<string>",
"amount": "<string>",
"charge": "<string>",
"status": "<string>",
"currency": "<any>",
"opening_balance": "<string>",
"balance_after": "<string>",
"balance_after_transaction": "<string>",
"account_number": "<string>",
"reference_number": "<string>",
"reference": "<string>",
"beneficiary_name": "<string>",
"beneficiary_account_number": "<string>",
"posting_record_type": "<string>",
"narration": "<string>",
"recipient_name": "<string>",
"recipient_bank": "<string>",
"merchant": "<string>",
"sender_account_name": "<string>",
"sender_account_number": "<string>",
"third_party_reference": "<string>",
"reversal_reference_number": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Authorizations
Path Parameters
A unique value identifying this account.
Response
200 - application/json
The response is of type object
.
Copy
{
"type": "<string>",
"amount": "<string>",
"charge": "<string>",
"status": "<string>",
"currency": "<any>",
"opening_balance": "<string>",
"balance_after": "<string>",
"balance_after_transaction": "<string>",
"account_number": "<string>",
"reference_number": "<string>",
"reference": "<string>",
"beneficiary_name": "<string>",
"beneficiary_account_number": "<string>",
"posting_record_type": "<string>",
"narration": "<string>",
"recipient_name": "<string>",
"recipient_bank": "<string>",
"merchant": "<string>",
"sender_account_name": "<string>",
"sender_account_number": "<string>",
"third_party_reference": "<string>",
"reversal_reference_number": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.