BalanceTransaction
Balance transactions represent funds moving through your account.
- Type: integerFormat: int64
amount Gross amount of this transaction (in cents (or local equivalent)). A positive value represents funds charged to another party, and a negative value represents funds sent to another party.
- Type: stringFormat: date-time
created Time at which the object was created. Measured in seconds since the Unix epoch.
- Type: object · Currency
currency Three-letter ISO currency code
- Type: string
iso requiredThree-letter ISO currency code
- Type: integer
scale requiredNumber of decimal places for this currency
- Type: number | nullFormat: double
exchange _rate If applicable, this transaction uses an exchange rate. If money converts from currency A to currency B, then the
amountin currency A, multipled by theexchange_rate, equals theamountin currency B. For example, if you charge a customer 10.00 EUR, the PaymentIntent'samountis1000andcurrencyiseur. If this converts to 12.34 USD in your account, the BalanceTransaction'samountis1234, itscurrencyisusd, and theexchange_rateis1.234. - Type: integerFormat: int64
fee Fees (in cents (or local equivalent)) paid for this transaction. Represented as a positive integer when assessed.
- Type: string
id max length:5000Unique identifier for the object.
- Type: integerFormat: int64
net Net impact to the balance (in cents (or local equivalent)). A positive value represents incrementing the balance, and a negative value decrementing the balance. You can calculate the net impact of a transaction on a balance by
amount-fee

