php - Is there a way to make set up reference transaction paypal's rest API -


i'm trying implement paypal using reference transactions, read nvp/soap api allows creating billing agreement , reference billing agreement id future payment requests.

i want know if possible achieve using rest api.

i know rest api allows create billing plans , agreements subscription plans, not need, need handle recurring payments on own, users can approve agreement on paypal when susbscribe on app , charge them periodically cron approved account on paypal.

is possible? if can provide example of flow must follow?

thanks.

yes. load rest api reference , scroll down billing plans , agreements section. you'll find chapters "create agreement", "execute agreement", etc.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -