Card issuance and personalisation
Create individual, corporate and virtual cards, and check which products a customer is eligible to hold before you issue.
Operations
credit-digital-channels-integration
/credit/api/createIndividualCard
Creates a new individual credit card for a customer.
POST/credit/api/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/credit/api/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/credit/api/createCorporateCard
Creates a corporate credit card.
POST/credit/api/createVirtualCard
Creates a virtual credit card linked to an existing physical card.
POST/credit/api/getApplicableProductsByCustomerNumber
Retrieves credit card products that a customer is eligible to apply for.
POST/credit/api/getApplicableProductsByMainCustomerPreControl
Checks applicable credit card products for a main customer before control. Returns a success flag indicating whether the pre-control check passed.
POST/credit/api/createNoNameCard
Creates a card from a no-name envelope (pre-printed card stock with barcode).
POST/credit/api/cancelCardEmbossByShadowCardNumber
Cancels a pending card embossing order.
POST/credit/api/getPendingCardEmbossList
Retrieves list of cards pending embossing.
debit-digital-channels-integration
/debit/api/getApplicableProductsByCustomerNumber
Retrieves list of card products available for a customer based on their profile and eligibility.
POST/debit/api/createIndividualCard
Creates a new individual debit card application and initiates the card issuance process for a retail customer.
POST/debit/api/createIndividualSupplementaryCard
Issues a supplementary debit card beneath an existing main card, identified by the main card's shadowCardNumber. The supplementary card draws on the main card's accounts and carries no statement or auto-payment settings of its own.
POST/debit/api/createCorporateCard
Creates a corporate debit card for business customers, supporting corporate account structures and permissions.
POST/debit/api/createDummyCorporateCard
Creates the plastic-less corporate record that carries a firm's limit, statement period and payment settings. No card is produced and no PAN is returned; employee cards attach beneath it as supplementary cards.
POST/debit/api/createVirtualCard
Creates a virtual/digital debit card linked to an existing physical card, typically for online transactions or temporary use.
POST/debit/api/getPendingCardEmbossList
Retrieves list of cards pending physical embossing (name printing on card).
POST/debit/api/cancelCardEmbossByShadowCardNumber
Cancels a pending emboss request, typically if card is being replaced or cancelled before production.
prepaid-digital-channels-integration
integration-corebanking-indoor
/Indoor/api/getApplicableProductsByCustomerNumber
Retrieves products available for a specific customer based on their profile and eligibility.
POST/Indoor/api/createIndividualDebitCard
Creates a new individual debit card with specified product, customer, and delivery preferences.
POST/Indoor/api/createCorporateDebitCard
Creates a corporate debit card with similar structure to individual cards but designed for business entities.
POST/Indoor/api/replaceDebitCard
Replaces an existing debit card (e.g., due to expiration, loss, damage) with a new card instance.
POST/Indoor/api/cancelDebitEmbossByShadowCardNumber
Specific cancellation for debit card embossing operations.
POST/Indoor/api/getPendingCardEmbossList
Retrieves list of cards pending embossing/personalization for a given shadow card number.
POST/Indoor/api/cancelEmbossByShadowCardNumber
Cancels a pending card embossing operation before physical card is produced.