Paypal Invoicing V2
Connector for the paypal-invoicing-v2 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
invoices_list— GET /v2/invoicing/invoices — List invoicesinvoices_get— GET /v2/invoicing/invoices/{invoice_id} — Show invoice detailstemplates_list— GET /v2/invoicing/templates — List templatestemplates_get— GET /v2/invoicing/templates/{template_id} — Show template detailsconnections_get— GET /v2/invoicing/accounting-sync/merchant/connections — List Connections.invoice_connection_details_get— GET /v2/invoicing/accounting-sync/invoices/{id}/connections — List Connection Status for an Invoice.
Inputs
clientId/clientSecret— your paypal-invoicing-v2 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: invoices_list
clientId: <your client id>
clientSecret: <your client secret>