Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the business to fetch the customer credit for
The UUID of the customer credit to fetch
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.