File name: charges.csv.zstd

The charges export contains all charges in Beat's database.

Field Data type Description
charge_id integer The charge ID.
user_id integer The user ID associated with this charge.
reason string The reason for the charge.
entity_type string, one of track, release, coupon, campaign, balance, product, subscription, unknown The type of entity this charge is for.
entity_id string The ID of the associated entity.
currency_code string The currency code for this charge.
price integer The price amount.
added_date string The date the charge was created, in ISO 8601 format.
updated_date string The date the charge was last updated, in ISO 8601 format.
state string, one of awaiting_payment, paid, payment_failed, awaiting_refunding, refunded, refund_failed, unknown The current state of the charge.
status_message string A status message providing additional details.