curl -X POST 'https://api.sandbox.paypal.com/v1/payments/payouts' -H 'accept: application/json' -H 'authorization: Bearer A21AAGF-BEinD8SKnbtzeRdigUOJ4g6ml6X_Vl_MmmxtYize22X8UXzpqUT1YvmVZIeGGrp41HErZgsPmX87z4RjP79Ftb8eg' -H 'content-type: application/json' -d '{ "sender_batch_header": { "email_subject": "You have a payment", "sender_batch_id": "batch-1585500597234" }, "items": [ { "recipient_type": "PHONE", "amount": { "value": "1.10", "currency": "USD" }, "receiver": "4157811638", "note": "Payouts sample transaction", "sender_item_id": "item-1-1585500597234" }, { "recipient_type": "EMAIL", "amount": { "value": "1.10", "currency": "USD" }, "receiver": "ps-rec@paypal.com", "note": "Payouts sample transaction", "sender_item_id": "item-2-1585500597234" }, { "recipient_type": "PAYPAL_ID", "amount": { "value": "1.10", "currency": "USD" }, "receiver": "KPS7BV85Y6TGE", "note": "Payouts sample transaction", "sender_item_id": "item-3-1585500597234" } ] }'