# Everest Card — generated from the portal's compiled model. # Do not edit: re-download rather than patch, or this drifts from the platform. # # Set @accessToken before sending anything. The token is a client_credentials # grant against the OAuth2 service — you supply the id and the secret, and the # portal never stores either. # Credit Digital Channels Integration API — v8.3.5.33, 155 operations. @baseUrl = https://devcard.sim-ant.com/SandBox/IntegrationDigitalChannelCredit @accessToken = ### getCardList # Retrieves a list of credit cards matching specified criteria. POST {{baseUrl}}/credit/api/getCardList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCorporateCustomerInfoByIndividualCustomer # Retrieves corporate customer information linked to an individual customer. POST {{baseUrl}}/credit/api/getCorporateCustomerInfoByIndividualCustomer Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### replaceCard # Replaces an existing card (e.g., due to expiration, loss, damage). POST {{baseUrl}}/credit/api/replaceCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardStatementSummary # Retrieves summary information for a specific statement. POST {{baseUrl}}/credit/api/getCardStatementSummary Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardStatementDetail # Retrieves detailed line items for a specific statement. POST {{baseUrl}}/credit/api/getCardStatementDetail Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getEarlyCloseCandidateList # Retrieves list of transactions eligible for early closure. POST {{baseUrl}}/credit/api/getEarlyCloseCandidateList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doEarlyClose # Executes early closure of eligible transactions. POST {{baseUrl}}/credit/api/doEarlyClose Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getInstallmentCountsByUtid # Retrieves installment count information for a transaction by UTID. POST {{baseUrl}}/credit/api/getInstallmentCountsByUtid Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getAvailableCardStatusList # Retrieves list of available card status codes. POST {{baseUrl}}/credit/api/getAvailableCardStatusList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### attachCardAccount # Links a customer account to a credit card for payment purposes. POST {{baseUrl}}/credit/api/attachCardAccount Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### detachCardAccount # Unlinks an account from a card so the card can no longer draw on it. The card itself stays open. POST {{baseUrl}}/credit/api/detachCardAccount Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### detachCardAccountByAccountNumber # Unlinks an account from a card, identifying the account by its number rather than by the card reference. POST {{baseUrl}}/credit/api/detachCardAccountByAccountNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### listCardAccountByAccountNumber # Lists cards linked to a specific account. POST {{baseUrl}}/credit/api/listCardAccountByAccountNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### listCardAccountByShadowCardNumber # Lists accounts linked to a specific card. POST {{baseUrl}}/credit/api/listCardAccountByShadowCardNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### recreateCustomerCardAccount # Recreates account linkages, typically used for account number changes or corrections. POST {{baseUrl}}/credit/api/recreateCustomerCardAccount Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardPermissions # Retrieves current permission settings for a card. POST {{baseUrl}}/credit/api/getCardPermissions Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### saveCardPermissions # Updates card permissions. POST {{baseUrl}}/credit/api/saveCardPermissions Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCashAdvanceInfo # Retrieves cash advance fee and rate information for a requested amount. POST {{baseUrl}}/credit/api/getCashAdvanceInfo Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doCashAdvance # Executes a cash advance transaction. POST {{baseUrl}}/credit/api/doCashAdvance Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### reverseCashAdvance # Reverses a cash advance transaction. POST {{baseUrl}}/credit/api/reverseCashAdvance Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doPaymentTransaction # Executes a payment transaction (credit to card). POST {{baseUrl}}/credit/api/doPaymentTransaction Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### reversePaymentTransaction # Reverses a payment transaction. POST {{baseUrl}}/credit/api/reversePaymentTransaction Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doPaymentFeeInquiry # Inquires about fees for a payment transaction. POST {{baseUrl}}/credit/api/doPaymentFeeInquiry Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardOperationLimit # Retrieves operation limits configured for a card. POST {{baseUrl}}/credit/api/getCardOperationLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### setCardOperationLimit # Sets or updates operation limits for a card. POST {{baseUrl}}/credit/api/setCardOperationLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### removeCardOperationLimit # Removes operation limits, reverting to defaults. POST {{baseUrl}}/credit/api/removeCardOperationLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardLimitationParameterData # Retrieves card-specific limitation parameter data, including per-transaction, daily, weekly, monthly, and yearly limits, along with associated keys and profile details. Maps lifecycle service response to structured CardLimitationParameterData objects. POST {{baseUrl}}/credit/api/getCardLimitationParameterData Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### setCardPin # Sets the PIN for a card. POST {{baseUrl}}/credit/api/setCardPin Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardPin # Changes an existing PIN. POST {{baseUrl}}/credit/api/changeCardPin Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### verifyCardPin # Verifies a PIN for authentication purposes. POST {{baseUrl}}/credit/api/verifyCardPin Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### verifyRsaPin # Verifies PIN using RSA encryption method. POST {{baseUrl}}/credit/api/verifyRsaPin Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### verifyRsaPinWithStaticSalt # Verifies PIN using RSA with static salt. POST {{baseUrl}}/credit/api/verifyRsaPinWithStaticSalt Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### setRsaPin # Sets PIN using RSA encryption. POST {{baseUrl}}/credit/api/setRsaPin Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### increasePinTryCount # Increases the PIN try counter. POST {{baseUrl}}/credit/api/increasePinTryCount Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeRsaPin # Changes PIN using RSA encryption. POST {{baseUrl}}/credit/api/changeRsaPin Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### verifyCardVerificationValue # Verifies CVV/CVV2 code for card verification. POST {{baseUrl}}/credit/api/verifyCardVerificationValue Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### generateCardVV # Generates a new CVV/CVV2 code for a card. POST {{baseUrl}}/credit/api/generateCardVV Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### verifyPartialCardVerificationValue # Verifies partial CVV (e.g., last 3 digits). POST {{baseUrl}}/credit/api/verifyPartialCardVerificationValue Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### resetCvvCounter # Resets CVV verification attempt counter. POST {{baseUrl}}/credit/api/resetCvvCounter Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardMemo # Retrieves memo/notes associated with a card. POST {{baseUrl}}/credit/api/getCardMemo Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createIndividualCard # Creates a new individual credit card for a customer. POST {{baseUrl}}/credit/api/createIndividualCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createIndividualSupplementaryCard # Creates a new individual supplementary credit card for a customer. Supports digital and physical cards, multiple accounts, addresses, auto payment, permissions, and optional card miscellaneous options. Returns card reference, shadow card number, masked card number, and sensitive card data if applicable. POST {{baseUrl}}/credit/api/createIndividualSupplementaryCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createDummyCorporateCard # Creates a new dummy corporate credit card. Supports specifying addresses, accounts, statement preferences, card limits, virtual card relation, auto payment accounts, and permissions. Returns card reference, shadow numbers, masked card number, record ID, warnings, and sensitive card data if applicable. POST {{baseUrl}}/credit/api/createDummyCorporateCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createCorporateCard # Creates a corporate credit card. POST {{baseUrl}}/credit/api/createCorporateCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createVirtualCard # Creates a virtual credit card linked to an existing physical card. POST {{baseUrl}}/credit/api/createVirtualCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getApplicableProductsByCustomerNumber # Retrieves credit card products that a customer is eligible to apply for. POST {{baseUrl}}/credit/api/getApplicableProductsByCustomerNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getApplicableProductsByMainCustomerPreControl # Checks applicable credit card products for a main customer before control. Returns a success flag indicating whether the pre-control check passed. POST {{baseUrl}}/credit/api/getApplicableProductsByMainCustomerPreControl Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### activateNoNameCard # Activates a no-name card using barcode. POST {{baseUrl}}/credit/api/activateNoNameCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createNoNameCard # Creates a card from a no-name envelope (pre-printed card stock with barcode). POST {{baseUrl}}/credit/api/createNoNameCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### replaceNoNameCard # Replaces a no-name card. POST {{baseUrl}}/credit/api/replaceNoNameCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### replaceCardUsingNoNameApplication # Replaces a card using a no-name application workflow. POST {{baseUrl}}/credit/api/replaceCardUsingNoNameApplication Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeAndReplaceNoNameCard # Combines status change and replacement for no-name cards. POST {{baseUrl}}/credit/api/changeAndReplaceNoNameCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelNoNameCardApplication # Cancels a pending no-name card application. POST {{baseUrl}}/credit/api/cancelNoNameCardApplication Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelCardEmbossByShadowCardNumber # Cancels a pending card embossing order. POST {{baseUrl}}/credit/api/cancelCardEmbossByShadowCardNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getPendingCardEmbossList # Retrieves list of cards pending embossing. POST {{baseUrl}}/credit/api/getPendingCardEmbossList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardStatus # Changes the status of a credit card (activate, block, close, etc.). POST {{baseUrl}}/credit/api/changeCardStatus Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCustomerCreditCardStatus # Changes the credit card status for a given customer. Validates input parameters, calls the lifecycle service to update card statuses, and returns a list of shadow card numbers for cards that were closed. Supports optional activation of cards and ensures proper rollback and logging on failure. POST {{baseUrl}}/credit/api/changeCustomerCreditCardStatus Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeAndReplaceCard # Combines card status change and replacement in a single operation. POST {{baseUrl}}/credit/api/changeAndReplaceCard Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardLimitDecrease # Decreases a card's credit limit. POST {{baseUrl}}/credit/api/changeCardLimitDecrease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardLimitIncrease # Increases a card's credit limit. POST {{baseUrl}}/credit/api/changeCardLimitIncrease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardLimitReverse # Reverses a previous limit change. POST {{baseUrl}}/credit/api/changeCardLimitReverse Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### resetCardLimit # Resets card limit to a base/default value. POST {{baseUrl}}/credit/api/resetCardLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardAutoLimitIncrease # Configures automatic limit increase settings. POST {{baseUrl}}/credit/api/changeCardAutoLimitIncrease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerTotalLimitInfo # Retrieves comprehensive limit information at customer level, including all cards and total available limits. POST {{baseUrl}}/credit/api/getCustomerTotalLimitInfo Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerOperationLimit # Retrieves customer-level operation limits. POST {{baseUrl}}/credit/api/getCustomerOperationLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### setCustomerOperationLimit # Sets customer-level operation limits. POST {{baseUrl}}/credit/api/setCustomerOperationLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### removeCustomerOperationLimit # Removes customer-level operation limits. POST {{baseUrl}}/credit/api/removeCustomerOperationLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerLimitationParameterData # Retrieves customer limitation parameter data for credit cards. It calls the customer service proxy to get all limitation parameters for a customer, filters the results to only include cards of type "C" (credit cards), and maps them into a detailed response including transaction limits, counts, profile codes, descriptions, and other key attributes. POST {{baseUrl}}/credit/api/getCustomerLimitationParameterData Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getRenewCountByShadowCardNumber # Reads how many times a card has been renewed, broken down by emboss reason, with the maximum each reason allows. Replaces getRenewCountLostAndStolen, which counted only one reason and returned three flat figures rather than a list. POST {{baseUrl}}/credit/api/getRenewCountByShadowCardNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardStatementSendPreference # Retrieves customer's statement delivery preferences (email, SMS, postal mail). POST {{baseUrl}}/credit/api/getCreditCardStatementSendPreference Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### checkCreditCardForDebtPayment # Checks if a card is eligible for debt payment operations. POST {{baseUrl}}/credit/api/checkCreditCardForDebtPayment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### createDisputeCase # Creates a dispute case for unauthorized or incorrect transactions. POST {{baseUrl}}/credit/api/createDisputeCase Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelDisputeCase # Cancels a dispute case. POST {{baseUrl}}/credit/api/cancelDisputeCase Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### addDocumentByCaseNumber # Attaches supporting documents to a dispute case. POST {{baseUrl}}/credit/api/addDocumentByCaseNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getDisputeList # Retrieves list of dispute cases for a card or customer. POST {{baseUrl}}/credit/api/getDisputeList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getDisputeReasonDefList # Retrieves available dispute reason definitions. POST {{baseUrl}}/credit/api/getDisputeReasonDefList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCashInstallmentParameter # Retrieves installment parameters (rates, fees) for cash installment products. POST {{baseUrl}}/credit/api/getCashInstallmentParameter Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### simulateCashInstallmentForAll # Simulates installment for all available installment count options. POST {{baseUrl}}/credit/api/simulateCashInstallmentForAll Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### simulateCashInstallment # Simulates cash installment calculation. POST {{baseUrl}}/credit/api/simulateCashInstallment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doCashInstallment # Executes a cash installment transaction. POST {{baseUrl}}/credit/api/doCashInstallment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### reverseCashInstallment # Reverses a cash installment transaction. POST {{baseUrl}}/credit/api/reverseCashInstallment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCancelableCashInstallmentList # Retrieves list of cash installments that can be cancelled. POST {{baseUrl}}/credit/api/getCancelableCashInstallmentList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getEarlyReleaseCashInstallments # Retrieves list of cash installments eligible for early release (prepayment). POST {{baseUrl}}/credit/api/getEarlyReleaseCashInstallments Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getEarlyReleaseCashInstallment # Retrieves details of a specific cash installment for early release. POST {{baseUrl}}/credit/api/getEarlyReleaseCashInstallment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doCashInstallmentEarlyReleasePayment # Executes early release (prepayment) of cash installments. POST {{baseUrl}}/credit/api/doCashInstallmentEarlyReleasePayment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelCashInstallEarlyReleasePayment # Cancels a pending early release payment. POST {{baseUrl}}/credit/api/cancelCashInstallEarlyReleasePayment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerTransactionDetail # Retrieves detailed information about a specific transaction identified by UTID (Unique Transaction Identifier). POST {{baseUrl}}/credit/api/getCustomerTransactionDetail Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardStatementList # Retrieves list of statements (billing cycles) for a card. POST {{baseUrl}}/credit/api/getCardStatementList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getAllWaitingInstallments # Retrieves all waiting (future period) installments for a card. POST {{baseUrl}}/credit/api/getAllWaitingInstallments Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardIntermTransactionInfo # Retrieves current period (interim) transactions. POST {{baseUrl}}/credit/api/getCardIntermTransactionInfo Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getPendingProvisionList # Retrieves list of pending authorizations (provisions) that have not yet been settled. POST {{baseUrl}}/credit/api/getPendingProvisionList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getWaitingInstallmentDetail # Retrieves detailed information about a specific waiting installment. POST {{baseUrl}}/credit/api/getWaitingInstallmentDetail Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getWaitingInstallmentSummary # Retrieves summary of waiting installments grouped by statement period. POST {{baseUrl}}/credit/api/getWaitingInstallmentSummary Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardLastStatement # Retrieves the most recent statement information. POST {{baseUrl}}/credit/api/getCreditCardLastStatement Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### 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 {{baseUrl}}/credit/api/getCreditCardLastStatementNew Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardLimit # Retrieves current limit information for a card. POST {{baseUrl}}/credit/api/getCreditCardLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardAvailableLimit # Retrieves available (remaining) credit limit on a card. POST {{baseUrl}}/credit/api/getCardAvailableLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerAvailableLimit # Retrieves available limit at customer level (across all cards). POST {{baseUrl}}/credit/api/getCustomerAvailableLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardTransactionAll # Comprehensive transaction retrieval that includes current period transactions, pending provisions, and future period installments. POST {{baseUrl}}/credit/api/getCreditCardTransactionAll Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardCurrentTransactionList # Retrieves transactions for the current billing period only. POST {{baseUrl}}/credit/api/getCreditCardCurrentTransactionList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardStatementDetailSummary # Combines statement summary and detail in a single call. POST {{baseUrl}}/credit/api/getCardStatementDetailSummary Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### 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 {{baseUrl}}/credit/api/getCardStatementDetailSummaryNew Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### doCreditCardDebtPayment # Executes a payment toward credit card debt. POST {{baseUrl}}/credit/api/doCreditCardDebtPayment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelCreditCardDebtPayment # Cancels a pending debt payment. POST {{baseUrl}}/credit/api/cancelCreditCardDebtPayment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCancelableCreditCardDebtPaymentList # Retrieves list of payments that can be cancelled. POST {{baseUrl}}/credit/api/getCancelableCreditCardDebtPaymentList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### manuelInstallmentOrder # Converts an existing single-payment transaction into an installment plan. POST {{baseUrl}}/credit/api/manuelInstallmentOrder Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### manuelInstallmentOrderSimulate # Simulates manual installment conversion. POST {{baseUrl}}/credit/api/manuelInstallmentOrderSimulate Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### saveCreditCardAutoPaymentOrder # Creates or updates an automatic payment order. POST {{baseUrl}}/credit/api/saveCreditCardAutoPaymentOrder Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCreditCardStatementPeriod # Changes the statement period (billing cycle) for a card. POST {{baseUrl}}/credit/api/changeCreditCardStatementPeriod Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getStatementPeriodChangeCount # Retrieves count of statement period changes allowed or remaining. POST {{baseUrl}}/credit/api/getStatementPeriodChangeCount Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCalculatedStatementPeriod # Calculates what the statement period would be based on parameters. POST {{baseUrl}}/credit/api/getCalculatedStatementPeriod Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getStatementPeriodByProductNumber # Retrieves available statement periods for a product. POST {{baseUrl}}/credit/api/getStatementPeriodByProductNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardInfo # Retrieves comprehensive card information including reward details. POST {{baseUrl}}/credit/api/getCreditCardInfo Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardDelinquencyInfoByCustomerNumber # Retrieves delinquency information for a customer. POST {{baseUrl}}/credit/api/getCardDelinquencyInfoByCustomerNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardCollectionInfoByCardRefNumber # Retrieves collection information for a specific card. POST {{baseUrl}}/credit/api/getCreditCardCollectionInfoByCardRefNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardCollectionInfoByMainCustomerNumber # Retrieves collection information at customer level. POST {{baseUrl}}/credit/api/getCreditCardCollectionInfoByMainCustomerNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardCollectionTransactionListByDate # Lists the collection movements posted against a customer's cards on one date — amount, transaction type and debit or credit indicator — for reconciling a day's collections against the bank's own ledger. POST {{baseUrl}}/credit/api/getCreditCardCollectionTransactionListByDate Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCreditCardStatementSendPreference # Updates statement delivery preferences. POST {{baseUrl}}/credit/api/changeCreditCardStatementSendPreference Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardPortfolioSummary # Retrieves portfolio-level summary for a main customer. POST {{baseUrl}}/credit/api/getCreditCardPortfolioSummary Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardAutoPaymentOrder # Retrieves existing auto payment order configuration. POST {{baseUrl}}/credit/api/getCreditCardAutoPaymentOrder Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### 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 {{baseUrl}}/credit/api/getCardStatementAddressInformation Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCancelableCashAdvanceList # Retrieves a list of cancellable cash advances for a given shadow card number, including transaction details and card master information. POST {{baseUrl}}/credit/api/getCancelableCashAdvanceList Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerCreditCardListByTenantId # Retrieves list of customer's credit cards filtered by tenant/product group. POST {{baseUrl}}/credit/api/getCustomerCreditCardListByTenantId Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerCreditShadowCardsByTenantId # Retrieves shadow card numbers for a customer by tenant. POST {{baseUrl}}/credit/api/getCustomerCreditShadowCardsByTenantId Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getTransactionAll # Retrieves all credit card transactions for a given card, including current period transactions, next period installments, and reward transactions. The service validates the card, fetches current and upcoming installments, filters reward transactions, and maps them into response models. The response includes CreditCardCurrentPeriodTransactions (current period transactions and pending provisions) and CreditCardNextPeriodInstallments (installments for the next period), with details on amounts, dates, descriptions, rewards, installments, and card product attributes. POST {{baseUrl}}/credit/api/getTransactionAll Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCardDateRangeForRewardByCustomerNumberReqSource # Retrieves date range information for reward calculations. POST {{baseUrl}}/credit/api/getCreditCardDateRangeForRewardByCustomerNumberReqSource Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCorporateCardLimitDecrease # Corporate card-specific limit management operations. POST {{baseUrl}}/credit/api/changeCorporateCardLimitDecrease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCorporateCardLimitIncrease # Corporate card-specific limit management operations. POST {{baseUrl}}/credit/api/changeCorporateCardLimitIncrease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeIndividualCardLimit # Individual card limit change operation. POST {{baseUrl}}/credit/api/changeIndividualCardLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerCreditCardListByTenantIdProductNumber # Retrieves cards filtered by tenant and product number. POST {{baseUrl}}/credit/api/getCustomerCreditCardListByTenantIdProductNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getInstallmentCountsByUtidNew # Retrieves the installment counts and limits for a credit card transaction identified by UTID using the new DCIC logic. Returns minimum and maximum installment counts, deferring month limits, MCC-based limits, profile-based limits, and transaction details (amount, date, description). Adjusts MaxInstallmentCount and MaxDeferringMonthCount if the transaction occurs in an emergency city. Unlike the previous version, this method fetches the installment info directly from the DCIC new repository without querying the full customer transaction details. POST {{baseUrl}}/credit/api/getInstallmentCountsByUtidNew Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCustomerAssetsSummaryCredit # Retrieves summary of customer's credit assets. POST {{baseUrl}}/credit/api/getCustomerAssetsSummaryCredit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getPendingProvisionListNew # Retrieves a list of pending provisions (pending transactions) for a given ShadowCardNumber. The service aggregates transaction details including amounts, currency, transaction date and description, earned rewards, installment eligibility, MCC and product info, transaction type, merchant details, and authorization/response info. Transactions are enriched with MCC definitions, card product info, and transaction code matrices. Special handling is applied for refunded transactions and certain channels (e.g., GetirFinans). Returns the mapped list of CreditCardPendingTransactionItem objects for integration purposes. POST {{baseUrl}}/credit/api/getPendingProvisionListNew Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelInstallmentEarlyRelease # Cancels an early release operation. POST {{baseUrl}}/credit/api/cancelInstallmentEarlyRelease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getManuelInstallmentCancelRecordsByCardRefNumber # Retrieves history of cancelled manual installment orders. POST {{baseUrl}}/credit/api/getManuelInstallmentCancelRecordsByCardRefNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getEarlyReleaseAvailableInstallmentsByCriterias # Retrieves installments available for early release based on criteria. POST {{baseUrl}}/credit/api/getEarlyReleaseAvailableInstallmentsByCriterias Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### simulateInstallmentEarlyRelease # Simulates early release calculation. POST {{baseUrl}}/credit/api/simulateInstallmentEarlyRelease Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### releasePendingInstallment # Releases a pending installment (makes it active in current period). POST {{baseUrl}}/credit/api/releasePendingInstallment Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### cancelInstallmentTransactionOrder # Cancels a pending installment order. POST {{baseUrl}}/credit/api/cancelInstallmentTransactionOrder Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardMiscOption # Retrieves and updates miscellaneous card options. POST {{baseUrl}}/credit/api/changeCardMiscOption Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardMiscOption # Retrieves and updates miscellaneous card options. POST {{baseUrl}}/credit/api/getCardMiscOption Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getDigitalSlipReceipt # Retrieves digital receipt/slip for a transaction. POST {{baseUrl}}/credit/api/getDigitalSlipReceipt Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCardBranch # Changes the branch assignment for a card. POST {{baseUrl}}/credit/api/changeCardBranch Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeCustomerBranch # Changes branch assignment for a customer (affects all cards). POST {{baseUrl}}/credit/api/changeCustomerBranch Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### transferBranchCustomer # Transfers a customer and all associated cards to a different branch. POST {{baseUrl}}/credit/api/transferBranchCustomer Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditCustomerListOfBranch # Retrieves list of credit card customers for a branch. POST {{baseUrl}}/credit/api/getCreditCustomerListOfBranch Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### decreaseCustomerLimit # Decreases customer-level limit, affecting all cards under that customer. POST {{baseUrl}}/credit/api/decreaseCustomerLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### changeVirtualCardLimit # Virtual card limit management. POST {{baseUrl}}/credit/api/changeVirtualCardLimit Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCreditApplicationIdByFromShadowCardNumber # Retrieves application ID associated with a card. POST {{baseUrl}}/credit/api/getCreditApplicationIdByFromShadowCardNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### submitCardApplicationExtStatus # Submits external status update for a card application. POST {{baseUrl}}/credit/api/submitCardApplicationExtStatus Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardFinancialInfoByCardRefNumber # Retrieves financial information for a card by card reference number. POST {{baseUrl}}/credit/api/getCardFinancialInfoByCardRefNumber Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### 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). POST {{baseUrl}}/credit/api/getStatementPeriodChangeInfo Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### getCardListNew # Retrieves a list of credit cards based on various filters (card number, customer number, main customer number, barcode, account number, branch code, identification, courier status, etc.). Aggregates card product, branch, limit, debt, account info, annual fee, sensitive data (PAN/CVV2), and currency conversion details. Uses parallel async calls for efficiency and maps results to CreditCardModel objects. POST {{baseUrl}}/credit/api/getCardListNew Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### healthCheck # Performs a basic health check of the CreditDigitalChannelsIntegration service. Returns a HealthCheckResponse containing a status result (OK) and the current server date and time. POST {{baseUrl}}/credit/api/healthCheck Content-Type: application/json Authorization: Bearer {{accessToken}} {} ### refreshCache # Reloads the service's in-memory reference data. Called by operations after a parameter change, not as part of a cardholder journey. POST {{baseUrl}}/credit/api/refreshCache Content-Type: application/json Authorization: Bearer {{accessToken}} {}