Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>PaypalTest</title>
  6. </head>
  7. <body>
  8. <form method=post action=https://api-3t.sandbox.paypal.com/nvp>
  9. <input type=hidden name=USER value=myuser>
  10. <input type=hidden name=PWD value=mypwd>
  11. <input type=hidden name=SIGNATURE value=mysignature>
  12. <input type=hidden name=VERSION value=204>
  13. <input type=hidden name=PAYMENTREQUEST_0_PAYMENTACTION value=Sale>
  14. <input name=PAYMENTREQUEST_0_AMT value=19.95>
  15. <input type=hidden name=RETURNURL value=http://localhost:8080/PaypalTest/confirm.html>
  16. <input type=hidden name=CANCELURL value=http://localhost:8080/PaypalTest/cancel.html>
  17. <input type=submit name=METHOD value=SetExpressCheckout>
  18. </form>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement