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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -