This request updates an existing ACHQ (formerly Speedchex) payment processor configuration.
Click here to learn more about this request
ACHQ (formerly Speedchex) is one of LoanPro's integrated payment processing partners. After creating an ACHQ processor configuration, this request can be used to update existing settings. Note the following when updating an ACHQ processor configuration:
ACHQ supports same-day ACH payment and funding transactions. Please note that using same-day ACH transaction processing is dependent on your agreement with ACHQ.
Changes made to a processor configuration will affect all transactions moving forward.
Secure Payments' update function updates only the fields included in a payload. No fields are required when updating a processor configuration, and fields not included in the payload will remain unchanged.
To learn more about configuring an ACHQ processor, see ACHQ ↗
{
"speedchex": {
"name": "ACHQ Processor 3",
"email": "[email protected]",
"email_customer": true,
"demo_mode": false,
"auto_reversal": true,
"express_verify": true,
"gateway_id": "123456",
"gateway_key": "gateway_key",
"merchant_id": "999888777",
"same_day": true,
"same_day_cutoff_timezone": "UTC",
"same_day_cutoff_time": "14:30",
"account_balance_check": true
}
}