put https://securepayments.loanpro.io/api/processors/anet/
This request updates an existing Authorize.net payment processor configuration.
Click here to learn more about this request
Authorize.net is one of LoanPro's integrated payment processing partners. After creating an Authorize.net processor configuration, this request can be used to update existing settings. Note the following when updating an Authorize.net 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.
To learn more about LoanPro's integration with Authorize.net, see Authorize.net ↗
{
"anet": {
"name": "Authorize.net Processor 3",
"sandbox": false,
"test": true,
"login": "login",
"key": "transacton_key",
"version": "V2"
}
}