Request Object
{
"sender_batch_header": {
"sender_batch_id": "67d7a86669fae",
"email_subject": "You have a payment"
},
"items": [
{
"recipient_type": "Email",
"note": "Thanks you.",
"receiver": "shirt-supplier-one@gmail.com",
"sender_item_id": "item_167d7a8666a0a2",
"amount": {
"value": "0.99",
"currency": "USD"
}
},
{
"recipient_type": "EMAIL",
"amount": {
"value": "0.90",
"currency": "USD"
},
"receiver": "shirt-supplier-two@mail.com",
"note": "Thank you.",
"sender_item_id": "item_2"
},
{
"recipient_type": "EMAIL",
"receiver": "shirt-supplier-three@mail.com",
"note": "Thank you.",
"sender_item_id": "67d7a8666a4c3",
"amount": {
"value": "0.90",
"currency": "USD"
}
}
]
}
Response Object
{
"batch_header": {
"payout_batch_id": "2Z5XNN84MKN76",
"batch_status": "PENDING",
"sender_batch_header": {
"sender_batch_id": "67d7a86669fae",
"email_subject": "You have a payment"
}
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/2Z5XNN84MKN76",
"rel": "self",
"method": "GET",
"enctype": "application/json"
}
]
}