Cancels an unclaimed payout item, by ID. If no one claims the unclaimed item within 30 days, the API automatically returns the funds to the sender. Use this call to cancel the unclaimed item before the automatic 30-day refund. You can cancel payout items with a transaction_status of UNCLAIMED.
Oauth 2.0 authentication
The ID of the payout item to cancel.
1 - 32^.*$A successful request returns the HTTP 200 OK status code with a JSON response body that shows payout item details.
The payout item status and other details. A payout_item_id helps you identify denied payments. If a payment is denied, you can use the payout_item_id to identify the payment even if it lacks a transaction_id.
The ID for the payout item. Visible when you show details for a payout.
30^.*$The PayPal-generated ID for the payout batch.
30^.*$The sender-provided information for the payout item.
The PayPal-generated ID for the transaction.
30^.*$The unique PayPal-generated common ID that links the sender- and receiver-side transactions. Used for tracking.
30^.*$The item transaction status.
Note: ForPOST/v1/payments/payouts-item/{payout_item_id}/cancel, the only possibletransaction_statusvalue isRETURNED.
SUCCESS, FAILED, PENDING, UNCLAIMED, RETURNED, ONHOLD, BLOCKED, REFUNDED, REVERSED 1 - 36^[0-9A-Z_]+$The estimate for the payout fee. Initially, the fee is 0. The fee is populated after the item moves to the PENDING state
A sender-specified ID. Tracks the payout in an accounting system. Should be unique within 30 days.
256^.*$The currency conversion applicable for this payout item.
The date and time when this item was last processed, in Internet date and time format.
1 - 100The error details.