프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$apiLoginId | string | API Login ID | |
$fields | array | Transaction fields for normalization purposes | |
$liveUrl | string | Live URL | |
$reasonCode | integer | Reason code | |
$requiredFields | array | Required fields | |
$responseSubcode | integer | Response subcode | |
$testUrl | string | Test URL | |
$transKey | string | Transaction Key | |
$transaction | array | Transaction data |
메소드 | 설명 | |
---|---|---|
__construct ( string $apiLoginId, string $transKey, boolean $test = false ) : |
Constructor | |
getReasonCode ( ) : integer | Get reason code | |
getResponseSubcode ( ) : integer | Get response subcode | |
send ( boolean $verifyPeer = true ) : void | Send transaction |
메소드 | 설명 | |
---|---|---|
buildPostString ( ) : string | Build the POST string |