Reputation: 21
Through REST API, I create Plans and I can create Agreements for subscriptions (recurring payments).
(As a general observations: PayPal should also allow plans to be created in the developer sandbox/live)
When creating an agreement, I use the Seller oAuth2 token (versus the Member's Token)
Webhooks set to 'All' in the developer account, testing OK, simulation OK.
However, when events (https://developer.paypal.com/docs/integration/direct/rest-webhooks-overview/#event-type-support) occur I don't receive notifications.
QUESTION:
Upvotes: 0
Views: 749
Reputation: 151
Selecting "All" webhooks does not imply notification for all events related to PayPal. Selecting that will subscribe you to all current and all future events.
Right now none of the current event supports "Subscription Events". We would be rolling out support for them in future, and if you have selected "All events" as Webhook event type, your Webhook would be subscribed to them automatically.
Upvotes: 0