{
"sender_batch_header": {
"sender_batch_id": "5c201b81a93a4",
"email_subject": "You have a Payout!"
},
"items": [
{
"recipient_type": "Email",
"note": "Thanks for your patronage!",
"receiver": "shirt-supplier-one@gmail.com",
"sender_item_id": "2014031400023",
"amount": {
"value": "1.00",
"currency": "USD"
}
}
]
}{
"batch_header": {
"payout_batch_id": "JNAJWX4XWB9V2",
"batch_status": "SUCCESS",
"time_created": "2018-12-23T23:34:28Z",
"time_completed": "2018-12-23T23:34:33Z",
"sender_batch_header": {
"sender_batch_id": "5c201b81a93a4",
"email_subject": "You have a Payout!"
},
"amount": {
"currency": "USD",
"value": "1.00"
},
"fees": {
"currency": "USD",
"value": "0.25"
}
},
"items": [
{
"payout_item_id": "C9K5LFQ3E8P7W",
"transaction_id": "6K5881225S350620F",
"transaction_status": "UNCLAIMED",
"payout_item_fee": {
"currency": "USD",
"value": "0.25"
},
"payout_batch_id": "JNAJWX4XWB9V2",
"payout_item": {
"recipient_type": "EMAIL",
"amount": {
"currency": "USD",
"value": "1.00"
},
"note": "Thanks for your patronage!",
"receiver": "shirt-supplier-one@gmail.com",
"sender_item_id": "2014031400023",
"recipient_wallet": "PAYPAL"
},
"time_processed": "2018-12-23T23:34:33Z",
"errors": {
"name": "RECEIVER_UNREGISTERED",
"message": "This receiver is not registered. You'll need to request them to sign up with PayPal to receive the payment.",
"information_link": "https://developer.paypal.com/docs/api/payments.payouts-batch/#errors",
"details": []
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts-item/C9K5LFQ3E8P7W",
"rel": "item",
"method": "GET",
"enctype": "application/json"
}
]
}
],
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/JNAJWX4XWB9V2?page_size=1&page=1",
"rel": "self",
"method": "GET",
"enctype": "application/json"
}
]
}{
"payout_item_id": "C9K5LFQ3E8P7W",
"transaction_id": "25489944RF984670C",
"transaction_status": "RETURNED",
"payout_item_fee": {
"currency": "USD",
"value": "0.25"
},
"payout_batch_id": "JNAJWX4XWB9V2",
"sender_batch_id": "5c201b81a93a4",
"payout_item": {
"amount": {
"currency": "USD",
"value": "1.00"
},
"note": "Thanks for your patronage!",
"receiver": "shirt-supplier-one@gmail.com",
"recipient_type": "EMAIL",
"sender_item_id": "2014031400023"
},
"time_processed": "2018-12-23T23:34:33Z",
"errors": {
"name": "RECEIVER_UNREGISTERED",
"message": "Receiver is unregistered",
"information_link": "https://developer.paypal.com/docs/api/payments.payouts-batch/#errors"
},
"links": [
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts-item/C9K5LFQ3E8P7W",
"rel": "self",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/JNAJWX4XWB9V2",
"rel": "batch",
"method": "GET"
}
]
}