Paypal Adaptive Payment invoice data -
Paypal Adaptive Payment invoice data -
i'm trying add together item details show on paypal invoice nil appears. utilize setpaymentoptions
next values:
"paykey" => "$paykey", "receiveroptions(0).customid" => "11", "receiveroptions(0).receiver.email" => "email@paypal.com", "receiveroptions(0).description" => "invoice title", "receiveroptions(0).invoicedata.item(0).name" => "item name", "receiveroptions(0).invoicedata.item(0).itemcount" => "1.0", "receiveroptions(0).invoicedata.item(0).itemprice" => "20.0", "receiveroptions(0).invoicedata.item(0).price" => "20.0", "receiveroptions(0).invoicedata.item(0).identifier" => "111", "receiveroptions(0).invoicedata.totaltax" => "0.0", "requestenvelope.errorlanguage" => "en_us", "requestenvelope.detaillevel" => "returnall"
the code in php , i'm using embedded payments. have thought why none of details show on invoice except info passed in paykey request? thanks...
itemcount should integer:
"receiveroptions(0).invoicedata.item(0).itemcount" => "1",
with alter (and valid receiver.email
) setpaymentoptions
phone call successful.
paypal
Comments
Post a Comment