Create autopay ACH authorization
Creates an unsigned autopay ACH authorization document for a specified facility. This is a required step before enabling autopay. The user must agree to automatic ACH withdrawals before Pier can initiate payments. This document is automatically signed by the user when you call POST /enable_autopay.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The application_id
of the corresponding loan application for the facility
The borrower_id
of the corresponding borrower the facility is for
The loan_agreement_id
of the corresponding loan agreement the facility is for
An array of transactions made (empty if no payments are due)
An array of statements for the loan (empty if no statements exist)
An array of payments due (empty if no payments are due)
The date the loan was originated (YYYY-MM-DD)
The date the loan was disbursed (YYYY-MM-DD)
The date the next payment is due (YYYY-MM-DD)
The date the current payment is due (YYYY-MM-DD)
The date the last payment was made (YYYY-MM-DD)
The date the principal is paid through (YYYY-MM-DD)
The next billing date of the loan (YYYY-MM-DD)
The date the interest is accrued through (YYYY-MM-DD)
The next accrual cutoff date of the loan (YYYY-MM-DD)
The scheduled payoff date of the loan (YYYY-MM-DD)
The last statement information including date/amount.
The current interest balance of the loan, in cents (deprecated - see balances field)
The current payoff balance of the loan, in cents (deprecated - see balances field)