This request updates an existing LoanPaymentPro payment processor configuration.
Click here to learn more about this request
LoanPaymentPro is one of LoanPro's integrated payment processing partners. After creating a LoanPaymentPro processor configuration, this request can be used to update existing settings. Note the following when updating a LoanPaymentPro processor configuration:
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.
The type
of a processor configuration cannot be updated. This field controls whether the processor configuration processes ACH or bank card transactions. Once created, a processor's type cannot be updated.
To learn more about LoanPro's integration with LoanPaymentPro, see LoanPaymentPro ↗
{
"loanpaymentpro": {
"name": "LoanPaymentPro Processor 3",
"transaction_key": "transaction_key",
"tx_verification": true,
"account_balance_check": true,
"process_non_connected": false
}
}