Responds with a file with transactions for account.Copy Pageget https://example.com/accounts/private/v1/customer/export/transactions-reportAvailable for users.Query ParamssortstringenumSorts records. Can be sorted in DESC direction by adding "-" prefix.iddescriptionamountcreatedAtstatusstatusChangedAtAllowed:iddescriptionamountcreatedAtstatusstatusChangedAtfilter[id]stringApplies filter by id.filter[accountId]stringrequiredApplies filter by account id.filter[type]stringrequiredApplies filter by transaction type.filter[status:eq]stringFor filtering by status using equal operatorfilter[status:neq]stringFor filtering by status using not equal operatorfilter[status:in]stringFor filtering by status using in operatorfilter[status:nin]stringFor filtering by status using not in operatorfilter[status]stringFor filtering by statusfilter[createdAtFrom]stringApplies filter by createdAt. Returns records where date >= passed.filter[createdAtTo]stringApplies filter by createdAt. Returns records where date < passed.filter[updatedAtFrom]stringApplies filter by updatedAt. Returns records where date >= passed.filter[updatedAtTo]stringApplies filter by updatedAt. Returns records where date < passed.filter[statusChangedAtFrom]stringApplies filter by statusChangedAtFrom. Returns records where date >= passed.filter[statusChangedAtTo]stringApplies filter by statusChangedAtTo. Returns records where date < passed.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/csvAllowed:application/jsontext/csvResponses 200Successful request 400Bad Request 403ForbiddenUpdated 10 months ago Shows list of transactions for current user.Shows history of transactions for user.Did this page help you?YesNo