-
Notifications
You must be signed in to change notification settings - Fork 2
Reports block
Nadia edited this page Jan 13, 2020
·
1 revision
client = EbanqApi::Client.new
client.reports.all_accounts_transactions(page: 1, per_page: 'all', sort: 'amount', user_name: 'John')
client.reports.all_accounts_balances(page: 1, sort: 'amount')
client.reports.specific_account_statement(1, page: 1, per_page: 'all', sort: 'amount', order: 'desc')