No-name cards
Issue and activate pre-produced cards that carry no embossed name, then bind one to a customer at the point of sale.
Operations
credit-digital-channels-integration
/credit/api/activateNoNameCard
Activates a no-name card using barcode.
POST/credit/api/replaceNoNameCard
Replaces a no-name card.
POST/credit/api/replaceCardUsingNoNameApplication
Replaces a card using a no-name application workflow.
POST/credit/api/changeAndReplaceNoNameCard
Combines status change and replacement for no-name cards.
POST/credit/api/cancelNoNameCardApplication
Cancels a pending no-name card application.
debit-digital-channels-integration
/debit/api/createNoNameCardApplication
Manages "no-name" card applications, which are card applications created without immediate cardholder name assignment (possibly for instant issuance or temporary cards).
POST/debit/api/cancelNoNameCardApplication
Cancels a no-name debit card application using channel, application ID, correlation ID, and reason for cancellation.
POST/debit/api/updateNoNameCardApplication
Updates a no-name card application. Allows modification of pending applications without customer name.
POST/debit/api/activateNoNameCard
Manages "no-name" card applications, which are card applications created without immediate cardholder name assignment (possibly for instant issuance or temporary cards).
POST/debit/api/createCardUsingNoNameApplication
Manages "no-name" card applications, which are card applications created without immediate cardholder name assignment (possibly for instant issuance or temporary cards).
POST/debit/api/createAndProcessNoNameCardApplication
Creates and processes a no-name debit card application, handling accounts, permissions, and digital card flags. Returns application ID, card references, masked and shadow card numbers, and sensitive card data if applicable.
POST/debit/api/replaceNoNameCard
Manages "no-name" card applications, which are card applications created without immediate cardholder name assignment (possibly for instant issuance or temporary cards).
POST/debit/api/replaceCardUsingNoNameApplication
Replaces a card using a no-name application. Accepts channel, application ID, barcode, and customer number. Returns the new card details including card reference numbers, masked card number, shadow card number, record ID, warnings, and sensitive card data if available.
POST/debit/api/changeAndReplaceNoNameCard
Changes the status of a no-name debit card and optionally replaces it or its application, handling digital and non-digital card scenarios. Returns updated status, new card details, and application ID if applicable.
prepaid-digital-channels-integration
/prepaid/api/createNoNameCardApplication
Creates a card application for a "no-name" card (card without embossed name).
POST/prepaid/api/cancelNoNameCardApplication
Manages the lifecycle of no-name card applications, allowing updates to application details or cancellation with reason codes.
POST/prepaid/api/updateNoNameCardApplication
Manages the lifecycle of no-name card applications, allowing updates to application details or cancellation with reason codes.
POST/prepaid/api/activateNoNameCard
Activates a no-name card application, typically after customer verification using card details (last four digits, barcode).
POST/prepaid/api/createCardUsingNoNameApplication
Creates a physical card from an existing no-name card application.
POST/prepaid/api/replaceNoNameCard
Replaces a no-name card with a new no-name card.
POST/prepaid/api/replaceCardUsingNoNameApplication
Replaces a card using an existing no-name application as the basis for the replacement card.
POST/prepaid/api/changeAndReplaceNoNameCard
Similar to `ChangeAndReplaceCard` but specifically for no-name cards, with simplified replacement model.