Skip to main content

Class UpdateVelocityEmailSettingsRequest

An Update Velocity Email Settings Request is used to update Partner and/or Merchant velocity email addresses.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
owner_vel_from_email_addressYFrom email address; email format. Note: value previously defaulted as velocity@selectpayment.com but can now be customized.
vel_email_addressYRecipient email address(es); multiple email addresses separated by commas, do not include spaces.
vel_email_address_enabledYPossible values: 0 or 1 (false) (true)
subjectNtext(255)
descriptionNtext (long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business Information,N

Examle UpdateVelocityEmailSettingsRequest

Input Method: XML

<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<owner_vel_from_email_address>from@example.com</owner_vel_from_email_address>
<vel_email_address>recipient1@example.com,recipient2@example.com</vel_email_address>
<vel_email_address_enabled>1</vel_email_address_enabled>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>

Input Method: JSON

{
"custServProviderId": "######",
"entity_id": "######",
"request_email": " none@example.com",
"owner_vel_from_email_address": "from@example.com",
"vel_email_address": “recipient1@example.com,recipient2@example.com",
"vel_email_address_enabled": "1",
"subject": "",
"description": "",
"case_reason": ""

}