Class AcctVerifyCreditToBankAccountRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. (See - Required Data Elements) | |
| storeKey | string | Y | Unique password generated by EPS. (See - Required Data Elements) | |
| entityId | int | Y | Unique identifier that is generated by EPS. (See - Required Data Elements) | |
| locationId | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) | |
| accountReferenceId | string | 50 | Y | Unique identifier of the account to be credited. |
| paymentOrigin | enum of Type WSPaymentOrigin | Identifies by what method the transaction was originated. (See - Optional Data Elements) Valid values are:
| ||
| notificationMethod | enum of Type WSNotificationMethod | Method by which a merchant’s customer will be notified of an ACH or credit card transaction. (See - Optional Data Elements) Valid values are:
| ||
| amount | decimal | Y | Dollar amount of the transaction. This element cannot be (0) zero or negative. | |
| transactionNumber | string | 50 | Unique identifier of a transaction. (See - System Required/User Optional Data Elements) | |
| description | string | 50 | This optional element can be used to define or explain the purpose of this transaction. | |
| field1 | string | 50 | Optional information associated with the transaction. Data is stored with the transaction. Indexed field. | |
| field2 | string | 50 | Optional information associated with the transaction. | |
| checkNumber | string | 17 | ||
| clientIp | string | 15 | IP address of person sending request. May be automatically retrieved. | |
| effectiveDate | string | 19 | Date and time of the transaction. If null or blank, the current date and time is assumed. NOTE: This element does not require the Time to be included.(See - System Required/User Optional Data Elements) | |
| batchNumber | string | Batch to associate this transaction with, if applicable. | ||
| holdDays | tinyInt | 1 | This is an optional element which defines the hold days at the transaction level. Possible values are:
Note: This element cannot be empty or blank. You must provide a value of 255 or null if you don't want to include hold days at the transaction level. The permission Create Transaction Hold Days (under the Customer Services Privilege) is required to apply holdDays. This element is applicable for ACH Only. |