Table: stripe_balance_transactions
This table shows data for Stripe Balance Transactions.
https://stripe.com/docs/api/balance_transactions (opens in a new tab)
The primary key for this table is id. It supports incremental syncs based on the created column.
Columns
Name | Type |
---|---|
_cq_source_name | String |
_cq_sync_time | Timestamp |
_cq_id | UUID |
_cq_parent_id | UUID |
id (PK) | String |
created (Incremental Key) | Timestamp |
amount | Int |
available_on | Int |
currency | String |
description | String |
exchange_rate | Float |
fee | Int |
fee_details | JSON |
net | Int |
object | String |
reporting_category | String |
source | JSON |
status | String |
type | String |