The Transfer Reversal object 

Connect
Transfer Reversals
The Transfer Reversal object

Attributes

  • idstring

    Unique identifier for the object.

  • amountinteger

    Amount, in cents.

  • currencyenum

    Three-letter ISO currency code, in lowercase. Must be a supported currency.

  • metadatanullable object

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

  • transferstringExpandable

    ID of the transfer that was reversed.

More attributes

  • objectstring

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

  • balance_transactionnullable stringExpandable

    Balance transaction that describes the impact on your account balance.

  • createdtimestamp

    Time at which the object was created. Measured in seconds since the Unix epoch.

  • destination_payment_refundnullable stringExpandable

    Linked payment refund for the transfer reversal.

  • source_refundnullable stringExpandable

    ID of the refund responsible for the transfer reversal.

The Transfer Reversal object
{
"id": "trr_1Mio2eLkdIwHu7ixN5LPJS4a",
"object": "transfer_reversal",
"amount": 400,
"balance_transaction": "txn_1Mio2eLkdIwHu7ixosfrbjhW",
"created": 1678147568,
"currency": "usd",
"destination_payment_refund": "pyr_1Mio2eQ9PRzxEwkZYewpaIFB",
"metadata": {},
"source_refund": null,
"transfer": "tr_1Mio2dLkdIwHu7ixsUuCxJpu"
}