Paypal Payments Payouts Batch V1
Connector for the paypal-payments-payouts-batch-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-m.sandbox.paypal.com - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
/v1/oauth2/tokenusing yourclientId/clientSecret, then calls the API.
Operations
payouts_get— GET /v1/payments/payouts/{id} — Show payout batch detailspayouts_item_get— GET /v1/payments/payouts-item/{payout_item_id} — Show payout item detailspayouts_post— POST /v1/payments/payouts — Create batch payoutpayouts_item_cancel— POST /v1/payments/payouts-item/{payout_item_id}/cancel — Cancel unclaimed payout item
Inputs
clientId/clientSecret— your paypal-payments-payouts-batch-v1 OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: payouts_get
clientId: <your client id>
clientSecret: <your client secret>