paypal - How to setup Order Summary for PayflowPro Express Checkout? -



paypal - How to setup Order Summary for PayflowPro Express Checkout? -

i want display description of items this:

i wrote solution according article , attached asp.net solution.

however, on paypal login page (such in first picture), see purchase , amount (not in first picture).

i utilize these urls create transaction:

sandbox - https://pilot-payflowpro.paypal.com/ live - https://payflowpro.paypal.com

to setup transaction send these parameters:

"partner" "vendor" "user" "pwd" "trxtype" "amt" "currency" "createsecuretoken" "securetokenid" "returnurl" "cancelurl" "errorurl" "verbosity" "billtofirstname" "billtolastname" "billtostreet" "billtocity" "billtostate" "billtozip" "billtocountry" "shiptofirstname" "shiptolastname" "shiptostreet" "shiptocity" "shiptostate" "shiptozip" "shiptocountry"

i have tried define line-items description using parameters:

"l_qtyn" "l_namen" "l_descn" "l_costn" "l_taxamtn"

where n - line number 0 or 1 (i can't remember now)

i have tried parameters:

"l_paymentrequest_m_namen" "l_paymentrequest_m_numbern" ... , on

i didn't changes in cases.

so, have missed? possible display items payflowpro express checkout?

thanks referencing article :)

to pass ec line items through payflow, there 2 solutions:

a) contact www.paypal.com/mts , inquire them toggle features bitmap enables ec line items

b) add together request: "_trailer_passthrough__=y"

note (b) can alter format of responses receive payflow have value length tags, i.e. name[5]=value instead of name=value, parse accordingly...

(in particular, happen when value returned paypal contains special characters such "&" within it, can't split string on "&")

paypal payflowpro

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -