cac:CardAccount
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:CardAccountType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:PrimaryAccountNumberID [1..1] An identifier of the card (e.g., the Primary Account Number (PAN)).
- cbc:NetworkID [1..1] An identifier for the financial service network provider of the card.
- cbc:CardTypeCode [0..1] A mutually agreed code signifying the type of card. Examples of types are "debit", "credit" and "purchasing"
- cbc:ValidityStartDate [0..1] The date from which the card is valid.
- cbc:ExpiryDate [0..1] The date on which the card expires.
- cbc:IssuerID [0..1] An identifier for the institution issuing the card.
- cbc:IssueNumberID [0..1] An identifier for the card, specified by the issuer.
- cbc:CV2ID [0..1] An identifier for the Card Verification Value (often found on the reverse of the card itself).
- cbc:CardChipCode [0..1] A mutually agreed code to distinguish between CHIP and MAG STRIPE cards.
- cbc:ChipApplicationID [0..1] An identifier on the chip card for the application that provides the quoted information; an AID (application ID).
- cbc:HolderName [0..1] The name of the cardholder.
Attributes
None
Used in
- Type cac:PaymentMeansType (Element cac:PaymentMeans)
Sample instance
<cac:CardAccount> <cbc:PrimaryAccountNumberID>normalizedString</cbc:PrimaryAccountNumberID> <cbc:NetworkID>normalizedString</cbc:NetworkID> <cbc:CardTypeCode>normalizedString</cbc:CardTypeCode> <cbc:ValidityStartDate>2000-01-01</cbc:ValidityStartDate> <cbc:ExpiryDate>2000-01-01</cbc:ExpiryDate> <cbc:IssuerID>normalizedString</cbc:IssuerID> <cbc:IssueNumberID>normalizedString</cbc:IssueNumberID> <cbc:CV2ID>normalizedString</cbc:CV2ID> <cbc:CardChipCode>normalizedString</cbc:CardChipCode> <cbc:ChipApplicationID>normalizedString</cbc:ChipApplicationID> <cbc:HolderName>string</cbc:HolderName> </cac:CardAccount>