Skip to main content
Use the delinquency endpoints to retrieve details on a credit account’s delinquency state and transitions. An account’s delinquency state reflects whether an account is delinquent and past due on its payments or current and up to date on its payments. To receive webhook notifications when an account transitions between delinquent and current, see Credit account delinquency state transition events in Event Types.

Retrieve delinquency state

Action: GET
Endpoint: /credit/accounts/{account_token}/delinquencystate
Retrieve details of the current delinquency state of a credit account. An account is delinquent when it is past due on payments and current when it is up to date on payments.

URL path parameters

Response body

Sample response body

The following code block shows details of a delinquent account.
JSON
The following code block shows details of a current account.
JSON

List delinquency state transitions

Action: GET
Endpoint: /credit/accounts/{account_token}/delinquencystate/transitions
Retrieve an array of delinquency state transitions for a credit account. A delinquency state transition occurs when an account’s delinquency state transitions between delinquent and current. An account becomes delinquent when it falls behind on payments and becomes current when payments are made up to date.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve delinquency state transition

Action: GET
Endpoint: /credit/accounts/{account_token}/delinquencystate/transitions/{delinquency_transition_token}
Retrieve a specific delinquency state transition on a credit account. A delinquency state transition occurs when an account’s delinquency state transitions between delinquent and current. An account becomes delinquent when it falls behind on payments and becomes current when payments are made up to date.

URL path parameters

Response body

Sample response body

JSON

Resend credit event notification

Action: POST
Endpoint: /credit/webhooks/{event_type}/{resource_token}
Resends a credit event notification to your webhook endpoint. Although you send this request as a POST, all parameters are passed in the URL and the body is empty. The event notification is resent to your webhook endpoint and also returned in the response to this request. For details on how to configure your webhook endpoint, see the About Webhooks tutorial. For the complete /webhooks endpoint reference, see Webhooks.

URL path parameters

Response body

Sample response body

The following code block shows a sample of a resent creditaccounttransitions event.
JSON
The following code block shows a sample of a resent creditaccountstatements event.
JSON
The following code block shows a sample of a resent creditjournalentries event.
JSON
The following code block shows a sample of a resent creditledgerentries event.
JSON
The following code block shows a sample of a resent creditpaymenttransitions event.
JSON
The following code block shows a sample of a resent creditdelinquencytransitions event.
JSON
The following code block shows a sample of a resent substatus event.
JSON
The following code block shows a sample of a resent accountsignupbonus event.
JSON