TransferReversals

Columns

Name

Type

ReadOnly

References

Description

Id [KEY]

String

True

The Id of the reversal.

Transfer [KEY]

String

True

The Id of the transfer that was reversed.

Amount

Integer

False

A positive integer in cents representing how much of this transfer to reverse.

Description

String

False

An arbitrary string which you can attach to a reversal object. It is displayed alongside the reversal in the dashboard. This will be unset if you POST an empty value.

RefundApplicationFee

Boolean

False

Boolean indicating whether the application fee should be refunded when reversing this transfer.

Pseudo-Columns

Name

Type

Description

AccountId

String

The Id of the connected account to get Transfer reversals for.

Last updated