php - Can I save created paypal plan and use them for billing agreement -


i'm integrating paypal php sdk system. when try create new billing agreement,

  1. i create new plan
  2. i active plan created
  3. i create new agreement , set plan , payer agreement
  4. after user has confirmed payment, execute token received , apicontext.

the problem is, not want create new plan each time. because have 4 subscription, example, $5, $10, $20, $50 infinite payment monthly. can create them once, , save plan id in config file, , use id each time create new agreement user. there gonna potential problem? can stripe, paypal doc not clear. help.


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -