Returns the payment information for the specified transaction header Ids.
GetPaymentByTransactionId(XmlIds AS String)
XML String
XmlIds = XML String containing the Transaction Header Ids of the records to return. You must format the string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
cPaymentAbbrev |
String |
20 |
Payment type name. |
|
cPaymentName |
String |
5 |
Payment type abbreviation. |
|
tDateTime |
DateTime |
8 |
Date and time of transaction. |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
iHeaderId |
Integer |
4 |
Transaction header Id. Foreign Key to Transaction Header Id. |
|
iPayTypeId |
Integer |
4 |
Payment Type Id. Foreign Key to Payment Types iId. |
|
nAmount |
Decimal |
8 |
Payment amount. |
|
iCreditAuthId |
Integer |
4 |
Credit Card Authorization Record Id. (Credit Card Processing interface users only) |
|
iGId |
Integer |
4 |
Payment Record Global Id. |
|
iPMSPostId |
Integer |
4 |
Id for the transaction in the property management system. (Property Management System interface users only) |