Skip to main content

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 NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYo Registered at ProfitStars; email format
case_reasonChange RequestNo

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": ""
}