Exigo Web Service

GetPayments
Gets payment record(s) for a customer or order.

CSV Support
No
Transactional Support
No

GetPaymentsRequest
CustomerID
Int32?
No
The unique identifier of the customer
OrderID
Int32?
No
The unique identifier for the order
GetPaymentsResponse
Result
The status of your web service call response. This property tells you if the call was executed successfully, any errors that occurred and other miscellanous, method-specific information.
PaymentResponse
PaymentID
Int32
The unique identifier for the payment record.
CustomerID
Int32
The unique identifier of the customer
PaymentType
PaymentType
The type of payment method the auto order will use
PaymentDate
DateTime
The date of the payment
Amount
Decimal
OrderID
Int32?
The unique identifier for the order
CurrencyCode
String
The standard ISO 4217 3-letter currency code
BillingName
String
The name on file with this payment method
BankName
String
The name on file with this payment method
Memo
String
Any extra data associated with the payment method
CreditCardNumberDisplay
String
The masked credit card number
AuthorizationCode
String
The authorization code issued by the merchant for the processed payment.
CreditCardType
Int32
The type of credit card (ie. Visa, Mastercard, etc)
CreditCardTypeDescription
String
The description of the credit card's type
ApiResult
Status
ResultStatus
Specifies whether the web service call was successfully executed.
Errors
String[]
An array of error messages that were returned from Exigo. If the web service call was successful, this colleciton will be empty.
TransactionKey
String
The unique GUID identifier assigned to this web service call for logging purposes.