Skip to main content

Class GetHoldDaysAtLocationRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
request_emailYRegistered at ProfitStars; email format
entity_idYMerchant Id
location_idYLocation Id
processing_systemACH Image__IRDY

Example GetHoldDaysAtLocationRequest(Risk Management Approval Required)

Input Method: XML

<xml> 
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>#######</location_id>
<processing_system>ACH</processing_system>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
"location_id": "#######",
"processing_system": "ACH"
}