Skip to main content

Class GetVirtualAccountsRequest

Properties

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

Example GetVirtualAccountsRequest(Risk Management Approval Required)

Input Method: XML

<xml>  
<custServProviderId>######</custServProviderId>
<request_email>none@example.com</request_email>
<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": "######"
}