How can my Paypal sandbox merchant account support amex payment -




i'm using dodirectpayment api https://api-3t.sandbox.paypal.com/nvp. visa/mastercard payment works fine gave me error if use amex. need set sandbox account? it's business pro account. many thanks!

array(11) {     ["timestamp"]=> string(20) "2017-08-22t11:13:42z"     ["correlationid"]=> string(13) "ed8fff8346e43"     ["ack"]=> string(7) "failure"     ["version"]=> string(4) "56.0"     ["build"]=> string(8) "36082234"     ["l_errorcode0"]=> string(5) "10566"     ["l_shortmessage0"]=> string(28) "credit card type unsupported"     ["l_longmessage0"]=> string(37) "the credit card type not supported"     ["l_severitycode0"]=> string(5) "error"     ["amt"]=> string(5) "10.00"     ["currencycode"]=> string(3) "usd" } 





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -