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 Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| customer_name | Y | Merchant Name; alphanumeric (50) | |
| request_email | Y | Registered at ProfitStars; email format | |
| subject | N | Text(255) | |
| description | N | Text(long) | |
| case_reason | Application Special Circumstances, Update Bank Account Information, Update Business Information | N | This 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>