Skip to main content

Class GetHoldDaysRequest

Properties

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

Example GetHoldDaysRequest(Risk Management Approval Required)

Input Method: XML

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

Input Method: JSON

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