Create Actum processor

This request creates an Actum payment processor.

General

Actum is an integrated payment processor that facilitates Bank Account/ACH transactions. Here's what you need to know about this request:

  • Creating a payment processor within Secure Payments allows you to select it when logging and processing borrower payments. When the payment is posted, the payment information is sent to the processor.
  • Creating an Actum processor via the Secure Payments API will also create it within your Loan Management System (LMS) account. However, please note that the processor will an LMS ID and a Secure Payments ID.
  • You will need to have received approval from Actum before using their services. Once your account is activated, your account credentials are used within the payload of this request.
  • An Actum processor can be used for both processing payments and funding a bank account.

For an example of how creating a Actum processor works within the UI, take a look at our Actum article.

Database

For information regarding payments and payment processor database tables, see the following articles:

{
    "actum": {
        "name": "Actum Processor",
        "parent_id": "ACTUM",
        "sub_id": "sub_id",
        "sftp_username": "your_username_here",
        "sftp_password": "your_password_here",
        "syspass": "your_syspass_here",
        "password": "your_password_here",
        "username": "your_username_here"
    }
}

🚧

Try It Instructions

Our pages often provide sample payload information so that you can try requests yourself. This request is a bit different.

We haven't included sample parameter information with this request. However, you can use our sample payloads as an example.

If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.

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