Skip to main content

Class UpdateNotificationSettingsRequest

An Update Notification Settings Request is used to create a request with instructions to update email addresses that are related to a particular Notification Setting (NSID).

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
nsidYProvided by EPS; numeric
to_addressYMultiple email addresses seperated by commas, do not include spaces
subjectNText(255)
descriptionNText(long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business InformationN

Example UpdateNotificationSettingsRequest

Input Method: XML

<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<nsid>#######</nsid>
<to_address>none1@example.com,none2@example.com</to_address>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>