Request Sandbox Keys
See a Demo
Search...
/
Overview
Quickstart
Payments and Disbursements
Errors
Webhooks
Guides
Starter Mode
KYC
Line of Credit program
Buy Now Pay Later program
API Reference
Applications
Auth
Borrowers
Configuration
Coverage
Facilities
Loan Agreements
POST
Create a loan agreement
POST
Sign a loan agreement
GET
Get a loan agreement by id
GET
List all loan agreements
Payments
Request Sandbox Keys
See a Demo
API Reference
Loan Agreements
Get a loan agreement by id
GET
https://
production.pier-finance.com
/
api
/
loan_agreements
/
:loan_agreement_id
Retrieve a loan agreement by its id
Path parameters
loan_agreement_id
string
Required
Response
This endpoint returns an object.
id
string
application_id
string
The
application_id
of the corresponding loan application the agreement is for
created_on
datetime
Timestamp the loan agreement object is created on
document_url
string
Url where the loan agreement document is hosted
status
enum
Allowed values:
pending_signature
signed
expired
The status of the document
type
enum
Allowed values:
credit_agreement
ach_authorization
autopay_ach_authorization
credit_disclosure
The type of document
signature_timestamp
datetime
Optional
Timestamp of when e-signature is completed
Errors
401
Unauthorized
404
Not Found
429
Too Many Requests
500
Internal Server Error
Built with