Payments
With our Payments functionality, you can now rapidly build a number of payments-related activities for Borrowers into your products and services:
- add Borrower-owned
SourceAccounts
to fund payments - activate and deactivate Autopay
- make one-time
Payments
using Borrower funds - create
PaymentSeries
that follow a recurring schedule each month - create
BatchPayments
using third-party, employer, and businessSourceAccounts
Payments Program Membership Required
These features require membership in the Payitoff Payments Program. Please reach out to [email protected] or Customer Success if you're interested in joining the Payments Program.
You'll also need an API Key and Nexus Key to build Payments into your products and servicers. If you don't have one, please reach out to [email protected].
How Payments Work
Integrating Payments into your products and services requires a few different steps and careful attention to detail.
Let's take a quick look at the steps you'll want to follow to prepare a Borrower
for having payment information ready and usable.
Use Nexus
to link your Borrowers with their Servicers
Nexus
to link your Borrowers with their ServicersTo power payments, all Borrowers must be linked to their Servicers using Nexus
, our JavaScript widget which takes all the hassle out of connecting your Borrowers and building Loan Portfolios—and keeping them up-to-date.
Determine if you need a Payment
, a PaymentSeries
, or a BatchPayment
Payment
, a PaymentSeries
, or a BatchPayment
Scenario | SourceAccount Owner | Solution |
---|---|---|
I want to make a payment for one Borrower | The Borrower owns the SourceAccount from which funds will be transferred. | Payment |
I want to make a payment for one Borrower on a regularly recurring schedule every month. | The Borrower owns the SourceAccount from which funds will be transferred. | PaymentSeries |
I want to make a payment for one Borrower | My business or another third-party owns the SourceAccount from which funds will be transferred. | BatchPayment |
I want to make a payment for many Borrowers | My business or another third-party owns the SourceAccount from which funds will be transferred. | BatchPayment |
Updated over 1 year ago