v1
latestOpenAPI 3.0.42026-07-2286621993.2 KBpayouts-item
Show payout item details
Shows details for a payout item, by ID. A <code>payout_item_id</code> helps you identify denied payments. If a payment is denied, you can use the <code>payout_item_id</code> to identify the payment even if it lacks a <code>transaction_id</code>.
get/v1/payments/payouts-item/{payout_item_id}
Path parameters
payout_item_idstring required
The ID of the payout item to cancel.
Response
A successful request returns the HTTP <code>200 OK</code> status code and a JSON response body with a <code>payout_item_details</code> object, which contains data about a payout item including the transaction status.