A potential client is trying to pay by American Express but received the error “Error #10566. Credit card type unsupported”
I am using Paypal Payments Pro and a S2Member Pro webform. Other credit cards seem to be working fine.
Update (I posted this problem a few months ago)
– I called paypal and they said I am setup to accept AMEX cards fine.
-People can pay with AMEX but they have to first choose “papal” on my S2Member forms page and then pay with AMEX through the paypal site.
-This happens all the time to different people.
Here is my error log (I used XXXXX to blog out personal details):
<code>LOG ENTRY: Mon Nov 4th, 2013 @ precisely 5:14 pm UTC
PHP v5.2.17 :: WordPress v3.7.1 :: s2Member v131026 :: s2Member Pro v131026
Memory 53.87 MB :: Real Memory 54.25 MB :: Peak Memory 53.94 MB :: Real Peak Memory 54.25 MB
XXXXXile.org/1634-2/?s2-ssl=yes
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
-------- Input vars: ( Mon Nov 4, 2013 5:14:47 pm UTC ) --------
array (
'METHOD' => 'DoDirectPayment',
'PAYMENTACTION' => 'Sale',
'EMAIL' => 'XXXXXXXX@mail.com',
'FIRSTNAME' => 'XXXX',
'LASTNAME' => 'XXXXX',
'IPADDRESS' => 'XXXXX.209.72',
'DESC' => '$950 USD (payment 1 of 2) - Full Service Premium',
'CUSTOM' => 'XXXXle.org',
'CURRENCYCODE' => 'USD',
'ITEMAMT' => '950.00',
'TAXAMT' => '0.00',
'AMT' => '950.00',
'L_QTY0' => '1',
'L_NAME0' => '$950 USD (payment 1 of 2) - Full Service Premium',
'L_NUMBER0' => '5',
'L_AMT0' => '950.00',
'CREDITCARDTYPE' => 'Amex',
'ACCT' => '***********3002',
'EXPDATE' => '122016',
'CVV2' => '2XXX2',
'STREET' => 'XXXXXXXXXXXXXX st',
'CITY' => 'XXXXXn',
'STATE' => 'MA',
'COUNTRYCODE' => 'US',
'ZIP' => 'XXXXX6',
'VERSION' => '71.0',
'USER' => 'XXXXXXXXXXXXe.org',
'PWD' => 'xxxxxxxx/PWD/SIG',
'SIGNATURE' => 'xxxxxxxx/PWD/SIG',
)
-------- Output string/vars: ( Mon Nov 4, 2013 5:14:48 pm UTC ) --------
TIMESTAMP=2013%2d11%2d04T17%3a14%3a48Z&CORRELATIONID=e4d897ad63157&ACK=Failure&VERSION=71%2e0&BUILD=8311702&L_ERRORCODE0=10566&L_SHORTMESSAGE0=Credit%20card%20type%20unsupported&L_LONGMESSAGE0=The%20credit%20card%20type%20is%20not%20supported&L_SEVERITYCODE0=Error&AMT=950%2e00&CURRENCYCODE=USD
array (
'TIMESTAMP' => '2013-11-04T17:14:48Z',
'CORRELATIONID' => 'e4d897ad63157',
'ACK' => 'Failure',
'VERSION' => '71.0',
'BUILD' => '8311702',
'L_ERRORCODE0' => '10566',
'L_SHORTMESSAGE0' => 'Credit card type unsupported',
'L_LONGMESSAGE0' => 'The credit card type is not supported',
'L_SEVERITYCODE0' => 'Error',
'AMT' => '950.00',
'CURRENCYCODE' => 'USD',
'__error' => 'Error #10566. Credit card type unsupported. The credit card type is not supported.',
)
LOG ENTRY: Mon Nov 4th, 2013 @ precisely 5:15 pm UTC
PHP v5.2.17 :: WordPress v3.7.1 :: s2Member v131026 :: s2Member Pro v131026
Memory 53.87 MB :: Real Memory 54.25 MB :: Peak Memory 53.95 MB :: Real Peak Memory 54.25 MB
patentfile.org/1634-2/?s2-ssl=yes
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
-
This topic was modified 3 years, 2 months ago by
FrankTheTank.
-
This topic was modified 3 years, 1 month ago by
FrankTheTank.