The Account Attributes endpoint provides various credit health attributes for an Account.
The Account Attributes endpoint is available as a:
Type | Use-Case |
---|
Product | On-Demand view of an Account’s credit attributes. |
Attribute Objects
Unique identifier for the AccountAttribute.
The ID of the associated Account.
Status of the AccountAttribute.
pending
The AccountAttribute is queued to be retrieved.
in_progress
The AccountAttribute is being retrieved.
completed
The AccountAttribute has successfully been retrieved.
An object containing various account level attributes.
The usage pattern of the account.
attributes.usage_pattern.value
The value of the usage pattern.
revolver
The account follows a revolving pattern.
transactor
The account follows a transactor pattern.
dormant
The account is dormant.
unknown
The usage pattern is unknown.
The utilization of the account.
attributes.utilization.value
The value of the utilization.
attributes.account_standing
The standing of the account.
attributes.account_standing.value
The value of the account standing.
good_standing
The account is in good standing.
past_due
The account is past due.
major_delinquency
The account is in major delinquency.
attributes.delinquent_period
The period the account is delinquent.
attributes.delinquent_period.value
The value of the delinquent period.
30
The account is delinquent for 30 days.
60
The account is delinquent for 60 days.
90
The account is delinquent for 90 days.
over_120
The account is delinquent for 120 days.
attributes.delinquent_outcome
The outcome of the delinquency.
attributes.delinquent_outcome.value
The value of the delinquent outcome.
payment_agreement
The account has entered a payment agreement.
repossession
The account has been repossessed.
charge_off
The account has been charged off.
chapter_13
The account is in chapter 13 bankruptcy.
foreclosure
The account has been foreclosed on.
attributes.delinquent_amount
The delinquent amount of the account.
attributes.delinquent_amount.value
The value of the delinquent amount.
Timestamp of when the AccountAttribute was created.
Timestamp of when the AccountAttribute was last updated.
{
"id": "acc_attr_cWBKqwVP87kim",
"account_id": "acc_4m9amk4KFiaQX",
"status": "completed",
"attributes": {
"usage_pattern": {
"value": "revolver",
},
"utilization": {
"value": 0.13
},
"account_standing": {
"value": "major_delinquency"
},
"delinquent_period": {
"value": "over_120"
},
"delinquent_outcome": {
"value": "charge_off"
},
"delinquent_amount": {
"value": 1200
}
},
"error": null,
"created_at": "2025-02-03T03:20:43.482Z",
"updated_at": "2025-02-03T03:20:43.482Z"
}