Skip to main content
Schema2020-08-27object

transfer

A `Transfer` object is created when you move funds between Stripe accounts as part of Connect. Before April 6, 2017, transfers also represented movement of funds from a Stripe account to a card or bank account. This behavior has since been split out into a [Payout](https://stripe.com/docs/api#payout_object) object, with corresponding payout endpoints. For more information, read about the [transfer/payout split](https://stripe.com/docs/transfer-payout-split). Related guide: [Creating Separate Charges and Transfers](https://stripe.com/docs/connect/charges-transfers).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

TransferReversalList

object

A list of reversals that have been applied to the transfer.

data array
required

Details about each object.

has_more boolean
required

True if this list has another page of items after this one that can be fetched.

object string
required

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

url string
required

The URL where this list can be accessed.