Skip to main content
You can track the status of the individual payout items in a payout batch.
  1. Use a valid access token and send a GET request to /v1/payments/payouts/{id}.
    Path parameter: id is the payout batch ID returned as part of the Create payout batch response.
    Response: On successful processing, PayPal returns the payout_item_id for all items in the payout batch.
  2. Use a valid access token and send a GET request to /v1/payments/payouts-item/{payout_item_id}. Path parameter: payout_item_id is the payout item ID returned in the previous step.
    Response: On successful processing, PayPal returns the transaction_status of the payout item.
The following table summarizes the various values of transaction_status and what they mean: