Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the business to fetch customer credits for
Query Parameters
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.
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.
Response
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 10KB
{
"custom_field": "value",
"any valid json": "below 10kb",
"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.