Class wsRecurr
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| CustomerNumber | string | 50 | Y | Unique identifier of the registered customer associated with this transaction. |
| AccountReferenceID | string | 50 | Y | Unique identifier of the specific account associated with this transaction. |
| LocationID | int | Y | Unique identifier generated by EPS for each location. (See - Required Data Elements) | |
| Description | string | 50 | This optional element can be used to define or explain the purpose of this transaction. | |
| Amount | decimal | Y | Dollar amount of the transaction. This element cannot be (0) zero or negative. | |
| TaxAmount | decimal | Not used at this time. (See - Optional Data Elements) | ||
| ShippingAmount | decimal | Not used at this time. (See - Optional Data Elements) | ||
| InvoiceNumber | string | 50 | A unique value assigned by the user, which, when combined with the PaymentsToDate value and a system generated recurring ID makes up the TransactionNumber for this transaction. Can’t be null. | |
| Frequency | enum of Type WSFrequency | Valid values are:
| ||
| PaymentDay | short | Y | Valid values are:
| |
| StartDate | DateTime | Y | Date on which to begin taking payments. | |
| NumPayments | int | Y | Valid values are:
| |
| PaymentsToDate | int | Y | The number of payments already taken. Should be 0. | |
| NotificationMethod | enum of type WSNotificationMethod | Method by which a merchants’s customer will be notified of an ACH or credit card transaction. (See - Optional Data Elements) Valid values are:
| ||
| NextPaymentDate | DateTime | The date the next recurring payment will take place. (See - Optional Data Elements) | ||
| Field1 | string | 50 | Optional information associated with a transaction. Data is stored with the transaction. Indexed field. | |
| Field2 | string | 50 | Optional information associated with a transaction. | |
| Field3 | string | 50 | Optional information associated with a transaction. | |
| Enabled | bool | Y | 0 = False; 1 = True | |
| PaymentOrigin | enum of Type WSPaymentOrigin | Identifies by what method the transaction was originated. (See - Optional Data Elements) Valid values are:
| ||
| RecurringReferenceID | string | 50 | Unique ID used to identify this specific recurring payment. (See - System Required/User Optional Data Elements) |