{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations Simulate-Event API", "version": "1.6" }, "items": [ { "info": { "name": "Simulate-Event", "type": "folder" }, "items": [ { "info": { "name": "Paypal Simulate webhook event", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v1/notifications/simulate-event", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Simulates a webhook event. In the JSON request body, specify a sample payload.
You need to subscribe to the following webhook events for Pay upon Invoice:
EventTrigger
PAYMENT.CAPTURE.COMPLETEDA payment capture completes.
PAYMENT.CAPTURE.DENIEDA payment capture is denied.
CHECKOUT.PAYMENT-APPROVAL.REVERSEDPayPal reverses a paymen" } ] } ], "bundled": true }