c# - Many sites taking orders; one PayPal account -


i have setup , have been accepting orders on main website using paypal using ipn/express checkout. have 4 other, separate websites , need process orders using paypal on them, too. buy we're allowed have 1 paypal account.

how can accept paypal payments on more 1 website? found 1 other question turned out not @ really. simple specifying different ipn urls/return urls in buy button form code each website?

is simple specifying different ipn urls/return urls in buy button form code each website?

answer yes.

you need set different returnurl , cancelurl each site, paypal can redirect original site.

the rest of options same 4 sites.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -