Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The UUID of the business the customer credit belongs to
The UUID of the customer credit to update
Body
External identifier for the customer credit
UUID of the customer this credit is associated with
External identifier of the customer this credit is associated with
Timestamp when the customer credit was sent
List of line items for this customer credit
List of allocations for this customer credit
List of tags associated with this customer credit
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.
Response
Customer credit updated successfully
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.