Statement
1.7
Team 7
Core Credit
Aggregates the financial data that will be used for an account statement at the end of each billing period, and annually. This data includes details such as the total amount due, minimum payment, interest charges, transaction summary and any other relevant financial information that would be included on the customer's account statement.
Collates the financial data and messaging indicators, then generates statement data files to be processed further for customer distribution.
The below information can provide an overview of the endpoints used to provide statement information. For more technical information, you can also view the Statement API Reference.
Call any of the following endpoints to retrieve annual statement details and statuses.
| Endpoint name | Functionality |
|---|---|
| GetAnnualStatement | Get the annual statment details for an account and its annual statement id. |
| GetAnnualStatementStatuses | Get the status of all annual statements for the account. |
Call any of the following endpoints to retrieve billing period statement details and statuses.
| Endpoint name | Functionality |
|---|---|
| GetBillingPeriodStatement | Get the billing period statment details for an account and its billing period id. |
| GetBillingPeriodStatuses | Get the status of all billing period statements for the account. |
Was this page helpful?