Mayson Monorepo Documentation
    Preparing search index...
    Index

    Properties

    credit_reversal?: Stripe.Treasury.CreditReversal

    You can reverse some ReceivedCredits depending on their network and source flow. Reversing a ReceivedCredit leads to the creation of a new object known as a CreditReversal.

    outbound_payment?: Stripe.Treasury.OutboundPayment

    Use OutboundPayments to send funds to another party's external bank account or FinancialAccount. To send money to an account belonging to the same user, use an OutboundTransfer.

    Simulate OutboundPayment state changes with the /v1/test_helpers/treasury/outbound_payments endpoints. These methods can only be called on test mode objects.

    Related guide: Moving money with Treasury using OutboundPayment objects

    outbound_transfer?: Stripe.Treasury.OutboundTransfer

    Use OutboundTransfers to transfer funds from a FinancialAccount to a PaymentMethod belonging to the same entity. To send funds to a different party, use OutboundPayments instead. You can send funds over ACH rails or through a domestic wire transfer to a user's own external bank account.

    Simulate OutboundTransfer state changes with the /v1/test_helpers/treasury/outbound_transfers endpoints. These methods can only be called on test mode objects.

    Related guide: Moving money with Treasury using OutboundTransfer objects

    payout?: Stripe.Payout

    A Payout object is created when you receive funds from Stripe, or when you initiate a payout to either a bank account or debit card of a connected Stripe account. You can retrieve individual payouts, and list all payouts. Payouts are made on varying schedules, depending on your country and industry.

    Related guide: Receiving payouts

    The type of the source flow that originated the ReceivedCredit.