v66

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-042174421.1 MB
Event Types

loan_tape.updated

Occurs when a loan tape is updated.

postWebhookloan_tape.updated

Payload

event_type'loan_tape.updated' required

The type of event that occurred.

tokenstring required

Globally unique identifier for a loan tape

financial_account_tokenstring uuid required

Globally unique identifier for a financial account

datestring date required

Date of transactions that this loan tape covers

day_of_periodinteger nullable

Day of the billing period that this loan tape covers, starting at 1

createdstring date-time required

Timestamp of when the loan tape was created

updatedstring date-time required

Timestamp of when the loan tape was updated

versioninteger required

Version number of the loan tape. This starts at 1

starting_balanceinteger required

Balance at the start of the day

ending_balanceinteger required

Balance at the end of the day

credit_limitinteger required

For prepay accounts, this is the minimum prepay balance that must be maintained. For charge card accounts, this is the maximum credit balance extended by a lender

available_creditinteger required

Amount of credit available to spend in cents

excess_creditsinteger required

Excess credits in the form of provisional credits, payments, or purchase refunds. If positive, the account is in net credit state with no outstanding balances. An overpayment could land an account in this state

credit_product_tokenstring required

Globally unique identifier for a credit product

tierstring nullable

Interest tier to which this account belongs to

Example payload

{
  "event_type": "loan_tape.updated"
}

Response

Return a 200 status to indicate that the data was received successfully