v1
latestOpenAPI 3.0.32026-07-2632131.4 MBVendors (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
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"
}
}
}