{
"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:
PayPal does not process duplicate payouts. If you specify a
sender_batch_idthat was used in the last 30 days, the API rejects the request with an error message that shows the duplicat" }, { "info": { "name": "Paypal Show payout batch details", "type": "http" }, "http": { "method": "GET", "url": "https://api-m.sandbox.paypal.com/v1/payments/payouts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the payout for which to show details." }, { "name": "fields", "value": "", "type": "query", "description": "Shows details for only the specified fields." }, { "name": "page", "value": "", "type": "query", "description": "A non-zero integer representing the page of the results." }, { "name": "page_size", "value": "", "type": "query", "description": "The maximum number of results to return at one time. Value is a non-negative, non-zero integer. If the user chooses pagination, the maximum page is `1000`." }, { "name": "total_required", "value": "", "type": "query", "description": "Indicates whether to show the total items and total pages count in the response." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Shows the latest status of a batch payout. Includes the transaction status and other data for individual payout items." } ] } ], "bundled": true }