When you are creating a new card, it is not mandatory to associate the card with a cardholder. You can add the cardholder later — you can update the card details via the Partially Update Card Endpoint, where you associate a cardholder with one or more cards.
Cardholder Information
When you are creating a cardholder record via the Create Cardholder Endpoint, you can add the following information:- Customer Number (
customerNumber) required: Unique identifier that you want to assign to each cardholder. You assign this identifier in your system and when you create the cardholder record for Enfuce, you enter this identifier in the endpoint request. - Language and Country Code (
locale) required: The language and The geographic location of the cardholder. - Address (
address) required: Primary address of the cardholder.
This list is not exhaustive — you can provide additional parameters to include more cardholder data.
Cardholder Association with Multiple Cards
We recommend that for a single tenant, you create a single record for a cardholder.Enfuce does not restrict the creation of multiple cardholder records, each with a unique
customerNumber. However, instead of creating multiple records for the same resource, we recommend that you create a single record and associate the cardholder with multiple cards.Digital Wallets | Cardholder Association
As an issuer, if you want to provide the addition of your cards to digital wallets, each card must have a unique cardholder associated with it. This is especially required for supporting SMS One-Time Password (OTP) authentication, which requires a valid phone number of a unique cardholder associated with each card.Digital wallet providers, such as Apple Pay/Google Pay/Samsung Pay use SMS OTP as the fallback enrolment method. Hence, a valid phone number of the cardholder is essential to receive the SMS OTP.
Cardholder Verification and Onboarding
Before creating cardholders and assigning cards in our platform, you must complete KYC, PEP and sanctions screening, and any additional due diligence, such as creditworthiness assessments and risk scoring. Once onboarding is complete, you can create cardholder records using the Create Cardholder API Endpoint.Address Configuration | Card and Cardholder Address
You can create two addresses, one for the card, and the other for the cardholder. However, when you are creating a cardholder, the cardholder’s address (address object) is a mandatory parameter.
- When you are creating a new card, specifying an address for the card (
preferredCardAddress) is optional. - If no address is specified for the card, the cardholder’s address is used as the default option.
- However, if you have specified an address for the card, this is used for delivering the physical card. The
preferredCardAddressoverrides the cardholder’s address and is included in the embossing file, sent to the card manufacturer. - If you have created a card without associating it with a cardholder, the
preferredCardAddressbecomes a required parameter. - If you update an address (card/cardholder address), it does not automatically update the other one.

