Skip to main content

Class GetVelocitySettingsByMerchantIDRequest

This action will retrieve a list of velocity settings and their respective locations for a particular merchant. It is helpful when updating velocity settings.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
request_emailYRegistered at ProfitStars; email format
entity_idYMerchant Id
merchant_enabledAll, Enabled, DisabledYalphanumeric; (case sensitive)

Example GetVelocitySettingsByMerchantIDRequest

Input Method: XML

<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<merchant_enabled>All</merchant_enabled>
</xml>