Search code examples
phpbraintree

Braintree Create Plan using API


Is there any way to create Plan using php API? In the documentation, its given that one needs to manually create plan from the account but i want to create Plan dynamically from the system.


Solution

  • From the Braintree recurring billing docs:

    Plans are created in the Control Panel. You cannot create or update them through the API.