Class SuspendedTransaction
Properties
| NAME | TYPE | LENGTH | DESCRIPTION |
|---|---|---|---|
| Amount | decimal | Dollar amount of the transaction. | |
| EntityId | Int | Unique identifier that is generated by EPS to identify the Merchant Entity. | |
| ReferenceNumber | string | 20 | Unique identifier generated by EPS for each transaction created. |
| TransactionNumber | string | 50 | Unique identifier of a transaction. |
| TransactionDate | DateTime | The date and time the transaction was created. | |
| TransactionStatus | WSTransactionStatus | 50 | Possible response is:
|
WSTransactionStatus
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| Declined | 0 | |
| Approved | 1 | |
| Error | 2 | |
| Voided | 3 | |
| Processed | 4 | |
| Collected | 5 | |
| Awaiting_Capture | 6 | |
| Awaiting_Approval | 7 | |
| Suspended | 8 | |
| In_Collection | 9 | |
| In_Research | 10 | |
| Disputed | 11 | CC chargeback ACH R07 and R10 |
| Uncollected_NSF | 12 | |
| Invalid__Closed_Account | 13 | ACH closed bad acct rtn...all admin returns |
| Other_Check21_Returns | 14 | |
| __NONE | 15 | |
| Resolved | 16 | |
| Unauthorized | 17 |