📄 Guide
Whichever card you plan to issue, virtual or physical, single-currency or spread across markets, it is defined by one card profile: the profile decides which BIN the card is drawn from, which card network it runs on, the currency, the PAN and PIN rules and the card limits. As a licensed issuer with its own BIN, DCS maintains the card profiles for each partner Enterprise so that the issuing rules line up with the boundaries of your business. A card profile is the underlying template for the whole life of a card. Once it is set, its rules carry through issuing, authorization and clearing alike; when the way you issue cards changes, DCS updates the profile for you.Mental model
- One Enterprise can hold several card profiles, which is how one legal entity issues several kinds of card (different currencies, different markets, virtual or physical).
- Each profile is identified uniquely by its
profileIdand belongs to oneenterpriseId. - When you create a card order, the
profileIdyou pass in says which profile to use.
What a card profile covers
Card profile fields
A note on the field name: most endpoints identify a card profile asprofileId, while the enterprise account balance endpoint calls the same thingcardProfileId. Both point at the same profile. Always follow the field name printed in the reference for the endpoint you are calling, whether that is create card order (profileId) or the guidance page (whereprofileIdis required whentype=7).
Who configures what
The DCS team configures the profile for you and hands over the
profileId; there is no self-service endpoint to create or list profiles yet. To confirm which profileId values are available to you, ask your DCS contact.
Prerequisites
- An Enterprise has been created. A card profile must hang off an Enterprise that already exists; if yours is not live yet, see the onboarding guide.
- Optional, for physical cards: if you plan to issue physical cards, talk to the DCS commercial team early so that the best-suited card manufacturer can be chosen for you.
How to use profileId
Once you have aprofileId, pass it in when you create a card order to select the profile:
For the full request fields, the response envelope { code, message, messageDetail, data } and the error codes, see Card issuing flow.
Next steps
With aprofileId in hand, head to the card issuing flow and create your first card; to understand the limit rules, see Limit lookup.
