Class AddNotificationSettingsRequest
An Add Notification Settings request is used to enable email notifications for specified location.
Properties
| Field/Tag Name | Value(s) | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | registered at ProfitStars; email format | |
| location_id | Y | Alphanumeric; Unique ID | |
| to_address | Y | Multiple email addresses separated by commas; do not include spaces. | |
| notification_type | ACH Credit_Card Money_Center ACH_Recurring Remote_Deposit ACH_Returns Check21_Returns | Y | |
| notification_subtype | None Rejected Sent_To_Transaction_Processing Needs_Rescan Processed_With_Adjustment Duplicate_Items_In_Batch Rejected_Items_In_Batch Remote_Deposit_All | Y | *Required only when notification_type is set to Remote_Deposit Should be set to ‘None’ for all other options. |
| subject | N | text(255) | |
| description | N | text (long) | |
| case_reason | Application Special Circumstances, Update Bank Account Information, Update Business Information, | N |
Example AddNotificationSettingsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<location_id>#######</location_id>
<to_address>none1@example.com,none2@example.com</to_address>
<notification_type>ACH_Returns</notification_type>
<notification_subtype>None</notification_subtype>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>