cURL
curl --request GET \ --url https://api.example.com/banking/v1/ng/bank_accounts/{id}/transactions/ \ --header 'api-key: <api-key>'
{ "type": "<string>", "amount": "<string>", "charge": "<string>", "status": "<string>", "currency": "<unknown>", "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>", "merchant": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "recipient_name": "<string>", "recipient_bank": "<string>", "sender_account_name": "<string>", "sender_account_number": "<string>", "third_party_reference": "<string>", "reversal_reference_number": "<string>" }
A unique value identifying this account.