Attributes
- idstringUnique identifier for the object. 
- amountintegerAmount, in cents. 
- currencyenumThree-letter ISO currency code, in lowercase. Must be a supported currency. 
- metadatanullable objectSet 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. 
- transferstringExpandableID of the transfer that was reversed. 
More attributes
- objectstringString 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. 
- createdtimestampTime 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"}