• <tfoot id='7UF57'></tfoot>
    <legend id='7UF57'><style id='7UF57'><dir id='7UF57'><q id='7UF57'></q></dir></style></legend>
      • <bdo id='7UF57'></bdo><ul id='7UF57'></ul>

        <small id='7UF57'></small><noframes id='7UF57'>

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

        贝宝直接付款不起作用

        时间:2023-06-24

          <legend id='5ICOa'><style id='5ICOa'><dir id='5ICOa'><q id='5ICOa'></q></dir></style></legend>
          • <bdo id='5ICOa'></bdo><ul id='5ICOa'></ul>
              <tbody id='5ICOa'></tbody>

          • <small id='5ICOa'></small><noframes id='5ICOa'>

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

                  <tfoot id='5ICOa'></tfoot>
                1. 本文介绍了贝宝直接付款不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 NVP [直接信用卡付款] 上有 Paypal DoDirect 方法的 api,我使用 php 作为基本语言.

                  I have api for Paypal DoDirect Method on NVP [Direct Credit Card Payment], and I'm using php as base language.

                  我在交易中取得了成功 或者回复是这样说的.但它没有在沙箱帐户中更新.

                  I'm getting success with the transaction Or the response says so. But its not updating in the sandbox account.

                      include_once(drupal_get_path('module','payment_details').'/paypal_do_direct.php');
                      $paypalDoDirect = new PaypalDoDirect();
                      $paypalDoDirect->setApiUserName('crazyheartram_api1.gmail.com');
                      $paypalDoDirect->setApiPassword('1377690526');
                      $paypalDoDirect->setApiSignature('Afm3wtXOE0L1wd2UrjZtljZHC-wnAWHTSwJ-b7-rw3qPcLGaMSLINqP8');
                      $paypalDoDirect->setCreditCardType($cardType);
                      $paypalDoDirect->setEnvironment('sandbox'); 
                      $paypalDoDirect->setAmount($amount);
                      $paypalDoDirect->setCardExpMonth($expirationDate);
                      $paypalDoDirect->setCardExpYear($expirationYear);
                      $paypalDoDirect->setCardVerificationValue($cvv);
                      $paypalDoDirect->setFirstName($firstName);
                      $paypalDoDirect->setLastName($lastName);
                      $paypalDoDirect->setPayerEmail($email);
                      $paypalDoDirect->setCreditCardNumber($creditCardNumber);
                      $response= $paypalDoDirect->MakePayment();
                  

                  我在下面分享了我的 Sandbox business-pro 帐户详细信息:

                  I shared my sandbox bussiness-pro account details below:

                  Username: crazyheartram_api1.gmail.com
                  Password: 1377690526
                  Signature: Afm3wtXOE0L1wd2UrjZtljZHC-wnAWHTSwJ-b7-rw3qPcLGaMSLINqP8
                  

                  我使用另一个个人帐户完成了交易.

                  And I did the transaction using my another personal account.

                  Credit card number: 4351521550740304
                  Credit card type: Visa
                  Expiration date: 7/2018
                  

                  我的期望是,它应该从个人帐户中扣除金额并将其记入商家(业务专业)帐户.

                  My expectation is, it should deduct the amount from personal account and credit it to the merchant (business-pro) account.

                  非常感谢任何帮助.谢谢

                  Any help highly appreciated. Thanks

                  已编辑我正在使用与下面网址中提到的相同的代码,支付API使用类

                  EDITED I'm using same code as mentioned in below url, Payment Api using class

                  我刚刚发现了这个问题,它和我的问题完全一样.https://drupal.stackexchange.com/questions/82788/seperate-payment-integeration-for-selected-plan-type-using-drupal-form-with-payp

                  I just found this question, its exactly the same question as that of mine. https://drupal.stackexchange.com/questions/82788/seperate-payment-integeration-for-selected-plan-type-using-drupal-form-with-payp

                  推荐答案

                  DoDirectPayment 调用直接向信用卡收费;它不会从 PayPal 帐户中扣除 - 即使该卡已附加到现有的 PayPal 帐户.因此,它不会在您的买家"PayPal 帐户中显示为交易.

                  The DoDirectPayment call charges credit cards directly; it does not deduct from a PayPal account - even if that card is attached to an existing PayPal account. Therefore it doesn't show up as a transaction in your 'buyer' PayPal account.

                  这篇关于贝宝直接付款不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:使用 Symfony2 设置 Payum Bundle 出现错误 下一篇:Paypal Sandbox 定期付款,初始金额待定

                  相关文章

                  • <bdo id='iVvQh'></bdo><ul id='iVvQh'></ul>

                  <small id='iVvQh'></small><noframes id='iVvQh'>

                    <tfoot id='iVvQh'></tfoot>

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