Attributes
- idstring
Unique identifier for the object.
- objectstring
String representing the object’s type. Objects of the same type share the same value.
- adjusted_
for_ overdraftnullable object If this is a
type=adjusted_
transaction, contains information about what caused the overdraft, which triggered this transaction.for_ overdraft - adjusted_for_overdraft.
balance_ transactionstringExpandable The Balance Transaction that corresponds to funds taken out of your Stripe balance.
- adjusted_for_overdraft.
linked_ transactionstringExpandable The Cash Balance Transaction that brought the customer balance negative, triggering the clawback of funds.
- applied_
to_ paymentnullable object If this is a
type=applied_
transaction, contains information about how funds were applied.to_ payment - applied_to_payment.
payment_ intentstringExpandable The Payment Intent that funds were applied to.
- createdtimestamp
Time at which the object was created. Measured in seconds since the Unix epoch.
- currencystring
Three-letter ISO currency code, in lowercase. Must be a supported currency.
- customerstringExpandable
The customer whose available cash balance changed as a result of this transaction.
- ending_
balanceinteger The total available cash balance for the specified currency after this transaction was applied. Represented in the smallest currency unit.
- fundednullable object
If this is a
type=funded
transaction, contains information about the funding.- funded.
bank_ transferobject Information about the bank transfer that funded the customer’s cash balance.
- funded.
bank_transfer. eu_ bank_ transfernullable object EU-specific details of the bank transfer.
- funded.
bank_transfer. eu_bank_transfer. bicnullable string The BIC of the bank of the sender of the funding.
- funded.
bank_transfer. eu_bank_transfer. iban_ last4nullable string The last 4 digits of the IBAN of the sender of the funding.
- funded.
bank_transfer. eu_bank_transfer. sender_ namenullable string The full name of the sender, as supplied by the sending bank.
- funded.
bank_transfer. gb_ bank_ transfernullable object UK-specific details of the bank transfer.
- funded.
bank_transfer. gb_bank_transfer. account_ number_ last4nullable string The last 4 digits of the account number of the sender of the funding.
- funded.
bank_transfer. gb_bank_transfer. sender_ namenullable string The full name of the sender, as supplied by the sending bank.
- funded.
bank_transfer. gb_bank_transfer. sort_ codenullable string The sort code of the bank of the sender of the funding
- funded.
bank_transfer. jp_ bank_ transfernullable object Japan-specific details of the bank transfer.
- funded.
bank_transfer. jp_bank_transfer. sender_ banknullable string The name of the bank of the sender of the funding.
- funded.
bank_transfer. jp_bank_transfer. sender_ branchnullable string The name of the bank branch of the sender of the funding.
- funded.
bank_transfer. jp_bank_transfer. sender_ namenullable string The full name of the sender, as supplied by the sending bank.
- funded.
bank_transfer. referencenullable string The user-supplied reference field on the bank transfer.
- funded.
bank_transfer. typeenum The funding method type used to fund the customer balance. Permitted values include:
eu_
,bank_ transfer gb_
,bank_ transfer jp_
,bank_ transfer mx_
, orbank_ transfer us_
.bank_ transfer Possible enum valueseu_
bank_ transfer A bank transfer of type eu_bank_transfer
gb_
bank_ transfer A bank transfer of type gb_bank_transfer
jp_
bank_ transfer A bank transfer of type jp_bank_transfer
mx_
bank_ transfer A bank transfer of type mx_bank_transfer
us_
bank_ transfer A bank transfer of type us_bank_transfer
- funded.
bank_transfer. us_ bank_ transfernullable object US-specific details of the bank transfer.
- funded.
bank_transfer. us_bank_transfer. networknullable enum The banking network used for this funding.
Possible enum valuesach
Banking network is ACH
domestic_
wire_ us Banking network is US Domestic Wire
swift
Banking network is SWIFT
- funded.
bank_transfer. us_bank_transfer. sender_ namenullable string The full name of the sender, as supplied by the sending bank.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - net_
amountinteger The amount by which the cash balance changed, represented in the smallest currency unit. A positive value represents funds being added to the cash balance, a negative value represents funds being removed from the cash balance.
- refunded_
from_ paymentnullable object If this is a
type=refunded_
transaction, contains information about the source of the refund.from_ payment - refunded_from_payment.
refundstringExpandable The Refund that moved these funds into the customer’s cash balance.
- transferred_
to_ balancenullable object If this is a
type=transferred_
transaction, contains the balance transaction linked to the transfer.to_ balance - transferred_to_balance.
balance_ transactionstringExpandable The Balance Transaction that corresponds to funds transferred to your Stripe balance.
- typeenum
The type of the cash balance transaction. New types may be added in future. See Customer Balance to learn more about these types.
Possible enum valuesadjusted_
for_ overdraft A cash balance transaction type:
adjusted_
for_ overdraft applied_
to_ payment A cash balance transaction type:
applied_
to_ payment funded
A cash balance transaction type:
funded
funding_
reversed A cash balance transaction type:
funding_
reversed refunded_
from_ payment A cash balance transaction type:
refunded_
from_ payment return_
canceled A cash balance transaction type:
return_
canceled return_
initiated A cash balance transaction type:
return_
initiated transferred_
to_ balance A cash balance transaction type:
transferred_
to_ balance unapplied_
from_ payment A cash balance transaction type:
unapplied_
from_ payment - unapplied_
from_ paymentnullable object If this is a
type=unapplied_
transaction, contains information about how funds were unapplied.from_ payment - unapplied_from_payment.
payment_ intentstringExpandable The Payment Intent that funds were unapplied from.
{ "id": "ccsbtxn_1Na16B2eZvKYlo2CUhyw3dsF", "object": "customer_cash_balance_transaction", "created": 1690829143, "currency": "eur", "customer": "cus_9s6XKzkNRiz8i3", "ending_balance": 10000, "funded": { "bank_transfer": { "eu_bank_transfer": { "bic": "BANKDEAAXXX", "iban_last4": "7089", "sender_name": "Sample Business GmbH" }, "reference": "Payment for Invoice 28278FC-155", "type": "eu_bank_transfer" } }, "livemode": false, "net_amount": 5000, "type": "funded"}