asp.net mvc - How to test PayPal Form payment ? (CSC required) -
i integrated paypal payment using html form (https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/formbasics/)
now want try purchase something, created new paypal personal account , after created sandbox test account.
(doesn't display csc number).
when try buy on site, send me on paypal complete purchase, if try login sandbox test account, paypal says credentials aren't valid, instead if used standard credentials credit card have use test ?
tried http://www.getcreditcardnumbers.com/ ccv 123 don't work.
any ideas?
it because used live url on form post method, correct 1 use test is:
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
Comments
Post a Comment