<bdo id='8jNr4'></bdo><ul id='8jNr4'></ul>
  • <legend id='8jNr4'><style id='8jNr4'><dir id='8jNr4'><q id='8jNr4'></q></dir></style></legend>

      <small id='8jNr4'></small><noframes id='8jNr4'>

      1. <i id='8jNr4'><tr id='8jNr4'><dt id='8jNr4'><q id='8jNr4'><span id='8jNr4'><b id='8jNr4'><form id='8jNr4'><ins id='8jNr4'></ins><ul id='8jNr4'></ul><sub id='8jNr4'></sub></form><legend id='8jNr4'></legend><bdo id='8jNr4'><pre id='8jNr4'><center id='8jNr4'></center></pre></bdo></b><th id='8jNr4'></th></span></q></dt></tr></i><div id='8jNr4'><tfoot id='8jNr4'></tfoot><dl id='8jNr4'><fieldset id='8jNr4'></fieldset></dl></div>

        <tfoot id='8jNr4'></tfoot>

      2. Paypal Sandbox 定期付款,初始金额待定

        时间:2023-06-24
        • <bdo id='cycye'></bdo><ul id='cycye'></ul>

            • <legend id='cycye'><style id='cycye'><dir id='cycye'><q id='cycye'></q></dir></style></legend>
              <i id='cycye'><tr id='cycye'><dt id='cycye'><q id='cycye'><span id='cycye'><b id='cycye'><form id='cycye'><ins id='cycye'></ins><ul id='cycye'></ul><sub id='cycye'></sub></form><legend id='cycye'></legend><bdo id='cycye'><pre id='cycye'><center id='cycye'></center></pre></bdo></b><th id='cycye'></th></span></q></dt></tr></i><div id='cycye'><tfoot id='cycye'></tfoot><dl id='cycye'><fieldset id='cycye'></fieldset></dl></div>
                <tbody id='cycye'></tbody>
              <tfoot id='cycye'></tfoot>
              • <small id='cycye'></small><noframes id='cycye'>

                  本文介绍了Paypal Sandbox 定期付款,初始金额待定的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 PHP 库此处来创建新的订阅配置文件.如果我设置了初始金额,配置文件将显示为待定".

                  I'm using the PHP library here to create a new subscription profile. If I set an initial amount, the profile appears as "Pending".

                  示例:

                  Pending
                  Customer Mark Wally Verified
                  Profile start date Feb 18, 2013 | Profile ID I-BE824P6F9PER
                  

                  另一方面,如果我没有设置初始付款金额,则个人资料将是活动的".我将初始付款和开始日期设置为未来 1 个月,因为我想按月计费并立即收到付款.

                  On the other hand, if I set no initial payment amount, the profile will be "Active". I am setting the initial payment and the start date 1 month in the future since I want to bill monthly and get a payment right away.

                  我已经验证过:

                  • 帐户设置为接受任何货币的付款
                  • 卖家帐户启用了数字商品(通过自动化流程创建)
                  • 两个帐户都已通过验证
                  • 买家帐户有信用卡和贝宝余额
                  • 两个帐户均位于美国
                  • 我尝试过多个帐户

                  任何帮助将不胜感激!

                  用于创建使用上面列出的库的订阅的代码片段:

                  Code snippet to create the subscription that use the library listed above:

                  $subscription_details = array(
                    'description'    => 'Premium membership: $4.95 every 30 days',
                    'initial_amount' => '4.95',
                    'amount'         => '4.95',
                    'period'         => 'Day',
                    'start_date'     => gmdate( 'Y-m-dTH:i:s', strtotime( '+30 day' ) ),
                    'frequency'      => '30'
                  );
                  

                  推荐答案

                  以防万一其他人遇到这个问题,我的发现是:

                  Just in case someone else has this trouble, my findings are:

                  没有什么可解决的——沙箱真的很慢,有时需要几天时间才能使配置文件变为活动状态并发送 IPN.换句话说,沙箱根本不适合测试这些功能,只需上线并退回几个测试即可.甚至直播有时也需要一点时间......我看到有时需要几个小时,所以不要发疯.

                  There is nothing to solve -- the sandbox is just really slow, sometimes it took a couple days for the profile to become active and send the IPN. In other words, sandbox isn't good to test these functions at all, just go live and refund a couple tests. Even live sometimes takes a bit of time... I've seen it take a few hours sometimes, so don't go crazy.

                  这篇关于Paypal Sandbox 定期付款,初始金额待定的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:贝宝直接付款不起作用 下一篇:Paypal 沙盒测试 - 更改 URL 端点?

                  相关文章

                  <legend id='6r5jJ'><style id='6r5jJ'><dir id='6r5jJ'><q id='6r5jJ'></q></dir></style></legend>
                    <bdo id='6r5jJ'></bdo><ul id='6r5jJ'></ul>
                    1. <i id='6r5jJ'><tr id='6r5jJ'><dt id='6r5jJ'><q id='6r5jJ'><span id='6r5jJ'><b id='6r5jJ'><form id='6r5jJ'><ins id='6r5jJ'></ins><ul id='6r5jJ'></ul><sub id='6r5jJ'></sub></form><legend id='6r5jJ'></legend><bdo id='6r5jJ'><pre id='6r5jJ'><center id='6r5jJ'></center></pre></bdo></b><th id='6r5jJ'></th></span></q></dt></tr></i><div id='6r5jJ'><tfoot id='6r5jJ'></tfoot><dl id='6r5jJ'><fieldset id='6r5jJ'></fieldset></dl></div>

                    2. <tfoot id='6r5jJ'></tfoot>

                      <small id='6r5jJ'></small><noframes id='6r5jJ'>