Class EnableSmartDetectRequest
Enable SmartDetect service for an existing merchant. By default, the merchant’s eligible ACH locations will also be enabled when submitting an Enable SmartDetect service case type.
note
To enable the SmartDetect service, EPS Partners and direct business customers with ACH WEB processing will need to sign a contract. Partners that wish to offer the service to their business clients should contact their sales representative. Visit www.jackhenry.com/payments or contact epssales@jackhenry.com for more information about JHA SmartDetect
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | o Registered at ProfitStars; email format | |
| case_reason | Change Request | N | o |
Example EnableSmartDetectRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<request_email>none@example.com</request_email>
<entity_id>######</entity_id>
<case_reason></case_reason>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
"case_reason": ""
}