Generate Transactions Report
POST {{baseUrl}}/decisioning/v2/customers/{{customerId}}/transactions
Generate a Transaction Report for the given accounts under the given customer. This service retrieves up to 24 months of transaction history for the given customer. It then uses this information to generate the Transaction Report.
This is a premium service. A billable event will be created upon the successful generation of the Transactions Report.
Before calling this API, a consumer must be created for the given customer ID (see Consumers APIs).
There cannot be more than 24 months between fromDate
and toDate
.
Supported regions:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
callbackUrl | string | A Report Listener URL to receive notifications. The webhook must respond to the Finicity API with a 2xx HTTP status code. | |
toDate | number | (Required) A end date | |
includePending | boolean | If pending transactions must be included |
Request Body
{"reportCustomFields"=>[{"label"=>"loanID", "value"=>"123456", "shown"=>true}, {"label"=>"loanID", "value"=>"123456", "shown"=>true}], "showNsf"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
Finicity-App-Token | string | ||
Finicity-App-Key | string |