简体   繁体   English

有关信用卡号和类型的Paypal付款问题

[英]Paypal Payment issue regarding credit card number and type

Facing issue... 面临问题...

I have added below details while testing in sandbox but i am getting this error: 我在沙盒中测试时添加了以下详细信息,但出现此错误:

Code Credit Card: 代码信用卡:

$cardDetails->CreditCardNumber = "4032039141982290";
$cardDetails->CreditCardType = "Visa";
$cardDetails->ExpMonth = "12";
$cardDetails->ExpYear = "2018";
$cardDetails->CVV2 = "123";
$cardDetails->CardOwner = "BILAL";

ERROR: 错误:

Payment - Failed
This transaction cannot be processed due to an invalid merchant configuration.
Error msg - This transaction cannot be processed. 
Please enter a valid credit card number and type.

Please anyone let me know what is the issue? 请任何人让我知道是什么问题?

问题已解决...此问题即将来临,因为我没有将帐户类型启用为“ Pro”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM