{
"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:
| Event | Trigger |
|---|---|
PAYMENT.CAPTURE.COMPLETED | A payment capture completes. |
PAYMENT.CAPTURE.DENIED | A payment capture is denied. |
CHECKOUT.PAYMENT-APPROVAL.REVERSED | PayPal reverses a paymen" } ] } ], "bundled": true } |