Create Repay processor

This request creates a Repay payment processor.

   Click here to learn more about this request

Repay is one of LoanPro's integrated payment processing partners that facilitates payment and funding transactions for bank accounts and bank cards. This request creates a new payment processor configuration and determines the settings for how transactions are sent to Repay. Note the following when creating a Repay processor configuration:

Before creating an LoanPaymentPro processor configuration, ensure you have activated an account with Repay. Your Repay account credentials are used within the payload of this request.

This request creates the payment processor configuration in Secure Payments and LoanPro. This allows users to initiate transactions from LoanPro and select a payment processor.

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

To learn more about LoanPro's Repay integration, see Repay ↗

ℹ️

How do payment processor configurations work within Secure Payments?

Secure Payments is integrated with multiple payment processors. The processors entity within Secure Payments represents configuration settings for how payment information is sent to a specific payment processor. Multiple processor configurations can be created for integrated payment processors—for example, two different LoanPaymentPro configurations can be created to handle different payment situations.

Secure Payments acts as the intermediary between LoanPro's Loan Management System and integrated payment processing partners. Transactions initiated from LoanPro are sent to the payment processor via Secure Payments; once the transaction status updates, Secure Payments relays the status to LoanPro to update the account's balance and transaction history.

To learn more about how LoanPro and Secure Payments work together, see Intro to Secure Payments ↗

{
    "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
Credentials
Click Try It! to start a request and see the response here!