Additional endpoint to expose Deposit Account Funding data in the Reporting API v10

Posted 12 days ago by José Gómez

J
José Gómez Admin

Date Available: Available in beta and production on Tuesday, April 1, 2025

Which customers are impacted?: Customers using Blend’s Reporting API or Reporting Dashboard that have a Consumer Deposit Account product on the Blend Builder platform.

Required?: Yes, this is a required release. Required releases are features that Blend wants to standardize in the codebase, and typically do not require additional configuration. 

How to turn on: This feature will be automatically enabled on the dates listed above. Lender users that have Reporting access may need to log out and log back in to download reports using the latest version.

Purpose of Update and Benefit: 

The Deposit Accounts Fundings report will return one row of data for every funding attempt associated with a newly booked deposit account.

Current Behavior:

No pre-existing fundings endpoint

New Behavior:

The following fields will be added to the Deposit Account Fundings report, and /reporting/configurable-products-applications: endpoint in v10.

  • asOfDatetime
    • Data Type: timestamp
    • Definition: UTC datetime of when the data in the report was last refreshed.
  • fundingId
    • Data Type: string
    • Definition: Primary key of the funding object created when a transfer is initiated.
  • applicationId
    • Data Type: string
    • Definition: UUID of the application in Blend's system. The static identifier that should be used to connect the application's identity across Blend and external integrations.
    • fundingCreatedDatetime
      • Data Type: timestamp
      • Definition: UTC datetime of when the funding object was first created, signifying an attempt to transfer funds to a newly booked account
  • fundingType
    • Data Type: string
    • Definition: The method of transfer chosen by an applicant to transfer funds to a newly booked account (e.g. DEBIT_CARD, ACH, CASH, CHECK).
  • fundingAmount
    • Data Type: double precision number
    • Definition: Amount entered by the applicant to be transferred from a source account to a destination account.
  • fundingStatus
    • Data Type: string
    • Definition: The status of the transfer as defined by the application developer (e.g. IN_PROGRESS, COMPLETED).

This release will be available in both beta and production environments on April 1, 2025.

Note that testing changes are NOT required, as you will not experience any change in the functionality of the Reporting Dashboard; only the number of columns returned when pulling this report will change. Additionally these fields will only be available in v10 of the Reporting API.

Resources: 

0 Votes


0 Comments

Login or Sign up to post a comment