Skip to main content

Class UpdateHoldDaysRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
location_idYLocation Id
location_nameNLocation Name
processing_systemACH Image__IRDY
credit_hold_daysY
debit_hold_daysY
subjectNtext(255)
descriptionNtext (long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business Information,N

Example UpdateHoldDaysRequest

Input Method: XML

<xml> 
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>#######</location_id>
<location_name>Location 1</location_name>
<processing_system>ACH</processing_system>
<credit_hold_days>4</credit_hold_days>
<debit_hold_days>4</debit_hold_days>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"entity_id": "######",
"request_email": "none@example.com",
"location_id": "#######",
"location_name": "Location2",
"processing_system": "ACH",
"credit_hold_days": "4",
"debit_hold_days": "4",
"case_reason": "",
"subject": "",
"description": ""
}