Skip to main content

Class DisableMerchantRequest

A Disable Merchant Request is used to disable an existing merchant.

Properties

Field/Tag NameValue(s)RequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
customer_nameYMerchant Name; alphanumeric (50)
entity_idYMerchant Id
request_emailYregistered at ProfitStars; email format
subjectNtext(255)
descriptionNtext (long)
case_reasonApplication 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": ""

}