Vendors

The Vendor object

From the Vendors endpoint, you can retrieve a list of all vendors for a specified business.

FieldTypeDescription
id
sortable, filterable
string Identifier for the vendor, unique for the business in the accounting service.
vendorName
sortable, filterable
stringName of the vendor as recorded in the accounting service, typically the company name.
contactNamestringFull name of the primary contact of the vendor.
contactFirstNamestringFirst name of the primary contact of the vendor.
contactLastNamestringLast name of the primary contact of the vendor.
emailAddress stringEmail of the vendor.
website stringWebsite of the vendor.
parentRefReference TypesReference to parent vendor if this represents a sub-vendor.
currency stringISO-4217 currency code of the customer's default currency.
paymentMethodRefReference Types Preferred payment method used by the customer
phone stringPhone number of the vendor.
billingAddress Reference TypesBilling address of the vendor.
shippingAddressReference TypesShipping address of the vendor.
contacts arrayAn array of contact information associated with the vendor.
taxNumber stringVendor tax number.
balance
sortable, filterable
decimalVendor outstanding balance.
status
sortable, filterable
stringVendor status of the vendor.
isPerson
sortable, filterable
booleanSpecifies whether the vendor is an individual person or a company.
sourceModifiedDate
sortable, filterable
string
See Date
Date the record was last changed in the accounting system.

The Vendor Bank Account Object

From the Vendor Bank Accounts endpoint, you can retrieve a list of bank accounts for a specified vendor of a business.

FieldTypeDescription
id
sortable, filterable
string Identifier for the vendor bank account, unique for the business in the accounting service.
name
sortable, filterable
stringName of the account as recorded in the accounting service.
contactNamestringFull name of the primary contact of the vendor.
type
sortable, filterable
stringThe bank account type. Valid values:
checking
saving
creditCard
loan
investment
unknown
vendorRefReference TypesReference to the vendor against which the payment is created.
accountNumber
sortable, filterable
stringAccount number for the bank account.
routingNumber
sortable, filterable
stringRouting number for the bank associated with the account.
bankName
sortable, filterable
stringName of the bank.
supportsAch
sortable, filterable
booleanDoes the account support ACH payments
supportsWire
sortable, filterable
booleanDoes the account support wire transfers
supportsCheck
sortable, filterable
booleanDoes the account support check payments
address Reference TypesAddress of the bank.
currencystringISO-4217 currency code of the vendor's default currency.
sourceModifiedDate
sortable, filterable
string
See Date
Date the record was last changed in the accounting system.

The Vendor Reference Object

Data types that reference a vendor, for example, bills and purchase orders, use a vendorRef that includes the id and name of the linked vendor.

📘

Using Vendor Reference in Push

For convenience, when pushing data vendorRef can be used alone with the id as a value instead of nesting it within.