Update Repay processor configuration

This request updates an existing Repay payment processor configuration.

Repay is one of LoanPro's integrated payment processing partners. After creating a Repay processor configuration, this request can be used to update existing settings. Note the following when updating a Repay 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. Some fields are required when updating a Repay processor configuration, but fields not included in the payload will remain unchanged.

To learn more about LoanPro's Repay integration, see our Repay article.

{
    "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"
    }
}

Results

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

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