loan_tape.created

Occurs when a loan tape is created.

Payload
const
enum
required

The type of event that occurred.

Allowed:
string
required

Globally unique identifier for a loan tape

uuid
required

Globally unique identifier for a financial account

date
required

Date of transactions that this loan tape covers

date-time
required

Timestamp of when the loan tape was created

date-time
required

Timestamp of when the loan tape was updated

integer
required

Version number of the loan tape. This starts at 1

ytd_totals
object
required
period_totals
object
required
day_totals
object
required
balances
object
required
integer
required

Balance at the start of the day

integer
required

Balance at the end of the day

integer
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

integer
required

Amount of credit available to spend in cents

integer
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

account_standing
object
required
string
required

Globally unique identifier for a credit product

string | null

Interest tier to which this account belongs to

payment_allocation
object
required
minimum_payment_balance
object
required
previous_statement_balance
object
required
required
Response
200

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

LoadingLoading…