GET
/
connect
/
{account_id}
/
transactions

Parameters

account_id
string
required

The account_id of the user

start_date
string
required

Start date you want transactions from

end_date
string
required

End date you want transactions from

Response Fields

id
string

Transaction ID

date
string

Date of the transaction

type
string

Transaction type, whether credit or debit

amount
number

The transaction amount

balance
number

Account balance after transaction

currency
string

The currency the transaction was made in

narration
string

Details or description of the transaction