Name | Description | Type | Additional information |
---|---|---|---|
ErrorCode |
Name of the error condition. See ErrorCode model for details. |
ErrorCode |
None. |
ErrorID |
Internal error identification number that uniquely identifies this specific error that occurred. |
string |
None. |
ErrorNum |
Numeric value of the ErrorCode |
int |
None. |
Errors |
List of errors that occurred when placing the payment |
Collection of string |
None. |
FeeTotal |
Calculated Surcharge Amount |
decimal |
None. |
GrandTotal |
PaymentTotal + FeeTotal |
decimal |
None. |
PaymentTotal |
Sum of Invoice Principal Payment Amounts |
decimal |
None. |
ProcessingType |
Indicator for Combined, Separate or Mixed Fee processing. See ProcessingType model for details. |
ProcessingType |
None. |
RefundAmount |
Requested Refund Amount |
decimal |
None. |
RefundFeeAmount |
Calculated Refund Fee Amount |
decimal |
None. |
Success |
Indicates sucess or failure of the REST request. |
boolean |
None. |