gpt4 book ai didi

paypal - PayPal(标准)中 Auth 的含义订阅按钮返回 URL?

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

我的 WordPress 网站上有一个订阅按钮(使用 PayPal 支付标准集成)。

<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="FRG9AB9A93MUN">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Premium Subscription">
<input type="hidden" name="item_number" value="321">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="return" value="http://example.com/success">
<input type="hidden" name="cancel_return" value="http://example.com/cancel">
<input type="hidden" name="src" value="1">
<input type="hidden" name="a3" value="299.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="bn" value="PP-SubscriptionsBF:btn_subscribeCC_LG.gif:NonHosted">
<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>

我正在使用 PayPal Sandbox 测试功能。我使用 WordPress Paypal 框架插件 ( http://wordpress.org/extend/plugins/paypal-framework )

我的问题

付款(订阅)成功后,买家返回带有“auth”和“form_charset”的返回网址( http://example.com/success/?auth=AtKlH609fYvJhW2wmFr9iMmXboz9JEB64TJjNpLVH8d0OlBbnOpn-TeeCvZT6VWOcoo8XG4GD0AeftCUMdNWCAQ&form_charset=UTF-8 )

Can someone explain me the meaning of 'auth' and 'form_charset'? Can I use it to obtain further information about the transaction via NVP API? Then what should be the NVP API method I should use?

我可以正确接收这些交易的 IPN 消息。

到目前为止我做了什么

我熟悉 PayPal Express Checkout 集成、捕获 IPN 消息并处理它们等。

我已阅读 PayPal 指南中的 NVP API 方法、请求和响应。 https://cms.paypal.com/cms_content/CA/en_US/files/developer/PP_NVPAPI_DeveloperGuide.pdf

我也浏览了其他一些 PayPal 指南。

以下问题提到了“名为 auth 的加密变量”。但这对我没有帮助。( Paypal sandbox return url )

这个问题也涉及成功返回率。( paypal redirect on successful checkout )

最佳答案

将“rm”参数更改为“2”。这会导致 POST 到成功页面,其中包含所有事务变量。 Read more here .

关于paypal - PayPal(标准)中 Auth 的含义订阅按钮返回 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14102354/

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