Class DisableMerchantRequest
A Disable Merchant Request is used to disable an existing merchant.
Properties
| Field/Tag Name | Value(s) | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| customer_name | Y | Merchant Name; alphanumeric (50) | |
| entity_id | Y | Merchant Id | |
| 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 |
Example DisableMerchantRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<customer_name>ABC Co</customer_name>
<request_email>none@example.com</request_email>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"entity_id": "######",
"customer_name": "ABC Co",
"request_email": "none@example.com",
"subject": " ",
"description": "",
"case_reason": ""
}