paypal - Reccuring payments ambiguity -


i have class recurring payments subscriptions , there thing not 100% clear me. if initialize order following params:

amount: 25$ initial amount: 0 period: month freq: 3 

does mean user paying 25$ 3 months or pay 25 no charge (initial amount)? in other words, asking - initial payment charge or can used advanced payments first cycle subscription, in case, params need be:

amount: 25$ initial amount: 25$ period: month freq: 3 

my understanding initial amount requested immediately, reoccurring amount taken depending on billing cycle , start date

this guide might explain
if initial amount request fails default not activate reoccurring payments.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -