Returns a list of customer credits for the specified business. Customer credits can be filtered by date range and customer. Results will be paginated.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The UUID of the business to fetch customer credits for.
Filter customer credits by customer ID.
Filter customer credits by sent date. Customer credits received on or after this date will be included. ISO 8601 date format.
Filter customer credits by sent date. Customer credits received before this date will be included. ISO 8601 date format.
Filter customer credits by exact memo match.
Filter customer credits where memo contains this substring.
Filter by exact reference number match. Returns only records with this exact reference number.
Comma-separated list of reference numbers to filter customer credits by. Only customer credits with reference numbers matching any value in this list will be returned.
Success.
Unique identifier for the customer credit.
The customer associated with this credit.
List of line items for this customer credit.
Timestamp when the customer credit was created.
Timestamp when the customer credit was last updated.
List of tags associated with this customer credit.
External identifier for the customer credit.
Timestamp when the customer credit was sent.
List of allocations for this customer credit.
Timestamp when the customer credit was deleted, if applicable.
Memo for any text you would like to associate with the customer 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 customer credit. Can be used to filter when listing customer credits.