List vendor credits
Returns a list of vendor credits for the specified business. Vendor credits can be filtered by date range and vendor. Results will be paginated.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business to fetch vendor credits for.
Query Parameters
Filter vendor credits by vendor ID.
Filter vendor credits by received date. Vendor credits received on or after this date will be included. ISO 8601 date format.
Filter vendor credits by received date. Vendor credits received on or before this date will be included. ISO 8601 date format.
Filter by exact reference number match. Returns only records with this exact reference number.
Comma-separated list of reference numbers to filter vendor credits by. Only vendor credits with reference numbers matching any value in this list will be returned.
Filter vendor credits by exact memo match.
Filter vendor credits where memo contains this substring.
Response
Success.
Unique identifier for the vendor credit.
The vendor associated with this credit.
Timestamp when the vendor credit was received.
List of line items for this vendor credit.
Timestamp when the vendor credit was created.
Timestamp when the vendor credit was last updated.
List of tags associated with this vendor credit.
External identifier for the vendor credit.
List of allocations for this vendor credit.
Timestamp when the vendor credit was deleted, if applicable.
Memo for any text you would like to associate with the vendor credit (for example, to display to end users).
Arbitrary custom metadata in JSON format with a size limit of 1KB.
{
"custom_field": "value",
"any valid json": "below 1kb",
"nested": { "meaning of life": 42, "array": [] }
}Any (typically user-visible) identifier you would like to associate with the vendor credit. Can be used to filter when listing vendor credits.