使用简单的按钮进行付款时,有没有办法将自定义数据发送到Paypal?
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="D9DRKKKXPX5VL">
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.sandbox.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
我希望以这种形式使用字段,我可以设置一个值并使用IPN将其恢复。这有可能吗?
答案 0 :(得分:3)
我相信您可以通过按钮传递自定义数据:
<input name="custom" type="hidden" id="custom" value="stuff">