Everest Card — API reference
  • Credit
  • Debit
  • Prepaid
  • Corebanking
  • OAuth2
  • Delivery
Information
Cards
    Card issuance and personalisation
      Service that lists eligible products by customer numberpostIndividual Debit Card creation servicepostCorporate Debit Card creation servicepostDebit card renewal servicepostService that cancels debit card issuance based on the Shadow Card NumberpostService that lists cards currently in the printing processpostService that cancels card issuance based on the Shadow Card Number according to the related domainpost
    Card lifecycle
      Service that lists card details based on an open card numberpostService that retrieves debit card informationpostService that updates the status information of a debit cardpostService that changes the branch associated with a debit cardpostService that links an account to a cardpostService that lists debit card log information based on the provided Shadow Card NumberpostService that lists credit card log information based on the provided Shadow Card NumberpostService that lists card details based on an open card numberpostService that displays secure card information based on an open card numberpostService that lists card information based on the Shadow Card Numberpost
Customers and accounts
    Customers
      Service that lists card information based on the provided Shadow Card NumberpostService that lists detailed customer informationpost/Indoor/api/createCustomerpost/Indoor/api/updateCustomerpost
    Account linking
      Service that displays the account statuspost
Transactions
    Service that lists all credit card transactionspostService that lists customer’s payment and cash-advance information based on specified criteriapostService that lists all debit card transactionspostService that lists authorization transactions within the specified date rangepostService that lists in-period debit transactionspost
Limits and controls
    Card and customer limits
      Service that performs credit card limit decreasepostService that performs credit card limit increasepostService that performs customer limit decreasepostService that performs customer limit increasepost
    Operation limits
      Service that lists customized or parameter-based limit details defined for the customerpostService that customizes the customers transaction limitpostService that removes customizable limits defined for a customerpostService that customizes the transaction limit of a cardpostService that lists customized or parameter-based limit details defined on the cardpostService that removes customized limits defined for a cardpost
    Permissions and restrictions
      Service that lists restrictions defined on the cardpost
Billing and statements
    Collections and legal follow-up
      Service that returns customer delinquency informationpostService that closes customer cards based on customer number and forwards the customer to the Legal Follow-Up queuepostService that marks the customer as Legal Follow-Uppost
    Debt payment
      Service that lists the automatic payment instruction queuepost
    Statements and billing
      Service that displays late interest/profit share amountpostService that updates the customers card statement document ID and sends a notificationpostService that updates the customers card statement document ID without sending a notificationpostService that returns Cutoff statement detail list using customer card informationpost
Security
    PIN and card security
      Service that enables PIN creation via SMS for the cardpostService that enables creating the PIN via SMSpostService that displays open PIN information for the given Shadow Card NumberpostService that lists card information based on the provided open PINpostService that generates a card PINpostService that verifies the accuracy of the card PINpostService that retrieves the encrypted data blockpostService that decrypts the data blockpost
Disputes
    Disputes and chargebacks
      Used to initiate spending disputes from various customer interaction channelspostUsed in an ongoing dispute process when the customer withdraws the dispute requestpostUsed when an ongoing dispute case requires adding a new document to the case recordpostUsed to view registered case transactions and their statuses presented to the customerpostService that returns available dispute reasons used when creating a new dispute case via Create Dispute Casepost
Rewards
    Campaigns and rewards
      Service that performs financial maintenance for the customer and applies or cancels campaign discountspostService that returns shadow and masked card numbers for the given customer numberpost
Platform
    Platform operations
      Method that checks whether the service is operationalpostRefresh Cachepost
    Reference data
      Service that lists card types based on the provided BIN numberpostService that lists product information for a card based on Shadow Card NumberpostService that lists statuses of available cardspostService that lists valid card issuance reasonspostService that lists card issuance reasons available for printingpostService that lists all MCC group informationpostService that lists all transaction status informationpostService that lists local card information based on the provided BINpostService that lists eligible productspostService that lists all MCC information with descriptionspostService that lists valid network typespostService that lists valid response codespostService that lists valid response reason codespostService that lists valid transaction codespostService that lists valid Trn Code Matrix informationpost
SchemasError codes
powered by Zudoku
Ana Bankacılık Iletisim Servisi Ripper istikameti
Ana Bankacılık Iletisim Servisi Ripper istikameti

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

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getDelinquencyInterestAmount

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

GetDelinquencyInterestAmountRequest
shadowCardNumber
​string | null

Shadow Card Number - [Optional]

Service that displays late interest/profit share amount › Responses

Success

ListGetDelinquencyInterestAmountResponse
​array | null

List Of Delinquency - [Optional]

POST/Indoor/api/getDelinquencyInterestAmount
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getDelinquencyInterestAmount \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "shadowCardNumber": "shadowCardNumber" }'
Example Request Body
{ "shadowCardNumber": "shadowCardNumber" }
json
Example Responses
{ "listOfDelinquency": [ { "currencyCode": "currencyCode", "mainCardRefNumber": "mainCardRefNumber", "rate": 0, "delayAmountWithTax": 0, "delayType": "delayType" } ] }
json
application/json

Service that updates the customers card statement document ID and sends a notification

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/setStatementDocumentId

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

SetStatementDocumentIdRequest
​array | null

List Of Statement Document - [Optional]

Service that updates the customers card statement document ID and sends a notification › Responses

Success

No data returned
POST/Indoor/api/setStatementDocumentId
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/setStatementDocumentId \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "listOfStatementDocument": [ { "maskedCardNumber": "maskedCardNumber", "customerNumber": 0, "statementCurrencyCode": "statementCurrencyCode", "statementDate": "2024-08-25T15:00:00Z", "documentId": 0 } ] }'
Example Request Body
{ "listOfStatementDocument": [ { "maskedCardNumber": "maskedCardNumber", "customerNumber": 0, "statementCurrencyCode": "statementCurrencyCode", "statementDate": "2024-08-25T15:00:00Z", "documentId": 0 } ] }
json
Example Responses
No example specified for this content type

Service that updates the customers card statement document ID without sending a notification

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/setStatementDocumentOnly

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

SetStatementDocumentIdRequest
​array | null

List Of Statement Document - [Optional]

Service that updates the customers card statement document ID without sending a notification › Responses

Success

SetStatementDocumentOnlyResponse
totalRowCount
​integer · int32 · required

Total Row Count - [Optional]

insertedRowCount
​integer · int32 · required

Inserted Row Count - [Optional]

updatedRowCount
​integer · int32 · required

Updated Row Count - [Optional]

noActionRowCount
​integer · int32 · required

No Action Row Count - [Optional]

POST/Indoor/api/setStatementDocumentOnly
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/setStatementDocumentOnly \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "listOfStatementDocument": [ { "maskedCardNumber": "maskedCardNumber", "customerNumber": 0, "statementCurrencyCode": "statementCurrencyCode", "statementDate": "2024-08-25T15:00:00Z", "documentId": 0 } ] }'
Example Request Body
{ "listOfStatementDocument": [ { "maskedCardNumber": "maskedCardNumber", "customerNumber": 0, "statementCurrencyCode": "statementCurrencyCode", "statementDate": "2024-08-25T15:00:00Z", "documentId": 0 } ] }
json
Example Responses
{ "totalRowCount": 0, "insertedRowCount": 0, "updatedRowCount": 0, "noActionRowCount": 0 }
json
application/json

Service that returns Cutoff statement detail list using customer card information

POST
https://devcard.sim-ant.com/SandBox/Integrationcorebanking
/Indoor/api/getCardStatementCutoffReport

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

GetCardStatementCutoffRequest
insertDate
​string · date-time · required

Insert Date - [Optional]

shadowCardNumber
​string | null

Shadow Card Number - [Optional]

mainCardRefNumber
​string | null

Main Card Ref Number - [Optional]

customerNumber
​integer | null · int64

Customer Number - [Optional]

Service that returns Cutoff statement detail list using customer card information › Responses

Success

GetCardStatementCutoffResponse
​array | null

List Of Card Statement Cutoff - [Optional]

POST/Indoor/api/getCardStatementCutoffReport
curl https://devcard.sim-ant.com/SandBox/Integrationcorebanking/Indoor/api/getCardStatementCutoffReport \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "shadowCardNumber": "shadowCardNumber", "mainCardRefNumber": "mainCardRefNumber", "customerNumber": 0, "insertDate": "2024-08-25T15:00:00Z" }'
Example Request Body
{ "shadowCardNumber": "shadowCardNumber", "mainCardRefNumber": "mainCardRefNumber", "customerNumber": 0, "insertDate": "2024-08-25T15:00:00Z" }
json
Example Responses
{ "listOfCardStatementCutoff": [ { "cardRefNumber": "cardRefNumber", "shadowCardNumber": "shadowCardNumber", "customerNumber": 0, "statementDate": "2024-08-25T15:00:00Z", "capitalAmount": 0, "purchaseInterestAmount": 0, "cashInterestAmount": 0, "purchaseDueInterestAmount": 0, "cashDueInterestAmount": 0, "otherFeeAmount": 0, "cashFeeAmount": 0, "cardFeeAmount": 0, "interestKkdfAmount": 0, "interestBsmvAmount": 0, "feeBsmvAmount": 0, "cashInstallmentProfitAmount": 0 } ] }
json
application/json

Debt paymentPIN and card security