Uses the Component:CreditCardType
The credit card information for the individual purchasing the item.
Table 6.12. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CreditCardTypeCode |
Account type (e.g. Visa, Mastercard, American Express, etc.) | 0..1 | Field | scl:CreditCardTypeEnumeratedType | |
| AccountID |
Identifies an account number or similar identifier. | 0..1 | Field | udt:IdentifierType | |
| NameOnAccount |
Indicates the name on the account, in the case of a credit card the name as it appears on the credit card. | 0..1 | Field | udt:NameType | |
| CreditCardExpirationDateYearMonthDate |
Indicates the expiration month and year of the credit card. | 0..1 | Field | qdt:YearMonthDateType | |
| CompanyNameOnAccount |
Company name on credit card. | 0..1 | Field | udt:NameType | |
| CardID |
Card Id field can be optionally provided to use additional security features of credit card authorization. It is typically a 3-digit number located on the back of most credit cards. | 0..1 | Field | udt:IdentifierType | |
| BillingAddress |
Credit card billing address. | 0..1 | Component | AddressABIEType | |
| Authorization |
The Authorization Component represents the authorization information if the method of payment was authorized (credit card or EFT). | 0..1 | Component | AuthorizationType | |
| LastFour |
Last 4 digits of the card number. | 0..1 | Field | udt:TextType | |
| FingerPrint |
Finger print. | 0..1 | Field | udt:TextType | |
| Funding |
Credit or Debit. | 0..1 | Field | udt:TextType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.12. CreditCard
<CreditCard>
<CreditCardTypeCode>......</CreditCardTypeCode> [0..1]
<AccountID>......</AccountID> [0..1]
<NameOnAccount>......</NameOnAccount> [0..1]
<CreditCardExpirationDateYearMonthDate>......</CreditCardExpirationDateYearMonthDate> [0..1]
<CompanyNameOnAccount>......</CompanyNameOnAccount> [0..1]
<CardID>......</CardID> [0..1]
<BillingAddress>......</BillingAddress> [0..1]
<Authorization>......</Authorization> [0..1]
<LastFour>......</LastFour> [0..1]
<FingerPrint>......</FingerPrint> [0..1]
<Funding>......</Funding> [0..1]
</CreditCard>