Skip to main content

Class OtherRequest

An Other Request is used as a custom request to update an address, phone number, or any information other than a velocity, location, or bank account for an existing merchant. This request type is available until further Web Services can be provided.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
customer_nameYMerchant Name; alphanumeric (50)
request_emailYRegistered at ProfitStars; email format
subjectNText(255)
descriptionNText(long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business InformationNThis is an optional field to explain the reason.
note

Do not use the Other Request to update bank accounts, add locations, or change velocity.

Example OtherRequest

Input Method: XML

<xml> 
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<customer_name>Sample Test</customer_name>
<request_email>none@example.com</request_email>
<case_reason></case_reason>
<subject></subject>
<description> </description>
</xml>