Skip to main content

Class UpdateVelocityActionRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
service_idY
location_idNLocation Id Default = ‘0’ which represents the Merchant Default Location
velocity_actionSuspend DeclinedY
subjectNtext(255)
descriptionNtext (long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business Information,N

Example UpdateVelocityActionRequest

Input Method: XML

<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>######</location_id>
<service_id>#######</service_id>
<velocity_action>Suspend</velocity_action>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>

Input Method: JSON

{ 
"request_email": "none@example.com",
"custServProviderId": "######",
"entity_id": "######",
"location_id": "######",
"service_id": "#######",
"velocity_action": "Suspend",
"case_reason": "",
"subject": "",
"description": ""
}