Skip to main content

Class AddActualAccountRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYregistered at ProfitStars; email format
routing_numberY
account_numberY
account_typeChecking SavingsY
account_descriptionY
subjectNtext(255)
descriptionNtext (long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business Information,N

Example AddActualAccountRequest

Input Method: XML

<xml> 
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<account_description>Test Account1</account_description>
<account_number>#####</account_number>
<routing_number>#########</routing_number>
<account_type>Checking</account_type>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"entity_id": "######",
"request_email": "none@example.com",
"account_description": "Test Account2",
"account_number": "#####",
"routing_number": "#########",
"account_type": "Checking",
"case_reason": "",
"subject": "",
"description": ""
}