LocationWithVelocity
- Method
- ExampleRequest
- ExampleResponse
LocationWithVelocity(LocationWithVelocityRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| LocationWithVelocityRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| LocationWithVelocityResponse |
Example LocationWithVelocityRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<customer_name>Sample Test</customer_name>
<request_email>none@example.com</request_email>
<location_name>Test Location</location_name>
<routing_number>#########</routing_number>
<account_type>checking</account_type>
<account_number>####</account_number>
<use_custom_ach_company_name>true</use_custom_ach_company_name>
<custom_ach_company_name>Test</custom_ach_company_name>
<debit_max_single_trans_amount>10</debit_max_single_trans_amount>
<debit_max_single_day_count>10</debit_max_single_day_count>
<debit_max_single_day_amount>100</debit_max_single_day_amount>
<debit_max_period_count>100</debit_max_period_count>
<debit_max_period_amount>1000</debit_max_period_amount>
<debit_single_amount_percentage_warning>0</debit_single_amount_percentage_warning>
<debit_daily_percentage_warning>0</debit_daily_percentage_warning>
<debit_period_percentage_warning>0</debit_period_percentage_warning>
<credit_max_single_trans_amount>0</credit_max_single_trans_amount>
<credit_max_single_day_count>0</credit_max_single_day_count>
<credit_max_single_day_amount>0</credit_max_single_day_amount>
<credit_max_period_count>0</credit_max_period_count>
<credit_max_period_amount>0</credit_max_period_amount>
<credit_single_amount_percentage_warning>0</credit_single_amount_percentage_warning>
<credit_daily_percentage_warning>0</credit_daily_percentage_warning>
<credit_period_percentage_warning>0</credit_period_percentage_warning>
<merchant_first_name></merchant_first_name>
<merchant_last_name></merchant_last_name>
<merchant_email></merchant_email>
<merchant_phone></merchant_phone>
<legal_name></legal_name>
<dba_name></dba_name>
<federal_tax_id></federal_tax_id>
<address_1></address_1>
<address_2></address_2>
<city></city>
<state_or_region></state_or_region>
<postal_code></postal_code>
<case_reason></case_reason>
<subject></subject>
<description></description>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"entity_id": "######",
"customer_name": " Sample Test",
"request_email": "none@example.com",
"location_name": "Test Location",
"routing_number": "#########",
"account_type": "checking",
"account_number": "####",
"use_custom_ach_company_name": "false",
"custom_ach_company_name": "",
"debit_max_single_trans_amount": "1",
"debit_max_single_day_count": "2",
"debit_max_single_day_amount": "3",
"debit_max_period_count": "4",
"debit_max_period_amount": "5",
"debit_single_amount_percentage_warning": "",
"debit_daily_percentage_warning": "",
"debit_period_percentage_warning": "",
"credit_max_single_trans_amount": "",
"credit_max_single_day_count": "",
"credit_max_single_day_amount": "",
"credit_max_period_count": "",
"credit_max_period_amount": "",
"credit_single_amount_percentage_warning": "",
"credit_daily_percentage_warning": "",
"credit_period_percentage_warning": "",
"merchant_first_name": "",
"merchant_last_name": "",
"merchant_email": "",
"merchant_phone": "",
"legal_name": "",
"dba_name": "",
"federal_tax_id": "",
"address_1": "",
"address_2": "",
"city": "",
"state_or_region": "",
"postal_code": "",
"case_reason": "",
"subject": "",
"description": ""
}
Example LocationWithVelocityResponse
Auto-Approval Response: XML
<LocationWithVelocityResponse>
<CaseNumber>########</CaseNumber>
<Success>true</Success>
<LocationId>######</LocationId>
<UpdateStatus>LocationWithVelocitySettings successfully added. LocationId:######</UpdateStatus>
</LocationWithVelocityResponse>
Non-Auto-Approval Response: XML
<LocationWithVelocityResponse>
<CaseNumber>########</CaseNumber>
<Success>true</Success>
<UpdateStatus>Pending manual review.UpdateStatus>
</LocationWithVelocityResponse>
Auto-Approval Response: JSON
{
"CaseNumber": "########",
"Success": "true",
"LocationId": "#######",
"UpdateStatus": "LocationWithVelocitySettings successfully added. LocationId:#######"
}
Non-Auto-Approval Response: JSON
{
"CaseNumber": "########",
"Success": "true",
"UpdateStatus": "Pending manual review."
}
note
The LocationId field will be present in response only when a request is auto-approved and successfully boarded.