Create Repay processor

This request creates a Repay payment processor.

   Click here to learn more about this request

Repay is an integrated payment processor that facilitates Bank Account/ACH and bank card 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 Repay processor via the Secure Payments API will also create it within your Loan Management System (LMS) account. However, please note that the processor will have an LMS ID and a Secure Payments ID.
  • You will need to have received approval from Repay before using their services. Once your account is activated, your account credentials are used within the payload of this request.
  • A Repay processor can be used for both processing payments and funding a bank account.

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

Database

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

{
    "repay": {
        "name": "Repay Processor 334",
        "subdomain": "testing",
        "apptoken": "NA4A1NzEt...",
        "convenience_fee": 3,
        "same_day": true,
        "same_day_cutoff_time": "16:00",
        "same_day_cutoff_timezone": "US/Eastern",
        "funding_token": "card funding token",
        "funding_username": "card funding username",
        "ach_funding_gateway_mid": "ach funding gid",
        "ach_funding_token": "ach funding token",
        "ach_funding_username": "ach funding username"
    }
}
Language
Authorization
Click Try It! to start a request and see the response here!