GET
/
banking
/
v1
/
ng
/
bank_accounts
/
{id}
/
transactions
{
  "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

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this account.

Response

200 - application/json
type
string
required
amount
string
required
charge
string
required
status
string
required
currency
any
required
opening_balance
string
required
balance_after
string
required
balance_after_transaction
string
required
account_number
string
required
reference_number
string
required
reference
string
required
beneficiary_name
string
required
beneficiary_account_number
string
required
posting_record_type
string
required
narration
string
required
merchant
string
required
created_at
string
required
updated_at
string
required
recipient_name
string | null
recipient_bank
string | null
sender_account_name
string | null
sender_account_number
string | null
third_party_reference
string | null
reversal_reference_number
string | null