PayPal Express Checkout with Pay with my credit or debit card (Optional) Sign up -
i using php implement paypal express checkout payment method.
all want users first option be...
pay credit or debit card
(optional) sign up paypal faster future checkout
their second option should be...
pay paypal account
log in paypal account complete purchase
this form...
<form id="paypal_form" class="paypal" action="payments.php" method="post"> <input name="cmd" type="hidden" value="_xclick" /> <input name="no_note" type="hidden" value="1" /> <input name="lc" type="hidden" value="gr" /> <input name="currency_code" type="hidden" value="eur" /> <input name="bn" type="hidden" value="pp-buynowbf:btn_buynow_lg.gif:nonhostedguest" /> <input name="item_number" type="hidden" value="1" /> <input type="submit" value="submit payment paypal" /> </form>
i have setup in sandbox account
type: business
paypal account's profile -> more options -> selling tools -> website preferences -> paypal account optional: on
the result screen...
create paypal account
, pay debit or credit card
any suggestions !?!?
it works fine if add these parameters when call setexpresscheckout method:
<input type=hidden name=solutiontype value=sole> <input type=hidden name=landingpage value=billing>
was hard find found here: https://www.paypalobjects.com/webstatic/en_us/developer/docs/pdf/pp_expresscheckout_advancedfeaturesguide.pdf
hope it´s help!
regards
Comments
Post a Comment