Vendor bills for payment

Lists open bills for a vendor when recording a vendor payment.

GEThttps://api.tracksales.co/api/v1/vendors/{vendorUuid}/bills-for-payment

Required scope: vendor_payments:read

Path Params

vendorUuidstringrequired

Vendor UUID

Query Params

payment_idinteger

Existing vendor payment ID when editing a payment (includes bills already linked to that payment)

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Vendor was not found.

422Validation Error

Request validation failed.