Request Object
{
"sender_batch_header": {
"sender_batch_id": "685087e7c6c94",
"email_subject": "You have a payment"
},
"items": [
{
"recipient_type": "Email",
"note": "Thanks you.",
"receiver": "[email protected]",
"sender_item_id": "item_1685087e7c6f32",
"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": "685087e7c747d",
"amount": {
"value": "0.90",
"currency": "USD"
}
}
]
}
Response Object
{
"batch_header": {
"payout_batch_id": "PCXPBFN5XAGEN",
"batch_status": "PENDING",
"sender_batch_header": {
"sender_batch_id": "685087e7c6c94",
"email_subject": "You have a payment"
}
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/PCXPBFN5XAGEN",
"rel": "self",
"method": "GET",
"enctype": "application/json"
}
]
}