stripeapi-2.0.0.1: Stripe-Library
Safe HaskellNone
LanguageHaskell2010

StripeAPI.Types.TransferReversal

Description

Contains the types generated from the schema TransferReversal

Synopsis

Documentation

data TransferReversal Source #

Defines the object schema located at components.schemas.transfer_reversal in the specification.

Stripe Connect platforms can reverse transfers made to a connected account, either entirely or partially, and can also specify whether to refund any related application fees. Transfer reversals add to the platform's balance and subtract from the destination account's balance.

Reversing a transfer that was made for a destination charge is allowed only up to the amount of the charge. It is possible to reverse a transfer_group transfer only if the destination account has enough balance to cover the reversal.

Related guide: Reversing Transfers.

Constructors

TransferReversal 

Fields

data TransferReversalBalanceTransaction'Variants Source #

Defines the oneOf schema located at components.schemas.transfer_reversal.properties.balance_transaction.anyOf in the specification.

Balance transaction that describes the impact on your account balance.

data TransferReversalDestinationPaymentRefund'Variants Source #

Defines the oneOf schema located at components.schemas.transfer_reversal.properties.destination_payment_refund.anyOf in the specification.

Linked payment refund for the transfer reversal.

data TransferReversalSourceRefund'Variants Source #

Defines the oneOf schema located at components.schemas.transfer_reversal.properties.source_refund.anyOf in the specification.

ID of the refund responsible for the transfer reversal.

data TransferReversalTransfer'Variants Source #

Defines the oneOf schema located at components.schemas.transfer_reversal.properties.transfer.anyOf in the specification.

ID of the transfer that was reversed.