Request Sandbox KeysSee a Demo
  • Overview
    • Quickstart
    • Payments and Disbursements
    • Errors
    • Webhooks
  • Guides
    • Compliance
    • Starter Mode
    • KYC
    • Line of Credit program
    • Buy Now Pay Later program
  • API Reference
LogoLogo
Request Sandbox KeysSee a Demo
API ReferenceBorrowers

GET
/borrowers
GET
/api/borrowers
1curl https://production.pier-finance.com/api/borrowers \
2 -H "Authorization: Bearer <token>"
Try it
1[
2 {
3 "type": "business",
4 "business_name": "Apple Landscaping",
5 "business_type": "corporation",
6 "id": "bor_18e5a3726b3943cda2635f40e1041ba4",
7 "state_of_incorporation": "DE",
8 "address": {
9 "line_1": "15 Market St",
10 "city": "San Francisco",
11 "state": "NJ",
12 "zip": "94133",
13 "line_2": null
14 },
15 "beneficial_owners": [
16 {
17 "address": {
18 "line_1": "15 Market St",
19 "city": "San Francisco",
20 "state": "CA",
21 "zip": "91133",
22 "line_2": null
23 },
24 "date_of_birth": "1991-12-18",
25 "email": "jdoe@acme.com",
26 "first_name": "Jane",
27 "government_identifiers": {
28 "ssn": "123456789"
29 },
30 "id": "63ae91f8eae458cb0d79f77e",
31 "last_name": "Dough",
32 "percent_ownership": 2500,
33 "phone": "4155555555"
34 }
35 ],
36 "business_contact": {
37 "first_name": "alex",
38 "last_name": "montana",
39 "phone": "4155555555",
40 "email": "alex@acme.co",
41 "title": "COO"
42 },
43 "created_on": "2022-12-30T07:23:36.665Z",
44 "dba_name": "Apple Landscaping",
45 "ein": "130256721",
46 "incorporation_date": "2000-12-12",
47 "kyb_completion_date": "2022-11-15",
48 "phone": "4152556465"
49 },
50 {
51 "type": "consumer",
52 "address": {
53 "line_1": "15 Main Street",
54 "city": "Austin",
55 "state": "TX",
56 "zip": "73301",
57 "line_2": "Unit 204"
58 },
59 "created_on": "2022-12-30T07:23:36.665Z",
60 "date_of_birth": "1991-12-18",
61 "email": "jdough@acme.co",
62 "first_name": "Jane",
63 "government_identifiers": {
64 "ssn": "999888777"
65 },
66 "id": "bor_a1d0c30d77104f35b4c842b99132624e",
67 "kyc_completion_date": "2022-11-15",
68 "last_name": "Dough"
69 }
70]
Retrieve all borrowers associated with your account
Was this page helpful?
Previous

Set webhook URLs

Next
Built with
Set webhook URLs
Retrieve all borrowers associated with your account
List all borrowers

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Response

This endpoint returns a list of objects.
businessobject
OR
consumerobject

Errors

Bearer authentication of the form Bearer <token>, where token is your auth token.