{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations Payouts API", "version": "1.6" }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Paypal Create batch payout", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v1/payments/payouts", "headers": [ { "name": "PayPal-Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a batch payout. In the JSON request body, pass a `sender_batch_header` and an `items` array. The `sender_batch_header` defines how to handle the payout. The `items` array defines the payout items.
You can make payouts to one or more recipients.
Notes: