Show payout item details
GET {{base_url}}/v1/payments/payouts-item/:payout_item_id
Shows details for a payout item, by ID. A payoutitemid
helps you identify denied payments. If a payment is denied, you can use the payoutitemid
to identify the payment even if it lacks a transaction_id
.
RESPONSES
status: OK
{"payout_item_id":"4FNYP6JKEW28S","transaction_id":"7NU325120B005284J","activity_id":"9MA543628Y061272E","transaction_status":"RETURNED","payout_item_fee":{"currency":"USD","value":"0.25"},"payout_batch_id":"42WWRAXUXYSQQ","sender_batch_id":"Payouts_1643784368","payout_item":{"recipient_type":"EMAIL","amount":{"currency":"USD","value":"10.00"},"note":"Thanks for your patronage!","receiver":"Barry4@yahoo.com","sender_item_id":"201403140001","recipient_wallet":"PAYPAL"},"time_processed":"2022-02-02T06:46:09Z","errors":{"name":"RECEIVER_UNREGISTERED","message":"The recipient for this payout does not have an account. A link to sign up for an account was sent to the recipient. However, if the recipient does not claim this payout within 30 days, the funds will be returned to your account.","information_link":"https://developer.paypal.com/docs/api/payments.payouts-batch/#errors","details":[],"links":[]},"links":[{"href":"https://api.sandbox.paypal.com/v1/payments/payouts-item/4FNYP6JKEW28S","rel":"self","method":"GET","encType":"application/json"},{"href":"https://api.sandbox.paypal.com/v1/payments/payouts/42WWRAXUXYSQQ","rel":"batch","method":"GET","encType":"application/json"}]}