Integrate paypal with variable items and record order detail on own server -


our website shows list of items user can choose. user can choose several of them , use paypal checkout. need record order on our own server if purchase succeed.

i investigated paypal button solution http://paypal.github.io/javascriptbuttons/

however doesn't seem satisfy our need. don't have chance record order , order details(what items in order). highly insecure. suggestions on integration approach.

we using spring + jsp server if relevant.

thanks in advance.

several paypal products can use:

  1. cart upload. it's part of website payments standard features. there ways make more secure, it's still product meant entry level merchants.
  2. express checkout. powerful product , want. i'd recommend this. once familiar it's powerful.
  3. other products using rest api. don't these.

start paypal official developer site: developer.paypal.com , search these products on it. you'll find need.


Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -