I’m trying to add credit card so I can activate analytics on my site. But everytime I add my card I get transaction declined error. I’ve got GATEWAY_REJECTED at first and now Fraud Suspected (maybe because of the too many retries idk). My card is Visa and 100% working and I’m sure I’ve added the informations correctly, I’ve even tried to create new virtual card, but still got this last error bellow. Can you help?
{
"success" : false,
"processId" : "BF3A2A21EEA271E7",
"reasons" : [ {
"code" : 52000099,
"message" : "Transaction declined.<br>2014 - Processor Declined - Fraud Suspected"
} ]
}