Update Actum processor configuration

This request updates an existing Actum payment processor configuration.

   Click here to learn more about this request

Actum is one of LoanPro's integrated payment processing partners. After creating an Actum processor configuration, this request can be used to update existing settings. Note the following when updating an Actum processor configuration:

Actum supports same-day ACH payment and funding transactions. Please note that using same-day ACH transaction processing is dependent on your agreement with Actum.

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 Actum, see our Actum article.

{
    "actum": {
        "name": "Actum Processor 3",
        "password": "password123!",
        "username": "username",
        "parent_id": "123",
        "sftp_username": "username",
        "sftp_password": "password123!",
        "syspass": "syspass",
        "sub_id": "123456",
        "same_day": true,
        "same_day_cutoff_timezone": "UTC",
        "same_day_cutoff_time": "17:00",
        "account_balance_check": true,
        "process_non_connected": true
    }
}

Results

Returns true after a successful Actum processor update. An error results in a message and context object (agent ID) indicating the type of error (e.g. invalid processor ID).

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