Mayson Monorepo Documentation
    Preparing search index...

    ReceivedCredits represent funds sent to a FinancialAccount (for example, via ACH or wire). These money movements are not initiated from the FinancialAccount.

    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "treasury.received_credit"

    String representing the object's type. Objects of the same type share the same value.

    amount: number

    Amount (in cents) transferred.

    created: number

    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.

    description: string

    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.

    financial_account: string

    The FinancialAccount that received the funds.

    hosted_regulatory_receipt_url: string

    A hosted transaction receipt URL that is provided when money movement is considered regulated under Stripe's money transmission licenses.

    livemode: boolean

    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.

    transaction: string | Stripe.Treasury.Transaction

    The Transaction associated with this object.