gpt4 book ai didi

php - Paypal 返回 true 或 false

转载 作者:太空宇宙 更新时间:2023-11-03 16:38:43 25 4
gpt4 key购买 nike

所以我很好奇如何像我这里一样设置定期付款,但如果付款成功,我需要 paypal 返回给我,一旦它转到 X.PHP 页面,我更新 MySQL 用户表说他有设置付款。如果有人能给我一些指导,那就太好了。

   echo '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">';
echo '<input type="hidden" name="cmd" value="_xclick-subscriptions" />';
echo '<input type="hidden" name="business" value="payme@paypal.com" />';
echo '<input type="hidden" name="item_name" value="Subscription" />';
echo '<input type="hidden" name="currency_code" value="CAD" />';
echo '<input type="hidden" name="a3" value="0.01" />';
echo '<input type="hidden" name="p3" value="1" />';
echo '<input type="hidden" name="t3" value="M" />';
echo '<input type="hidden" name="return" value="success.php" />';
echo '<input type="hidden" name="cancel_return" value="fail.php" />';
echo '<input type="hidden" name="src" value="1" />';
echo '<input type="hidden" name="sra" value="1" />';
echo '<input type="hidden" name="receiver_email" value="payme@paypal.com" />';
echo '<input type="hidden" name="mrb" value="R-3WH47588B4505740X" />';
echo '<input type="hidden" name="pal" value="ANNSXSLJLYR2A" />';
echo '<input type="hidden" name="no_shipping" value="1" />';
echo '<input type="hidden" name="no_note" value="1" />';
echo '<input name="submit" type="submit" value="Use PayPal" />';
echo '</form>';

最佳答案

我使用 Micah Carrick's Paypal IPN class将付款数据发送到 Paypal 。此代码与 Paypal 中的示例相同,但 Micah 已将其包装到一个类中,因此更易于使用。

要更新您自己的数据库,请在 ipn 验证页面中进行,这样买家在付款后不必点击返回您的网站。

关于循环支付,Paypal有很大的优势documentation关于这个。

关于php - Paypal 返回 true 或 false,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2267929/

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