Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
Amount (in cents) transferred.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
An arbitrary string attached to the object. Often useful for displaying to users.
Reason for the failure. A ReceivedDebit might fail because the FinancialAccount doesn't have sufficient funds, is closed, or is frozen.
The FinancialAccount that funds were pulled from.
A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.
Optionalinitiating_Has the value true if the object exists in live mode or the value false if the object exists in test mode.
The network used for the ReceivedDebit.
Details describing when a ReceivedDebit might be reversed.
Status of the ReceivedDebit. ReceivedDebits are created with a status of either succeeded (approved) or failed (declined). The failure reason can be found under the failure_code.
The Transaction associated with this object.
ReceivedDebits represent funds pulled from a FinancialAccount. These are not initiated from the FinancialAccount.