2014-03-03 1 views
1

Authorize.NET PHP SDK를 사용하고 있습니다. 나는 CVV 코드Authorize.NET CVV 확인

$auth = new AuthorizeNetAIM; 
$auth->amount = $amount; 
$auth->card_num = $cc; 
$auth->exp_date = $expiry_date; 
$auth->x_card_code = $cc; 

을 확인하기 위해 다음 코드를 추가했지만 지금은 다음과 같은 예외 점점 오전 :

Error: Uncaught exception 'AuthorizeNetException' with message 'Error: no field x_card_code exists in the AIM API. 

가 어떻게 CVV을 확인 할을?

답변

3

x_card_code가 아닌 card_code라는 잘못된 필드 이름을 사용하고있었습니다.