View as Markdown
API Spec (JSON)
API Spec (YAML)
Compact modeHides field descriptions and other prose for a more compact, scannable view of the API reference.| Event | Trigger |
|---|---|
PAYMENT.CAPTURE.COMPLETED | A payment capture completes. |
PAYMENT.CAPTURE.DENIED | A payment capture is denied. |
CHECKOUT.PAYMENT-APPROVAL.REVERSED | PayPal reverses a payment capture. |
Client CredentialsToken URLhttps://api-m.sandbox.paypal.com/v1/oauth2/tokenInheaderScopes
https://uri.paypal.com/services/applications/webhooksapplication/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X POST "https://example.com/v1/notifications/simulate-event" \ -H "Content-Type: application/json" \ -d '{ "event_type": "string" }'{ "id": "string", "create_time": "2019-08-24T14:15:22Z", "resource_type": "string", "event_version": "string", "event_type": "string", "summary": "string", "resource_version": "string", "resource": {}, "links": [ { "href": "string", "rel": "string", "method": "GET" } ]}