I want to create Recurring Payments/Subscriptions on behalf of my Users by using their Braintree accounts and update the status in my application on each payment but so far I have found that there are certain limitations to it.
- Plan should be created manually from Control Panel of Braintree to be used in Subscriptions.
- Webhooks can only be created through Control Panel and user have to select the events for Webhook.
I am creating a kind of Marketplace solution for different vendors so this kind of thing requires Plans/Subscriptions and Webhooks to be handled completely through API.
Can anyone please help me with some idea or trick to achieve this thing?