This section provides an overview on Repay in Secure Payments.
Secure Payments is integrated with multiple payment processors. Repay is one of LoanPro's integrated payment processor partners.
You can retrieve Repay processor configuration information, create processor configuration, update processor configuration, delete processor configuration, and process a transaction.
You will find the key-value pairs for the repay
object below.
Key-value pairs
Value: | Definition: |
---|---|
id | The processor configuration ID. |
name | The processor configuration name. |
subdomain | The subdomain of your Repay account. |
apptoken | The account token. > This is provided by Repay. |
convenience_fee | A convenience fee amount added to a borrower's payment when this processor is used. |
same_day | Determines whether to use same-day ACH processing. |
same_day_cutoff_time | The cut-off time for same-day ACH transactions. Required if same_day is set to true . > Formatted as hh:mm in 15-minute increments between 00:00 and 23:45 . > If made before the cut-off time, same-day transactions are processed on the same day they are created. |
same_day_cutoff_timezone | The time zone in which the same-day cut-off time is located. Required if same_day is set to true . > Time zones are updated automatically to reflect daylight savings time. |
funding_transactions_mode | Determines whether transactions are processed via a sandbox or production Repay environment. |
ach_funding_username | The ACH funding username. > This is provided by Repay. |
ach_funding_gateway_mid | The ACH funding gateway merchant ID. > This is provided by Repay. |
ach_funding_token | The ACH funding token. > This is provided by Repay. |
funding_username | The card funding username. > This is provided by Repay. |
funding_token | The card funding token. > This is provided by Repay. |
process_non_connected | Determines whether to process payment transactions for payment profiles that have not been connected via LoanPro's User Permissioned Bank Account Access feature. |
account_balance_check | Determines whether to use LoanPro's User-Permissioned Bank Account Access feature to continually capture the balance of bank accounts used with this processor configuration. |