/v1/customers/{customer}/cash_balance_transactions/{transaction}Retrieves a specific cash balance transaction, which updated the customer’s cash balance.
| Name | Description |
|---|---|
| customer* | |
| transaction* |
| Name | Description |
|---|---|
| expand | Specifies which fields in the response should be expanded. |
object (no properties in spec)
| Field | Type | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adjusted_for_overdraft | customer_balance_resource_cash_balance_transaction_resource_adjusted_for_overdraft | 2 nested fields
| |||||||||
| applied_to_payment | customer_balance_resource_cash_balance_transaction_resource_applied_to_payment_transaction | 1 nested field
| |||||||||
| created* | integer (unix-time) | Time at which the object was created. Measured in seconds since the Unix epoch. | |||||||||
| currency* | string | Three-letter ISO currency code, in lowercase. Must be a supported currency. | |||||||||
| customer* | string | customer | The customer whose available cash balance changed as a result of this transaction. | |||||||||
| customer_account | string | The ID of an Account representing a customer whose available cash balance changed as a result of this transaction. | |||||||||
| ending_balance* | integer | The total available cash balance for the specified currency after this transaction was applied. Represented in the smallest currency unit. | |||||||||
| funded | customer_balance_resource_cash_balance_transaction_resource_funded_transaction | 1 nested field
| |||||||||
| id* | string | Unique identifier for the object. | |||||||||
| livemode* | boolean | If the object exists in live mode, the value is | |||||||||
| net_amount* | integer | 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. | |||||||||
| object* | string | String representing the object's type. Objects of the same type share the same value. | |||||||||
| refunded_from_payment | customer_balance_resource_cash_balance_transaction_resource_refunded_from_payment_transaction | 1 nested field
| |||||||||
| transferred_to_balance | customer_balance_resource_cash_balance_transaction_resource_transferred_to_balance | 1 nested field
| |||||||||
| type* | string | The type of the cash balance transaction. New types may be added in future. See Customer Balance to learn more about these types. | |||||||||
| unapplied_from_payment | customer_balance_resource_cash_balance_transaction_resource_unapplied_from_payment_transaction | 1 nested field
|