Get Transactions
query {
getTransactions(from:"2021-08-01", to:"2021-09-01") {
transactions {
id
reference
amount
sourceBankAccount
sourceBankAccountName
destinationBankAccount
description
createdAt
status
}
paging{
total
page
pages
}
}
}Request Parameters
Response
Last updated
Was this helpful?