Skip to main content

Class UpdateMerchantAddressRequest

If an element is left BLANK, the existing value in SmartPay will be overwritten with an empty or blank value.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
address_1Y
address_2N
cityY
state_or_regionYUSPS state abbreviations for US and Canada. Format is XX.
postal_codeY
business_phoneY
business_phone_extN
business_faxN
customer_service_phoneY
customer_service_phone_extN
customer_service_emailN
subjectNtext(255)
descriptionNtext (long)
case_reasonUpdate Business InformationN

Example UpdateMerchantAddressRequest

Input Method: XML

<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<address_1>123 Main</address_1>
<address_2></address_2>
<city>Dallas</city>
<state_or_region>TX</state_or_region>
<postal_code>75021</postal_code>
<business_phone>123-456-7899</business_phone>
<business_phone_ext></business_phone_ext>
<business_fax></business_fax>
<customer_service_phone>123-456-7899</customer_service_phone>
<customer_service_phone_ext></customer_service_phone_ext>
<customer_service_email></customer_service_email>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"entity_id": "######",
"request_email": "none@example.com",
"address_1": "123 Main",
"address_2": "",
"city": "Dallas",
"state_or_region": "TX",
"postal_code": "75201",
"business_phone": "123-456-7899",
"business_phone_ext": "",
"business_fax": "",
"customer_service_phone": "123-456-7899",
"customer_service_phone_ext": "",
"customer_service_email": "",
"case_reason": "",
"subject": "",
"description": ""
}