Statements and billing
Produce the statement a cardholder reads, and manage the period, delivery preference and address behind it.
Service that displays late interest/profit share amount
Retrieves delinquency interest amounts for a given ShadowCardNumber. Accepts GetDelinquencyInterestAmountRequest with ShadowCardNumber. Calls _intRepository.GetDelinquencyInterestAmount() and maps results to ListGetDelinquencyInterestAmountResponse containing ListOfDelinquency with properties such as CurrencyCode, Rate, MainCardRefNumber, DelayAmountWithTax, and DelayType.
Service that displays late interest/profit share amount › Request Body
shadowCardNumberShadow Card Number - [Optional]
Service that displays late interest/profit share amount › Responses
Success
List Of Delinquency - [Optional]
Service that updates the customers card statement document ID and sends a notification
Sets or updates statement document IDs for a list of statements. For each statement in the request, it retrieves mailing info based on masked card number and statement date, then either creates a new statement document or updates an existing one. Additionally, if email sending is enabled, it triggers a notification with relevant statement and customer details. The SetStatementDocumentOnly method returns a summary of inserted, updated, and skipped rows.
Service that updates the customers card statement document ID and sends a notification › Request Body
List Of Statement Document - [Optional]
Service that updates the customers card statement document ID and sends a notification › Responses
Success
Service that updates the customers card statement document ID without sending a notification
Processes a batch of statement documents and updates the system accordingly. For each statement in the request, it retrieves mailing info based on masked card number and statement date. If no record exists, a new statement document is created; otherwise, the existing document is updated. The method returns a summary including total rows, inserted, updated, and skipped rows.
Service that updates the customers card statement document ID without sending a notification › Request Body
List Of Statement Document - [Optional]
Service that updates the customers card statement document ID without sending a notification › Responses
Success
totalRowCountTotal Row Count - [Optional]
insertedRowCountInserted Row Count - [Optional]
updatedRowCountUpdated Row Count - [Optional]
noActionRowCountNo Action Row Count - [Optional]
Service that returns Cutoff statement detail list using customer card information
Retrieves credit card statement cutoff information for a given ShadowCardNumber, MainCardRefNumber, and optional CustomerNumber on a specific InsertDate. Accepts GetCardStatementCutoffRequest with ShadowCardNumber, MainCardRefNumber, CustomerNumber, and InsertDate. Returns GetCardStatementCutoffResponse containing a list of CreditCardStatementCutoffItem objects, each including CardRefNumber, ShadowCardNumber, CustomerNumber, StatementDate, CapitalAmount, PurchaseInterestAmount, CashInterestAmount, PurchaseDueInterestAmount, CashDueInterestAmount, OtherFeeAmount, CardFeeAmount, CashFeeAmount, InterestBsmvAmount, InterestKkdfAmount, FeeBsmvAmount, and CashInstallmentProfitAmount. Uses _intRepository.GetCreditCardStatementCutoffReportByInsertDate internally.
Service that returns Cutoff statement detail list using customer card information › Request Body
insertDateInsert Date - [Optional]
shadowCardNumberShadow Card Number - [Optional]
mainCardRefNumberMain Card Ref Number - [Optional]
customerNumberCustomer Number - [Optional]
Service that returns Cutoff statement detail list using customer card information › Responses
Success
List Of Card Statement Cutoff - [Optional]