@zgreathouse I am having the same issue. I posted a question 3 days back but no one replied.
I am using sandbox account and trying to add credit card payments. I have enabled the Process Credit Cards in my settings
I am using the test credit card details 4264281511117771
["paymentId" => "GY1RFDCK18ETT" , "result" => "DECLINED", "failureMessage" => "INV TRAN"]
I am using php. this is how i encrypted credit card num:
$rsa = new phpseclib\Crypt\RSA();
$rsa->loadKey([ 'e' => new BigInteger(base64_decode($getPay["exponent"]), 256), 'n' => new BigInteger(base64_decode($getPay["modulus"]), 256) ]);
$card = base64_encode($rsa->encrypt($getPay["prefix"].'4264281511117771'));
I really need help on this.
Please help me with this issue.
Thank you for your feedback! I'll submit a ticket to have our docs make this more clear.
2 People are following this question.