gpt4 book ai didi

php - Paypal "Buy Now"笔交易

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

过去 15 天试图解决 paypal 问题,在 PayPal 升级后,我的客户在付款时遇到问题,前几天它有时工作正常但现在只显示错误。

在我选择要购买的商品并单击“立即购买”按钮后,paypal 显示给我

"This transaction is invalid. Please return to the recipient's website to complete your transaction using their regular checkout flow." here is image http://screencast.com/t/YJycxzb0FGkf

当我改变的时候

<input type="hidden" name="cmd" value="_xclick">

<input type="hidden" name="cmd" value="_donation">

它对某些客户有效,但不像以前那样对所有客户有效。 paypal 升级后我需要做一些 PHP 升级吗?

点击按钮的html代码

<table width="100%">
<tr>
<td height="10">&nbsp;</td>
</tr>
<tr>
<td align="center"><div style="font-size:14px;font-weight:bold;margin:0px 5px 15px 5px">Recharge your Knight Cash</div></td>
</tr>
<tr>
<td align="center"><div style="font-size:14px;font-weight:bold;margin:0px 5px 15px 5px">Processing payment... please wait.</div></td>
</tr>
<tr>
<td align="center">
<div style="font-size:11px;font-weight:bold;margin:0px 5px 15px 5px">
<form action="https://www<%PAYPAL-SANDBOX%>.paypal.com/cgi-bin/webscr" id="payment_form" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<%PAYPAL-ADDRESS%>">
<input type="hidden" name="item_name" value="<%strName%>">
<input type="hidden" name="amount" value="<%nPrice%>">
<input type="hidden" name="tax" value="0.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="currency_code" value="<%CURRENCY%>">
<input type="hidden" name="custom" value="<%TRANSACTION-ID%>">
<input type="hidden" name="return" value="<%SERVER-URL%>/index.php?page=store&act=recharge&subact=success&id=<%TRANSACTION-ID%>">
<input type="hidden" name="cancel_return" value="<%SERVER-URL%>/index.php?page=store&act=recharge&subact=cancel&id=<%TRANSACTION-ID%>">
<input type="hidden" name="notify_url" value="<%SERVER-URL%>/index.php?page=store&act=recharge&subact=ipn&txid=<%TRANSACTION-ID%>">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but01.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">

</form>
<script type="text/javascript">
document.getElementById('payment_form').submit();
</script>
</div>
</td>
</tr>
</table>

我是不是漏掉了什么?过去 5 年它运行良好没问题,所以可能需要升级脚本。欢迎任何建议,因为我尝试了很多东西,但没有任何帮助。

提前致谢

最佳答案

在联系 PayPal 后,他们说正在修复“立即购买”按钮。希望它能帮助别人不要像我一样尝试解决问题并浪费时间,所以只需要等到 paypal 解决问题。

Thank you for contacting PayPal regarding the difficulties your customers have been experiencing when trying to sen payments to your PayPal account.

Good morning Mr. Flegy. My name is Rafaela and I am happy to resolve your query today.

I regret for the inconvenience you have experienced. I have carefully reviewed your email along with the information on your PayPal account and it seems that it has been affected by a known technical issue that has already been reported with our engineering team.

We are aware of an issue with the Buy Now button and the root cause of it has already been resolved. We are now working hard to fix each and every account affected by it.

Mr. Flegy, thank you for providind us the html code and the screenshot.

Regretabbly, we cannot open links or email attachments due to security reasons. So I would like to kindly request you send the screenshot using the link below:

http://www.paypal.com/va/cardconfirmfail/

This will help us to fix this situation.

Thank you very much for your patience and in the meantime you can send your buyers a Money Request or an Invoice.

You can send a Money Request to anyone with an email address. When the Money Request is paid, the money is added to your PayPal account balance.

Here’s how to send a Money Request:

Go to www.paypal.com and log in to your account. Click ‘Request Money’ near the top of the page. Complete the form and click ‘Continue.’ Review your request and click ‘Request Money.’ Note:

We email the recipient your Money Request. We email you when the Money Request is paid. Here’s how to send an Invoice:

PayPal's Invoicing Tool lets you send professional business invoices through email, to use your PayPal account to send an invoice, please follow these steps:

Log in to your account at http://www.paypal.com/ Click on ‘Request Money’ near the top of the page. You can choose to ‘Create an Invoice’ by clicking on this option near the top of the page. Choose ‘New Invoice’ from the ‘Select Template’ drop down list and click ‘Continue’ to start using the invoice tool. Complete the form with the requested information and click ‘Continue’. Review the confirmation screen and click ‘Send Invoice’. The recipient will receive an email informing them of your request for payment which contains a link. After clicking the link, the recipient can log into their existing PayPal account, sign up for a new account or enter their credit card information to pay the money request. Once the recipient pays you, the money will appear in your PayPal account balance.

I believe that the information that I have provided resolves your query. However, please do not hesitate to contact us if you require any further information and we will be more than happy to resolve it for you. Have a good day Mr. Flegy.

It is my pleasure to assist you. Thank you for choosing PayPal.

Sincerely, Rafaela PayPal

Copyright © 1999-2016 PayPal. All rights reserved. Consumer advisory- PayPal Pte. Ltd., the holder of PayPal’s stored value facility, does not require the approval of the Monetary Authority of Singapore. Users are advised to read the terms and conditions carefully.

关于php - Paypal "Buy Now"笔交易,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38443847/

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