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:
- cart upload. it's part of website payments standard features. there ways make more secure, it's still product meant entry level merchants.
- express checkout. powerful product , want. i'd recommend this. once familiar it's powerful.
- 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
Post a Comment