Request Object
{
"sender_batch_header": {
"sender_batch_id": "6825c6a8ab150",
"email_subject": "You have a payment"
},
"items": [
{
"recipient_type": "Email",
"note": "Thanks you.",
"receiver": "[email protected]",
"sender_item_id": "item_16825c6a8ab2d5",
"amount": {
"value": "0.99",
"currency": "USD"
}
},
{
"recipient_type": "EMAIL",
"amount": {
"value": "0.90",
"currency": "USD"
},
"receiver": "[email protected]",
"note": "Thank you.",
"sender_item_id": "item_2"
},
{
"recipient_type": "EMAIL",
"receiver": "[email protected]",
"note": "Thank you.",
"sender_item_id": "6825c6a8ab58d",
"amount": {
"value": "0.90",
"currency": "USD"
}
}
]
}
Response Object
{
"batch_header": {
"payout_batch_id": "6QTCPDE6NSWW2",
"batch_status": "PENDING",
"sender_batch_header": {
"sender_batch_id": "6825c6a8ab150",
"email_subject": "You have a payment"
}
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/6QTCPDE6NSWW2",
"rel": "self",
"method": "GET",
"enctype": "application/json"
}
]
}