Свойство | Тип | Описание | |
---|---|---|---|
$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 |
protected buildPostString ( ) : string | ||
Результат | string |
public getReasonCode ( ) : integer | ||
Результат | integer |
public getResponseSubcode ( ) : integer | ||
Результат | integer |
protected array $fields | ||
Результат | array |
protected int $responseSubcode | ||
Результат | integer |