【问题标题】:PayPal Recurring Payment Using Credit Card使用信用卡的 PayPal 定期付款
【发布时间】:2015-11-26 07:15:48
【问题描述】:

我想使用信用卡在 PayPal 中接受定期付款。我在沙盒中创建了卖家和买家帐户。我也将卖家账户更新为专业账户。使用 PayPal 帐户进行简单的定期付款工作正常。我想在有和没有 PayPal 帐户的情况下实施定期付款。但它没有向我显示信用卡选项。

请告诉我如何解决此问题,或者是否有其他选择。

【问题讨论】:

    标签: asp.net paypal paypal-sandbox recurring-billing


    【解决方案1】:

    您的订阅按钮似乎存在一些技术问题。 添加一个示例代码供您参考,或者您可以参考集成指南here

    <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="XXXX@XXX.com">
    <input type="hidden" name="item_name" value="TMC membership fee">
    <input type="hidden" name="item_number" value="1001">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="a1" value="1.00">
    <input type="hidden" name="p1" value="1">
    <input type="hidden" name="t1" value="M">
    <input type="hidden" name="a2" value="2.00">
    <input type="hidden" name="p2" value="1">
    <input type="hidden" name="t2" value="M">
    <input type="hidden" name="a3" value="3.00">
    <input type="hidden" name="p3" value="1">
    <input type="hidden" name="t3" value="M">
    <input type="hidden" name="src" value="1">
    <input type="hidden" name="currency_code" value="AUD">
    <input type="hidden" name="bn" value="PP-SubscriptionsBF:btn_subscribeCC_LG.gif:NonHostedGuest">
    <input type="image" src="https://www.paypalobjects.com/en_US/GB/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.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    </form>
    

    【讨论】:

    • 感谢您的回复。我做了同样的事情。创建了新按钮并使用了您的代码,但我遇到了同样的错误。卖家账户是否需要为此进行任何配置?
    • 我不这么认为。请您在此处提供您的按钮代码和沙盒帐户以供我测试吗?
    • 对不起,我在使用卖家账户时出错了。我直接在贝宝沙箱中创建了卖家账户并使用它。现在我正在使用开发者网站上的卖家账户并使用它。它为我工作。感谢您的努力。
    猜你喜欢
    • 2014-12-19
    • 2012-01-14
    • 2013-01-25
    • 2013-05-31
    • 1970-01-01
    • 2015-11-07
    • 2017-02-05
    • 1970-01-01
    • 2018-01-21
    相关资源
    最近更新 更多