Skip to main content
Use the statements endpoints to retrieve statement information or statement files for a credit account. An account statement contains a summary of account activity that occurred during a billing cycle. For more on statements, see About Credit Account Statements. To receive a webhook notification when a statement is created, see Credit account statement event in Event Types.

List account statement summaries

Action: GET
Endpoint: /credit/accounts/{account_token}/statements
Retrieve an array of statement summaries tied to a cardholder’s account. The statement summary, which is a summary of account activity on a statement, provides account holders with a synopsis of activity that occurred on the account during a specified billing cycle. This endpoint supports sorting and pagination. You can use optional query parameters to return a statement based on its exact opening or closing date, or a statement whose closing date falls within a range of dates.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve account statement summary

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}
Retrieve a statement summary for a credit account.

URL path parameters

Response body

Sample response body

JSON

Retrieve account statement payment information

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/paymentinfo
Retrieve the payment information on a credit account’s statement summary.

URL path parameters

Response body

Sample response body

JSON

List account statement journal entries

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/journalentries
Retrieve an array of journal entries on a credit account’s statement summary. This endpoint supports sorting.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

List account statement ledger entries

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/ledgerentries
Important
This feature is being deprecated and replaced by statement journal entries. To list statement journal entries, see List account statement journal entries.
Retrieve an array of ledger entries on a credit account’s statement summary. This endpoint supports sorting.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

Retrieve account statement interest charges

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/interestcharges
Retrieve the interest charges on a credit account’s statement summary.

URL path parameters

Response body

Sample response body

JSON

Retrieve account statement rewards

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/rewards
Retrieve the rewards on a credit account’s statement summary.

URL path parameters

Response body

Sample response body

JSON

Retrieve account statement year-to-date totals

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/yeartodate
Retrieve the year-to-date fee and interest totals on a credit account’s statement summary.

URL path parameters

Response body

Sample response body

JSON

List files for a statement summary

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/{statement_summary_token}/files
Retrieve an array of statement files for a specific statement summary.

URL path parameters

URL query parameters

Response body

Sample response body

JSON

List files for an account

Action: GET
Endpoint: /credit/accounts/{account_token}/statements/files
Retrieve an array of statement files for a specific credit account.

URL path parameters

URL query 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