Hi people, I had a question to say, I'm using the paypal express checkout in my code for a website, but actually I have a problem with the credit card payment. I made tests on the live, and I can make payments with everything except my credit card, verified or not. If I pay with a credit card, It return me an error array like this : #data: array:11 [▼
"TOKEN" => "EC-8M96742630458401X"
"SUCCESSPAGEREDIRECTREQUESTED" => "false"
"TIMESTAMP" => "2017-11-25T10:45:03Z"
"CORRELATIONID" => "3d4c4439cc1c9"
"ACK" => "Failure"
"VERSION" => "119.0"
"BUILD" => "40680762"
"L_ERRORCODE0" => "10486"
"L_SHORTMESSAGE0" => "This transaction couldn't be completed."
"L_LONGMESSAGE0" => "This transaction couldn't be completed. Please redirect your customer to PayPal."
"L_SEVERITYCODE0" => "Error"
] This error append with every credit cards, verified or not by paypal. I know this error and that should redirect on the paypal page with an message like "this credit card has been refused" or something like this. I don't think it's my code, maybe something I didn't make on my paypal account, I don't know. I made a payment like today, on paypal for a subscription, it seemed to be a express checkout and I could pay with my unverified credit card without any problems. Well, you have some ideas ?
... View more