put https://securepayments.loanpro.io/api/processors/repay/
This request updates an existing Repay payment processor configuration.
Click here to learn more about this request
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 Repay ↗
{
"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"
}
}