Properties
Name |
Description |
Amount |
The amount of the payment.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:decimal |
Example Value |
32.50 |
Required |
true |
Pattern |
N/A |
Max Occurrences |
1 |
|
CurrencyCode |
Specifies the currency code and decimal places for the payment.
|
Details |
Type |
CurrencyCode |
Example Value |
USD |
Required |
true |
Pattern |
N/A |
Max Occurrences |
1 |
|
Tip |
An optional addition to the payment to reward good service.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:decimal |
Example Value |
6.00 |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
Gratuity |
A mandatory addition to the check for service.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:decimal |
Example Value |
5.00 |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
TenderType |
Identifies the payment method.
|
Details |
Type |
TenderType_Enum |
Example Value |
Cash |
Required |
true |
Pattern |
N/A |
Max Occurrences |
1 |
|
CardType |
Used in conjunction with TenderType when the tender type is a card to identify the type of card (e.g Visa, Mastercard, American Express, etc.).
|
Details |
Type |
CardType_Enum |
Example Value |
American Express |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
TenderDescription |
Provides information regarding the tender type.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:string |
Example Value |
Personal card |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
AuthorizationCode |
The code returned by the authorization system.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:string |
Example Value |
456 |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
CardEntryType |
Specifies how a payment method is entered into the payment system.
|
Details |
Type |
CardEntryType_Enum |
Example Value |
Dip |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
CustomerName |
The customer name.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:string |
Example Value |
John Dough |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
LastFour |
The last four digits of a credit/debit card.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:string |
Example Value |
9090 |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
FirstSix |
The first six digits of a credit/debit card.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:string |
Example Value |
429808 |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|
AccountNumber |
Specifies account information for tender types other than credit cards.
|
Details |
Type |
http://www.w3.org/2001/XMLSchema:string |
Example Value |
12398873887 |
Required |
false |
Pattern |
N/A |
Max Occurrences |
1 |
|