On this page
No Headings
Oauth 2.0 authentication
Client CredentialsToken URLhttps://api-m.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/payments/payoutsThe ID of the payout for which to show details.
^.*$1 <= length <= 1000Shows details for only the specified fields.
^.*$1 <= length <= 1000A non-zero integer representing the page of the results.
10 <= value <= 1000The 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.
0 <= value <= 1000Indicates whether to show the total items and total pages count in the response.
falseapplication/json
application/json
application/json
application/json
curl -X GET "https://api-m.paypal.com/v1/payments/v1/payments/payouts/string"{
"total_items": 0,
"total_pages": 0,
"batch_header": {
"payout_batch_id": "string",
"batch_status": "DENIED",
"time_created": "2019-08-24T14:15:22Z",
"time_completed": "2019-08-24T14:15:22Z",
"time_closed": "2019-08-24T14:15:22Z",
"sender_batch_header": {
"sender_batch_id": "string",
"recipient_type": "EMAIL",
"email_subject": "string",
"email_message": "string"
},
"funding_source": "BALANCE",
"amount": {
"currency": "string",
"value": "string"
},
"fees": {
"currency": "string",
"value": "string"
}
},
"items": [],
"links": []
}{
"name": "string",
"message": "string",
"debug_id": "string",
"information_link": "string",
"details": [
{
"field": "string",
"value": "string",
"location": "body",
"issue": "string",
"description": "string"
}
],
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}{
"name": "string",
"message": "string",
"debug_id": "string",
"information_link": "string",
"details": [
{
"field": "string",
"value": "string",
"location": "body",
"issue": "string",
"description": "string"
}
],
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}{
"name": "string",
"message": "string",
"debug_id": "string",
"information_link": "string",
"details": [
{
"field": "string",
"value": "string",
"location": "body",
"issue": "string",
"description": "string"
}
],
"links": [
{
"href": "string",
"rel": "string",
"method": "GET"
}
]
}