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.
Service that activates a No Name card
Activates a no-name (anonymous) credit card for a customer. The method requires the channel, customer number, barcode, and the last four digits of the card, and it calls the credit issuing service to perform activation.
Service that activates a No Name card › Request Body
customerNumberCustomer Number - [Optional]
channelChannel - [Optional]
lastFourDigitLast Four Digit - [Optional]
barcodeBarcode - [Optional]
Service that activates a No Name card › Responses
Success
No Name Card renewal service
Replaces a card using a no-name application based on the shadow card number. Handles digital and physical cards, with an option to enroll in MasterPass and set e-commerce permissions. Returns card details including card reference number, masked card number, and any product changes.
No Name Card renewal service › Request Body
channelChannel - [Optional]
shadowCardNumberShadow Card Number - [Optional]
replaceReasonCodeReplace Reason Code - [Optional]
Permissions - [Optional]
enrollMasterpassEnroll Masterpass - [Optional]
No Name Card renewal service › Responses
Success
applicationIdApplication Id - [Optional]
shadowCardNumberShadow Card Number - [Optional]
newCardGeneratedNew Card Generated - [Optional]
productChangedProduct Changed - [Optional]
maskedCardNumberMasked Card Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
Service that performs card renewal via No Name Application
Replaces a card using a no-name application, with details such as the application ID, barcode, and customer number. Returns the card details like masked card number, expiry date, and sensitive card data (if available).
Service that performs card renewal via No Name Application › Request Body
customerNumberCustomer Number - [Optional]
applicationIdApplication Id - [Optional]
barcodeBarcode - [Optional]
channelChannel - [Optional]
Service that performs card renewal via No Name Application › Responses
Success
recordIdRecord Id - [Optional]
maskedCardNumberMasked Card Number - [Optional]
shadowCardNumberShadow Card Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
mainCardRefNumberMain Card Ref Number - [Optional]
Warnings - [Optional]
Sensitive Card Data - [Optional]
Service that updates a No Name card to a renewable status and performs card renewal
Changes the status of a no-name card and replaces it either via digital card issuance or no-name card application. Validates input, executes ChangeCardStatus via lifecycle service, then either ReplaceCard for digital cards or ReplaceNoNameCardApplication for physical cards. Returns status change, new card details, and application ID if applicable.
Service that updates a No Name card to a renewable status and performs card renewal › Request Body
channelChannel - [Optional]
shadowCardNumberShadow Card Number - [Optional]
cardStatusCodeCard Status Code - [Optional]
cardStatusReasonCodeCard Status Reason Code - [Optional]
closeRequestDateClose Request Date - [Optional]
Replace Info - [Optional]
Service that updates a No Name card to a renewable status and performs card renewal › Responses
Success
toStatusActiveTo Status Active - [Optional]
applicationIdApplication Id - [Optional]
shadowCardNumberShadow Card Number - [Optional]
newCardGeneratedNew Card Generated - [Optional]
productChangedProduct Changed - [Optional]
maskedCardNumberMasked Card Number - [Optional]
cardRefNumberCard Ref Number - [Optional]
Service that cancels a No Name card application
Cancels a No-Name Card application using the ApplicationId and optionally provides a cancel reason code and text. Executes the cancellation through the credit issuing service proxy.
Service that cancels a No Name card application › Request Body
channelChannel - [Optional]
applicationIdApplication Id - [Optional]
cancelReasonCodeCancel Reason Code - [Optional]
cancelReasonTextCancel Reason Text - [Optional]
Service that cancels a No Name card application › Responses
Success