Name | Data Type | Description |
---|
DateCreated | DateTime | Date/time message was processed |
Id | String | Unique ID for the message |
ResponseNotes () |
| Collection of validation messages |
| String |
|
| String |
|
| Enum | Error, Warning, Info |
Status | Enum | Failed, Succeed, Unknown |
EstablishmentFeePayer | Enum | Defines who pays the establishment fee: 1 Client pays 2 Facility pays 3 No establishment fee |
EstablishmentFeeAmount | Decimal (10, 2) | Total amount of establishment fee |
EstablishmentFeePercent | Decimal (10, 2) | Percentage of establishment fee for the facility |
DDCommissionType | Enum | Defines if charged with a specific amount or percentage per debit payment: 1 Fix amount per payment 2 Percentage of payment |
DDCommissionRate | Decimal (10, 2) | Either fixed amount or percentage of debit payment (depending on DDCommissionType) |
CCCommissionType | Enum | Defines if charged with a specific amount or percentage per credit card payment (MasterCard, Visa: 1 Fix amount per payment 2 Percentage of payment |
CCCommissionRate | Decimal (10, 2) | Either fixed amount or percentage of credit card payment (depending on CCCommissionType) |
COCommissionType | Enum | Defines if charged with a specific amount or percentage per other credit cards (Amex) payment: 1 Fix amount per payment 2 Percentage of payment |
COCommissionRate | Decimal (10, 2) | Either fixed amount or percentage of credit card other payment (depending on COCommissionType) |
| Enum "Customer Pays" "Facility Pays" "No Fee" | Defines who pays the penalty fee: 0 - "Customer Pays" 1 - "Facility Pays" 2 - "No Fee" |
PenaltyFeeAmount | Decimal (10, 2) | Total amount of penalty fee |