Generate Balance Analytics - FCRA

POST {{baseUrl}}/analytics/balance/v1/customer/{{customerId}}/fcra?reference-number=abc123

Balance Analytics for Business analyzes bank balances over time to report metrics and identify behavior that may indicate risk.

Calculated metrics include: * Current/available account balances * Minimum/maximum/average account balances over the requested time period and broken down by month

  • Daily ending balance of accounts for each day in the requested time period

  • Propensity of the customer's account balances to increase week over week

  • Number of days in the requested time period ending with a negative balance

This version of the API is intended for production use. It maintains and enforces all compliance with FCRA rules and requirements.

Note: this is a premium service, billable per every successful API call for non-testing customers.

A successful call to this API will generate analytics and store a report within Finicity. The report can be retrieved via Get Balance Analytics Report - FCRA (operation: GetObbAnalyticsReportFCRA).

Supported regions: πŸ‡ΊπŸ‡Έ

Request Params

KeyDatatypeRequiredDescription
reference-numberstringPartner-provided reference number to correlate reports.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring
Finicity-App-Tokenstring
Finicity-App-Keystring

RESPONSES

status: OK

{"accountIds":[10001,10002,10003],"businessId":123,"createdDate":"2022-02-10T05:00:00-07:00","customerId":10001,"reportId":"145cabe0-2b38-4175-9b7e-115431359839","reportPin":"qert","requesterName":"Mortage ABC LLC","title":"Finicity Balance Analytics"}