Braintree使用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.

From the Braintree recurring billing docs:

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

You can't create the plans using API you will have to manually create them and set the parameters

you can use discount codes to alter the existing plans without creating a new one

I am pretty sure that will fulfill almost every requirement for creating a new plan