Magento 2.3.2 Ваш платеж был отклонен, и Paypal показывает РЕЗУЛЬТАТ 23 Неверный номер счета

Я использую Magento 2.3.2

Я установил способ оплаты - ссылка Payflow.

Когда я иду к кассе после размещения заказа и отправляю кредитную карту для PayPal, отображается сообщение "Ваш платеж был отклонен. Повторите попытку". Но я могу получить деньги от клиента, статус заказа показывает ожидающий платеж. электронное письмо подтвердить отправку клиенту. и я получаю электронное письмо "Платежная транзакция не удалась" от magento

Отчет Paypal показывает 2 строки, 1 одобряю, 1 Неверный номер учетной записи (результат 23), введите здесь описание изображения

Я вижу var/log/payment.log для 1 заказа

[2020-07-02 03:47:17] main.DEBUG: array (
  'request' => 
  array (
    'user' => '****',
    'vendor' => 'myvendor',
    'partner' => 'mypartner',
    'pwd' => '****',
    'verbosity' => 'HIGH',
    'BUTTONSOURCE' => 'Magento_Cart_Community',
    'tender' => 'C',
    'cancelurl' => 'https://www.mywebsite.com/paypal/payflow/cancelPayment',
    'errorurl' => 'https://www.mywebsite.com/paypal/payflow/returnUrl',
    'silentpost' => 'TRUE',
    'silentposturl' => 'https://www.mywebsite.com/paypal/payflow/silentPost',
    'returnurl' => 'https://www.mywebsite.com/paypal/payflow/returnUrl',
    'template' => 'mobile',
    'disablereceipt' => 'TRUE',
    'cscrequired' => 'TRUE',
    'cscedit' => 'TRUE',
    'emailcustomer' => 'FALSE',
    'urlmethod' => 'GET',
    'createsecuretoken' => 'Y',
    'securetokenid' => 'TlqzTs695TlVXeN8XKUO513sIk6As6cA',
    'trxtype' => 'S',
    'amt' => '50.30',
    'currency' => 'USD',
    'custref' => '100090041',
    'invnum' => '100090041',
    'comment1' => '100090041',
    'firstname' => 'David',
    'lastname' => 'Dolan',
    'street' => 'PO Box 6460',
    'city' => 'Santa Fe',
    'state' => 'NM',
    'zip' => '87502',
    'country' => 'US',
    'email' => 'mayemail@gmail.com',
    'shiptofirstname' => 'David',
    'shiptolastname' => 'Dolan',
    'shiptostreet' => 'PO Box 6460',
    'shiptocity' => 'Santa Fe',
    'shiptostate' => 'NM',
    'shiptozip' => '87502',
    'shiptocountry' => 'US',
    'USER1' => 1,
    'USER2' => 'f6f6dcddbd6a1cb387e214343465a866',
  ),
  'result' => 
  array (
    'result' => '0',
    'securetoken' => 'LMa02Bl6EPE6ZX88Hpq4pkwUb',
    'securetokenid' => 'TlqzTs695TlVXeN8XKUO513sIk6As6cA',
    'respmsg' => 'Approved',
    'result_code' => '0',
  ),
) [] []
[2020-07-02 03:47:18] main.DEBUG: array (
  'request' => 
  array (
    'user' => '****',
    'vendor' => 'myvendor',
    'partner' => 'mypartner',
    'pwd' => '****',
    'verbosity' => 'HIGH',
    'BUTTONSOURCE' => 'Magento_Cart_Community',
    'tender' => 'C',
    'cancelurl' => 'https://www.mywebsite.com/paypal/payflow/cancelPayment',
    'errorurl' => 'https://www.mywebsite.com/paypal/payflow/returnUrl',
    'silentpost' => 'TRUE',
    'silentposturl' => 'https://www.mywebsite.com/paypal/payflow/silentPost',
    'returnurl' => 'https://www.mywebsite.com/paypal/payflow/returnUrl',
    'template' => 'mobile',
    'disablereceipt' => 'TRUE',
    'cscrequired' => 'TRUE',
    'cscedit' => 'TRUE',
    'emailcustomer' => 'FALSE',
    'urlmethod' => 'GET',
    'amt' => '50.30',
    'acct' => '****',
    'expdate' => '****',
    'cvv_2' => NULL,
    'currency' => 'USD',
    'firstname' => 'David',
    'lastname' => 'Dolan',
    'street' => 'PO Box 6460',
    'city' => 'Santa Fe',
    'state' => 'NM',
    'zip' => '87502',
    'country' => 'US',
    'email' => 'mayemail@gmail.com',
    'shiptofirstname' => 'David',
    'shiptolastname' => 'Dolan',
    'shiptostreet' => 'PO Box 6460',
    'shiptocity' => 'Santa Fe',
    'shiptostate' => 'NM',
    'shiptozip' => '87502',
    'shiptocountry' => 'US',
    'trxtype' => 'S',
    'ponum' => '37',
    'custref' => '100090041',
    'invnum' => '100090041',
    'comment1' => '100090041',
  ),
  'result' => 
  array (
    'result' => '23',
    'pnref' => 'AQX06AA684FC',
    'respmsg' => 'Invalid account number',
    'result_code' => '23',
  ),
) [] []
[2020-07-02 03:47:42] main.DEBUG: array (
  'response' => 
  array (
    'BILLTOCITY' => 'Santa Fe',
    'AMT' => '50.30',
    'BILLTOEMAIL' => 'dbdolan@gmail.com',
    'BILLTOSTREET' => 'PO Box 6460',
    'SHIPTOCITY' => 'Santa Fe',
    'TENDER' => 'CC',
    'NAMETOSHIP' => 'David Dolan',
    'ZIP' => '87502',
    'BILLTOLASTNAME' => 'Dolan',
    'EMAILTOSHIP' => '',
    'BILLTOFIRSTNAME' => 'David',
    'RESPMSG' => 'Approved',
    'PROCCVV2' => 'M',
    'TYPE' => 'S',
    'STATETOSHIP' => 'NM',
    'TAX' => '0.00',
    'NAME' => 'David Dolan',
    'BILLTOZIP' => '87502',
    'CVV2MATCH' => 'Y',
    'PNREF' => 'AQ0F6AA68539',
    'ZIPTOSHIP' => '87502',
    'TRXTYPE' => 'S',
    'SHIPTOCOUNTRY' => 'US',
    'INVNUM' => '100090041',
    'SHIPTOSTREET' => 'PO Box 6460',
    'CITY' => 'Santa Fe',
    'HOSTCODE' => 'AA',
    'LASTNAME' => 'Dolan',
    'STATE' => 'NM',
    'SECURETOKEN' => 'LMa02Bl6EPE6ZX88Hpq4pkwUb',
    'CITYTOSHIP' => 'Santa Fe',
    'COUNTRYTOSHIP' => 'US',
    'AVSDATA' => 'YYY',
    'ACCT' => '****',
    'AUTHCODE' => '001308',
    'FIRSTNAME' => 'David',
    'RESULT' => '0',
    'IAVS' => 'N',
    'BILLTOSTATE' => 'NM',
    'BILLTOCOUNTRY' => 'US',
    'EXPDATE' => '****',
    'EMAIL' => 'mayemail@gmail.com',
    'INVOICE' => '100090041',
    'CARDTYPE' => '0',
    'SHIPTOZIP' => '87502',
    'PROCAVS' => 'Y',
    'COUNTRY' => 'US',
    'AVSZIP' => 'Y',
    'ADDRESS' => 'PO Box 6460',
    'BILLTONAME' => 'David Dolan',
    'ADDRESSTOSHIP' => 'PO Box 6460',
    'AVSADDR' => 'Y',
    'SECURETOKENID' => 'TlqzTs695TlVXeN8XKUO513sIk6As6cA',
    'RESPTEXT' => 'APPROVAL',
    'SHIPTOSTATE' => 'NM',
    'METHOD' => 'CC',
    'TRANSTIME' => '2020-07-01 20:47:40',
    'USER2' => 'f6f6dcddbd6a1cb387e214343465a866',
    'USER1' => '1',
  ),
) [] []
[2020-07-02 03:47:42] main.DEBUG: array (
  'request' => 
  array (
    'user' => '****',
    'vendor' => 'myvendor',
    'partner' => 'mypartner',
    'pwd' => '****',
    'verbosity' => 'HIGH',
    'BUTTONSOURCE' => 'Magento_Cart_Community',
    'tender' => 'C',
    'cancelurl' => 'https://www.mywebsite.com/paypal/payflow/cancelPayment',
    'errorurl' => 'https://www.mywebsite.com/paypal/payflow/returnUrl',
    'silentpost' => 'TRUE',
    'silentposturl' => 'https://www.mywebsite.com/paypal/payflow/silentPost',
    'returnurl' => 'https://www.mywebsite.com/paypal/payflow/returnUrl',
    'template' => 'mobile',
    'disablereceipt' => 'TRUE',
    'cscrequired' => 'TRUE',
    'cscedit' => 'TRUE',
    'emailcustomer' => 'FALSE',
    'urlmethod' => 'GET',
    'trxtype' => 'I',
    'origid' => 'AQ0F6AA68539',
  ),
  'result' => 
  array (
    'result' => '0',
    'pnref' => 'AP0F673A30D5',
    'transstate' => '6',
    'custref' => '100090041',
    'origresult' => '0',
    'origpnref' => 'AQ0F6AA68539',
    'respmsg' => 'Approved',
    'authcode' => '001308',
    'avsaddr' => 'Y',
    'avszip' => 'Y',
    'cvv2match' => 'Y',
    'hostcode' => 'AA',
    'resptext' => 'APPROVAL',
    'procavs' => 'Y',
    'proccvv2' => 'M',
    'date_to_settle' => '2020-07-01 20:47:40',
    'transtime' => '2020-07-01 20:47:40',
    'firstname' => 'David',
    'lastname' => 'Dolan',
    'amt' => '50.30',
    'acct' => '****',
    'expdate' => '****',
    'cardtype' => '0',
    'iavs' => 'N',
    'result_code' => '0',
  ),
) [] []


Помоги мне, пожалуйста

0 ответов

Другие вопросы по тегам