BalanceTransaction
Balance transactions represent funds moving through your account.
- amountType: integerFormat: int64
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.
- createdType: stringFormat: date-time
Time at which the object was created. Measured in seconds since the Unix epoch.
- currencyType: object · Currency
Three-letter ISO currency code
- isoType: stringrequired
Three-letter ISO currency code
- scaleType: integerrequired
Number of decimal places for this currency
- exchangeType: number | nullFormat: double
_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. - feeType: integerFormat: int64
Fees (in cents (or local equivalent)) paid for this transaction. Represented as a positive integer when assessed.
- idType: stringmax length:5000
Unique identifier for the object.
- netType: integerFormat: int64
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

