- Send a GET request to
/v1/payments/payouts-item/{payout_item_id}
. Replace{payout_item_id}
with the payout item ID retrieved from the Show payout batch details response. - The response includes the
transaction_status
for each payout item in the batch.
Status | Description |
---|---|
PENDING | PayPal processes your payout. The recipient receives the money after processing. |
SUCCESS | PayPal credits money to the recipient’s account. |
UNCLAIMED | The recipient does not have a PayPal or Venmo account. PayPal sends a signup link, and the payout status stays unclaimed until claimed or returned. |
REFUNDED | The recipient refunds the payout. The money returns to your account. |
FAILED | The payout fails, and PayPal does not deduct money from your account. |
ON_HOLD | PayPal reviews the payout. The payout stays temporarily on hold. |
BLOCKED | PayPal blocks the payout request. |
DENIED | PayPal denies the payout. Money is not deducted from your account. |
RETURNED | Money returns to your account. This happens if the recipient does not claim the payout or you cancel it. |