Update Payix processor configuration

This request updates an existing Payix payment processor configuration.

Payix is one of LoanPro's integrated payment processing partners. After creating a Payix processor configuration, this request can be used to update existing settings. Note the following when updating a Payix 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 Payix, see our Payix article.

{
    "payix": {
        "name": "Payix Processor",
        "username": "username",
        "password": "password1234!@#$",
        "subdomain": "subdomain-payix.com",
        "convenience_fee": 2.99
    }
}

Results

Returns true after a successful Payix processor update. An error results in a message and error_v2 object indicating the type of error (e.g. missing parameter or invalid processor ID).

Language
Credentials
Click Try It! to start a request and see the response here!