Request Object
{
"sender_batch_header": {
"sender_batch_id": "67374e265e18f",
"email_subject": "You have a payment"
},
"items": [
{
"recipient_type": "Email",
"note": "Thanks you.",
"receiver": "shirt-supplier-one@gmail.com",
"sender_item_id": "item_167374e265e4a3",
"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": "67374e265ec18",
"amount": {
"value": "0.90",
"currency": "USD"
}
}
]
}
Response Object
{
"batch_header": {
"payout_batch_id": "EK7EY8WTDX6WY",
"batch_status": "PENDING",
"sender_batch_header": {
"sender_batch_id": "67374e265e18f",
"email_subject": "You have a payment"
}
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/EK7EY8WTDX6WY",
"rel": "self",
"method": "GET",
"enctype": "application/json"
}
]
}