gpt4 book ai didi

button - Paypal 自定义数据

转载 作者:太空宇宙 更新时间:2023-11-03 15:53:49 24 4
gpt4 key购买 nike

在使用简单的按钮进行付款时,是否可以将自定义数据发送到 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 将其取回。这可能吗?

最佳答案

我相信您可以使用此按钮通过按钮传递自定义数据:

<input name="custom" type="hidden" id="custom" value="stuff">

关于button - Paypal 自定义数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10013439/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com