Everest Card — API reference
  • Credit
  • Debit
  • Prepaid
  • Corebanking
  • OAuth2
  • Delivery
Information
Cards
    Card applications
      Service that returns the application information for a card based on its Shadow Card Numberpost
    Card issuance and personalisation
      Service that creates an individual prepaid cardpostService that lists eligible products by customer numberpost
    Card lifecycle
      Service that retrieves detailed credit card information based on card datapostService that updates a card to a renewable status and performs card renewalpostService that allows modifying the card’s status informationpostCard renewal servicepostService that lists detailed card informationpost
    No-name cards
      No Name Card application creation servicepostService that cancels the No Name Card applicationpostService that updates the No Name Card applicationpostService that activates the No Name CardpostService that creates a card using the No Name applicationpostNo Name Card renewal servicepostService that renews the card using the No Name applicationpostService that updates a No Name card to a renewable status and performs card renewalpost
Customers and accounts
    Branch management
      Service that changes the branch to which the card is linkedpostService that changes the customer’s associated branchpostService that provides updating of the branch to which the customer is linkedpost
    Customers
      Service that retrieves customer asset informationpostService that retrieves the branch information the customer is associated withpost
Transactions
    Get Authorization List By Begindate EnddatepostGet Pddtransaction By Cardref CustomernumpostGet Prepaid Transaction AllpostService that lists Prepaid Card transaction details based on UTIDpostService that lists the digital slip preference based on the provided UTIDpost
Limits and controls
    Operation limits
      Service that lists the parametric limit values defined on the cardpostService that lists customized or parameter-based limit details defined for the customerpostService that lists customized limits or parametric limit details defined for the cardpostService that customizes customer transaction limitspostService that customizes the card’s transaction limitpostService that removes customizable limits defined for a customerpostService that removes the customized limits of the cardpostService that lists parameter-based limit values defined for the customerpost
    Permissions and restrictions
      Service that lists restrictions applied to the cardpostService that adds or removes card restrictionspost
Security
    PIN and card security
      Service that enables changing the card PINpostService that changes a card’s PIN using an encrypted PIN blockpostCVV generation servicepostService that increases the PIN retry counterpostService that resets the CVV retry counter on a cardpostService that generates a card PINpostVerify Terminal Card PinpostService that validates the card’s PIN using an encrypted PIN blockpostService that validates the card’s verification code (CVV) using partial informationpostService that validates the card’s verification code (CVV)postService that verifies the correctness of the card PINpostService that generates the card’s PIN using an encrypted PIN blockpostService that enables PIN creation for a card via SMSpostService that lists the card PIN transaction historypost
Platform
    Platform operations
      It is a method that checks whether the service is operationalpostRefresh Cachepost
    Reference data
      Service that retrieves the card type based on the BIN numberpost
SchemasError codes
powered by Zudoku
Prepaid Digital Channels Integration
Prepaid Digital Channels Integration

Card issuance and personalisation

Create individual, corporate and virtual cards, and check which products a customer is eligible to hold before you issue.


Service that creates an individual prepaid card

POST
https://devcard.sim-ant.com/SandBox/IntegrationDigitalChannelPrepaid
/prepaid/api/createIndividualCard

Creates an individual prepaid card for a customer.

Part of:

  • Journey 01 · Launching a new card product — step 2, Issue from stock

Service that creates an individual prepaid card › Request Body

CreateIndividualCardRequest
customerNumber
​integer · int64 · required

Customer Number - [Optional]

branchCode
​integer · int32 · required

Branch Code - [Optional]

channel
​string | null

Channel - [Optional]

productNumber
​string | null

Product Number - [Optional]

mainCustomerNumber
​integer | null · int64

Main Customer Number - [Optional]

mainCardRefNumber
​string | null

Main Card Ref Number - [Optional]

cardDeliveryType
​string | null

Card Delivery Type - [Optional]

cardSendAddressType
​string | null

Card Send Address Type - [Optional]

cardDeliveryBranchCode
​integer | null · int32

Card Delivery Branch Code - [Optional]

enrollMasterpass
​boolean | null

Enroll Masterpass - [Optional]

​object

Permissions - [Optional]

contractType
​string | null

Contract Type - [Optional]

contractVersionNumber
​string | null

Contract Version Number - [Optional]

virtualCardRelatedCardRefNumber
​string | null

Virtual Card Related Card Ref Number - [Optional]

nameOnCard
​string | null

Name On Card - [Optional]

cardSendAddressId
​integer | null · int64

Card Send Address Id - [Optional]

applicationDate
​string | null · date-time

Application Date - [Optional]

applicationContractId
​string | null

Application Contract Id - [Optional]

Service that creates an individual prepaid card › Responses

Success

CreateIndividualCardResponse
recordId
​integer · int64 · required

Record Id - [Optional]

maskedCardNumber
​string | null

Masked Card Number - [Optional]

shadowCardNumber
​string | null

Shadow Card Number - [Optional]

cardRefNumber
​string | null

Card Ref Number - [Optional]

mainCardRefNumber
​string | null

Main Card Ref Number - [Optional]

​object | null

Warnings - [Optional]

​object

Sensitive Card Data - [Optional]

applicationId
​integer | null · int64

Application Id - [Optional]

POST/prepaid/api/createIndividualCard
curl https://devcard.sim-ant.com/SandBox/IntegrationDigitalChannelPrepaid/prepaid/api/createIndividualCard \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "channel": "channel", "productNumber": "productNumber", "customerNumber": 0, "mainCustomerNumber": 0, "mainCardRefNumber": "mainCardRefNumber", "branchCode": 0, "cardDeliveryType": "cardDeliveryType", "cardSendAddressType": "cardSendAddressType", "cardDeliveryBranchCode": 0, "enrollMasterpass": true, "permissions": { "eCommercePermitted": true, "mailOrderPermitted": true, "internationalPurchasePermitted": true }, "contractType": "contractType", "contractVersionNumber": "contractVersionNumber", "virtualCardRelatedCardRefNumber": "virtualCardRelatedCardRefNumber", "nameOnCard": "nameOnCard", "cardSendAddressId": 0, "applicationDate": "2024-08-25T15:00:00Z", "applicationContractId": "applicationContractId" }'
Example Request Body
{ "channel": "channel", "productNumber": "productNumber", "customerNumber": 0, "mainCustomerNumber": 0, "mainCardRefNumber": "mainCardRefNumber", "branchCode": 0, "cardDeliveryType": "cardDeliveryType", "cardSendAddressType": "cardSendAddressType", "cardDeliveryBranchCode": 0, "enrollMasterpass": true, "permissions": { "eCommercePermitted": true, "mailOrderPermitted": true, "internationalPurchasePermitted": true }, "contractType": "contractType", "contractVersionNumber": "contractVersionNumber", "virtualCardRelatedCardRefNumber": "virtualCardRelatedCardRefNumber", "nameOnCard": "nameOnCard", "cardSendAddressId": 0, "applicationDate": "2024-08-25T15:00:00Z", "applicationContractId": "applicationContractId" }
json
Example Responses
{ "recordId": 0, "maskedCardNumber": "maskedCardNumber", "shadowCardNumber": "shadowCardNumber", "cardRefNumber": "cardRefNumber", "mainCardRefNumber": "mainCardRefNumber", "warnings": { "key": "string" }, "sensitiveCardData": { "pan": "pan", "expiryDateStr": "expiryDateStr", "cvv": "cvv" }, "applicationId": 0 }
json
application/json

Service that lists eligible products by customer number

POST
https://devcard.sim-ant.com/SandBox/IntegrationDigitalChannelPrepaid
/prepaid/api/getApplicableProductsByCustomerNumber

Gets applicable prepaid products by customer number.

Service that lists eligible products by customer number › Request Body

GetApplicableProductsByCustomerNumberRequest
customerNumber
​integer · int64 · required

Customer Number - [Optional]

channel
​string | null

Channel - [Optional]

mainCustomerNumber
​integer | null · int64

Main Customer Number - [Optional]

​object

Filter - [Optional]

Service that lists eligible products by customer number › Responses

Success

GetApplicableProductsByCustomerNumberResponse
​array | null

List Of Product - [Optional]

POST/prepaid/api/getApplicableProductsByCustomerNumber
curl https://devcard.sim-ant.com/SandBox/IntegrationDigitalChannelPrepaid/prepaid/api/getApplicableProductsByCustomerNumber \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "channel": "channel", "customerNumber": 0, "mainCustomerNumber": 0, "filter": { "productGroupCode": "productGroupCode" } }'
Example Request Body
{ "channel": "channel", "customerNumber": 0, "mainCustomerNumber": 0, "filter": { "productGroupCode": "productGroupCode" } }
json
Example Responses
{ "listOfProduct": [ { "productNumber": "productNumber", "productName": "productName", "productShortName": "productShortName", "brand": "brand", "digitalAbility": true, "tenantId": "tenantId", "supplementaryCard": true, "mainCardInfo": { "currentCard": true, "cardRefNumber": "cardRefNumber", "cardStatusCode": "cardStatusCode", "cardStatusReasonCode": "cardStatusReasonCode", "customerNumber": 0, "digitalCard": true, "mainCardRefNumber": "mainCardRefNumber", "mainCustomerNumber": 0, "maskedCardNumber": "maskedCardNumber", "productNumber": "productNumber", "shadowCardNumber": "shadowCardNumber", "supplementaryCard": true, "statementCurrencyCode": "statementCurrencyCode", "statementPeriod": "statementPeriod", "statementPeriodDescription": "statementPeriodDescription", "nextStatementDate": "nextStatementDate" }, "cardAnnualFeeAmount": 0 } ] }
json
application/json

Card applicationsCard lifecycle