Statements and billing

Produce the statement a cardholder reads, and manage the period, delivery preference and address behind it.

Operations20DomainBilling and statementsStatedocumentedAPIs2

Operations

credit-digital-channels-integration

POST

/credit/api/getCardStatementSummary

Retrieves summary information for a specific statement.

POST

/credit/api/getCardStatementDetail

Retrieves detailed line items for a specific statement.

POST

/credit/api/getCreditCardStatementSendPreference

Retrieves customer's statement delivery preferences (email, SMS, postal mail).

POST

/credit/api/getCardStatementList

Retrieves list of statements (billing cycles) for a card.

POST

/credit/api/getCreditCardLastStatement

Retrieves the most recent statement information.

POST

/credit/api/getCreditCardLastStatementNew

Retrieves the most recent credit card statement information using ShadowCardNumber and channel. Validates card identifiers, resolves the main card reference number, and fetches the latest statement summary. Returns existing reward points, detailed last statement data, and a list of recent statement summaries ordered by statement period.

POST

/credit/api/getCardStatementDetailSummary

Combines statement summary and detail in a single call.

POST

/credit/api/getCardStatementDetailSummaryNew

Retrieves a summary of credit card statement details including transaction rows, total amounts, minimum payments, remaining debt, earned points, due dates, and currency information. Uses GetCardStatementDetail or GetCardStatementDetailNew internally and maps results to GetCardStatementDetailSummaryResponse objects.

POST

/credit/api/changeCreditCardStatementPeriod

Changes the statement period (billing cycle) for a card.

POST

/credit/api/getStatementPeriodChangeCount

Retrieves count of statement period changes allowed or remaining.

POST

/credit/api/getCalculatedStatementPeriod

Calculates what the statement period would be based on parameters.

POST

/credit/api/getStatementPeriodByProductNumber

Retrieves available statement periods for a product.

POST

/credit/api/changeCreditCardStatementSendPreference

Updates statement delivery preferences.

POST

/credit/api/getCardStatementAddressInformation

Retrieves statement delivery preferences for a credit card based on MainCardRefNumber. Includes flags for statement posting, email, and SMS delivery. Fetches CardMaster and CustomerMaster data.

POST

/credit/api/getCardFinancialInfoByCardRefNumber

Retrieves financial information for a card by card reference number.

POST

/credit/api/getStatementPeriodChangeInfo

Retrieves detailed information about statement period changes for a specific credit card. The service validates the CardRefNumber, fetches the card master record, and then retrieves statement change info from the repository. The response includes the current StatementDate, the next two statement dates (Next1StatementDate, Next2StatementDate), the LastChangeDate, the remaining allowed yearly statement changes (YearlyRemainingStatementChangeCount), and a flag indicating whether a statement period change is currently available (IsStatementPeriodChangeAvailable).

integration-corebanking-indoor