【问题标题】:Can you create trial shorter than subscription period in PayPal?您可以在 PayPal 中创建比订阅期更短的试用版吗?
【发布时间】:2018-06-26 22:26:42
【问题描述】:

您可以在 PayPal 中创建比订阅期更短的试用版吗? 比如说,订阅期为 1 个月,试用 2 周。 看起来可行,但真的在实践中吗?

https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/

【问题讨论】:

    标签: paypal


    【解决方案1】:

    是的,我们确实这样做了,订阅是每月一次,试用是每周一次。

    很容易在沙盒中进行测试。

    【讨论】:

      【解决方案2】:

      这是 PayPal 订阅按钮的代码,有效期为 1 个月,试用期为 2 周。

      <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
      <input type="hidden" name="cmd" value="_xclick-subscriptions">
      <input type="hidden" name="business" value="YOUR PAYPAL ACOUNT MERCHANT ID">
      <input type="hidden" name="lc" value="C2">
      <input type="hidden" name="item_name" value="test_sub">
      <input type="hidden" name="no_note" value="1">
      <input type="hidden" name="no_shipping" value="2">
      <input type="hidden" name="a1" value="2.00">
      <input type="hidden" name="p1" value="2">
      <input type="hidden" name="t1" value="W">
      <input type="hidden" name="src" value="1">
      <input type="hidden" name="a3" value="10.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.paypalobjects.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.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
      </form>

      有关PayPal订阅按钮的更多信息,您可以参考下面的链接。

      https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/subscribe_step_1/

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2021-10-04
        • 2021-02-25
        • 2021-10-16
        • 1970-01-01
        • 2021-09-30
        • 2019-12-29
        • 2022-01-19
        • 2017-11-23
        相关资源
        最近更新 更多