v1
latestOpenAPI 3.0.42026-07-2286621993.2 KBpayouts-item
Cancel unclaimed payout item
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 <code>transaction_status</code> of <code>UNCLAIMED</code>.
post/v1/payments/payouts-item/{payout_item_id}/cancel
Path parameters
payout_item_idstring required
The ID of the payout item to cancel.
Response
A successful request returns the HTTP 200 OK status code with a JSON response body that shows payout item details.