Class ReleaseHoldsByBatchRequest
Properties
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| batchId | int | Y | The Batch Id (number) to be released from held status. | |
| MerchantId | int | Y | Unique identifier that is generated by EPS to identify the Merchant entity. | |
| Reason | string | 255 | Y | User provided information |
| Credentials | Credentials | |||
| RequestDate | datetime | Date the request is being made. The element cannot be blank but can be null. | ||
| RequestId | string | Value provided by the user to identify the request. The element can be blank or null. |
Credentials
| NAME | TYPE | LENGTH | REQUIRED | DESCRIPTION |
|---|---|---|---|---|
| storeId | long | Y | Unique user ID generated by EPS. | |
| storeKey | string | Unique password generated by EPS. | ||
| entityId | int | Y | Unique identifier that is generated by EPS to identify the Owning Entity. |