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 ReceivedCredit might fail because the receiving FinancialAccount is closed or frozen.
The FinancialAccount that received the funds.
A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
The rails used to send the funds.
Details describing when a ReceivedCredit may be reversed.
Status of the ReceivedCredit. ReceivedCredits are created either succeeded (approved) or failed (declined). If a ReceivedCredit is declined, the failure reason can be found in the failure_code field.
The Transaction associated with this object.
ReceivedCredits represent funds sent to a FinancialAccount (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.