Request Object
{
"sender_batch_header": {
"sender_batch_id": "67374b5c2ce65",
"email_subject": "You have a Payout!"
},
"items": [
{
"recipient_type": "Email",
"note": "Thanks for your patronage!",
"receiver": "shirt-supplier-one@gmail.com",
"sender_item_id": "2014031400023",
"amount": {
"value": "1.00",
"currency": "USD"
}
}
]
}
Response Object
{
"batch_header": {
"payout_batch_id": "TTCRZ4XT444KY",
"batch_status": "SUCCESS",
"time_created": "2024-11-15T13:23:40Z",
"time_completed": "2024-11-15T13:23:41Z",
"sender_batch_header": {
"sender_batch_id": "67374b5c2ce65",
"email_subject": "You have a Payout!"
},
"funding_source": "BALANCE",
"amount": {
"currency": "USD",
"value": "1.00"
},
"fees": {
"currency": "USD",
"value": "0.25"
}
},
"items": [
{
"payout_item_id": "EY3RNXM3SDPWU",
"transaction_id": "4S141967GH156380H",
"activity_id": "8HX2154382878544N",
"transaction_status": "UNCLAIMED",
"payout_item_fee": {
"currency": "USD",
"value": "0.25"
},
"payout_batch_id": "TTCRZ4XT444KY",
"payout_item": {
"recipient_type": "EMAIL",
"amount": {
"currency": "USD",
"value": "1.00"
},
"note": "Thanks for your patronage!",
"receiver": "shirt-supplier-one@gmail.com",
"sender_item_id": "2014031400023",
"recipient_wallet": "PAYPAL",
"purpose": "GOODS"
},
"time_processed": "2024-11-15T13:23:41Z",
"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/EY3RNXM3SDPWU",
"rel": "item",
"method": "GET",
"enctype": "application/json"
}
]
}
],
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/TTCRZ4XT444KY?page_size=1&page=1",
"rel": "self",
"method": "GET",
"enctype": "application/json"
}
]
}