GetVelocitySettingsByLocationID
- Method
- ExampleRequest
- ExampleResponse
GetVelocitySettingsByLocationID(GetVelocitySettingsByLocationIDRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetVelocitySettingsByLocationIDRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetVelocitySettingsByLocationIDResponse |
Example GetVelocitySettingsByLocationIDRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>########</location_id>
</xml>
Example GetVelocitySettingsByLocationIDResponse
Response: XML
<GetVelocitySettingsByLocationIdResponse>
<GetVelocitySettingsByLocationId>
<GetVelocitySettingsByLocationIdResult>
<WSVelocitySettings>
<CustServProviderId>######</CustServProviderId>
<DailyPercentageWarning>0.75</DailyPercentageWarning>
<Description>VS for Credit and Refund</Description>
<EntityId>######</EntityId>
<Location>Location (########)</Location>
<MaxPeriodAmount>5.00</MaxPeriodAmount>
<MaxPeriodCount>4</MaxPeriodCount>
<MaxSingleDayAmount>3.00</MaxSingleDayAmount>
<MaxSingleDayCount>2</MaxSingleDayCount>
<MaxSingleTransactionAmount>1.00</MaxSingleTransactionAmount>
<MerchantName>Sample Test</MerchantName>
<PeriodPercentageWarning>0.75</PeriodPercentageWarning>
<SingleAmountPercentageWarning>0.75</SingleAmountPercentageWarning>
<VSID>########</VSID>
<VelocityEnabled>true</VelocityEnabled>
<ACHTransactionTypes>
<WSACHTransactionType>ARC</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>RCK</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>BOC</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>TEL</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>PPD__CCD</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>WEB</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>POP</WSACHTransactionType>
</ACHTransactionTypes>
<ACHTransactionTypes>
<WSACHTransactionType>CTX</WSACHTransactionType>
</ACHTransactionTypes>
<EnabledExceptions>
<WSVelocityExceptions>Show_Warnings</WSVelocityExceptions>
</EnabledExceptions>
<EnabledExceptions>
<WSVelocityExceptions>Show_Exceptions</WSVelocityExceptions>
</EnabledExceptions>
<OperationType>
<WSOperationType>Refund</WSOperationType>
</OperationType>
<OperationType>
<WSOperationType>Credit</WSOperationType>
</OperationType>
<SettlementType>
<WSSettlementType>ACH</WSSettlementType>
</SettlementType>
</WSVelocitySettings>
<WSVelocitySettings>
</GetVelocitySettingsByLocationIdResult>
</GetVelocitySettingsByLocationId>
<HTTPStatusCode>200</HTTPStatusCode>