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 Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| entity_id | Y | Merchant Id | |
| merchant_enabled | All, Enabled, Disabled | Y | alphanumeric; (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>