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