{
"opencollection": "1.0.0",
"info": {
"name": "Paypal Subscriptions Authorizations Payouts-Item API",
"version": "1.6"
},
"items": [
{
"info": {
"name": "Payouts-Item",
"type": "folder"
},
"items": [
{
"info": {
"name": "Paypal Show payout item details",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api-m.sandbox.paypal.com/v1/payments/payouts-item/:payout_item_id",
"params": [
{
"name": "payout_item_id",
"value": "",
"type": "path",
"description": "The ID of the payout item to cancel."
}
],
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Shows details for a payout item, by ID. A payout_item_id helps you identify denied payments. If a payment is denied, you can use the payout_item_id to identify the payment even if it lacks a transaction_id."
},
{
"info": {
"name": "Paypal Cancel unclaimed payout item",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api-m.sandbox.paypal.com/v1/payments/payouts-item/:payout_item_id/cancel",
"params": [
{
"name": "payout_item_id",
"value": "",
"type": "path",
"description": "The ID of the payout item to cancel."
}
],
"auth": {
"type": "oauth2",
"flow": "client_credentials",
"accessTokenUrl": "/v1/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"docs": "Cancels an unclaimed payout item, by ID. If no one claims the unclaimed item within 30 days, the API automatically returns the funds to the sender. Use this call to cancel the unclaimed item before the automatic 30-day refund. You can cancel payout items with a transaction_status of UNCLAIMED."
}
]
}
],
"bundled": true
}