How to call paypal server?

<body>
    <form name='frmPaypal' action='https://www.sandbox.paypal.com/cgi-bin/webscr' method='Post'>
    <input type="hidden" name="cmd" value="_cart" />
    <input type="hidden" name="upload" value="1" />
    <input type="hidden" name="business" value="6QRDTBF7J9R6E" />
    <input type="hidden" name="notify_url" value="notify_url" />
    <input type="hidden" name="cancel_return" value="cancel_return url" />
    <input type="hidden" name="SessionID" value="oepenmk5nynzalu3w4mi4iej" />
    <input type="hidden" name="currency_code" value="USD" />
    <input type="hidden" name="return" value="return url" />
    <input type="hidden" name="lc" value="UK" />
    <input type="hidden" name="custom" value="Your Cart ID" />
    <input type="hidden" name="item_name_1" value="Product Name" />
    <input type="hidden" name="amount_1" value="45.45" />
    <input type="hidden" name="quantity_1" value="1" />
    <input type="hidden" name="handling_cart" value="235.47" /></form>
    <script>        document.frmPaypal.submit();</script>
</body>

Comments

Popular posts from this blog

Executing PowerShell scripts from C#

HOW TO Use the NumericUpDown Control

Exposing Agile Software Development Myths