v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Vendors (only available for accounting add-on users)

Query a vendor

Get specific vendor by ID

get/vendors/{id}

Path parameters

idstring required
Example:6092061fdeaae7002f92078e

Vendor id to get

Response

Vendor response

idstring required
companystring required
firstNamestring required
lastNamestring required
fullNamestring
phonestring[] required
emailstring[] required
addressstring
codestring
notesstring

Example response

{
  "payoutMethod": {
    "accountHolderName": "Jane Doe",
    "bankName": "Chase",
    "accountNumber": "123456789",
    "routingNumber": "021000021",
    "type": "ABA",
    "accountType": "checking",
    "accountHolderType": "individual",
    "bsbCode": "062-000",
    "sortCode": "12-34-56",
    "businessAddress": {
      "street": "123 Main St",
      "country": "US",
      "city": "New York",
      "stateProvince": "NY",
      "zipCode": "10001"
    }
  }
}