Method |
Description |
|
getCode ( string $key ) : string |
Get specific response code from a field in the array |
|
getMessage ( ) : integer |
Get response message |
|
getResponse ( ) : string |
Get raw response |
|
getResponseCode ( ) : string |
Get response code |
|
getResponseCodes ( ) : array |
Get response codes |
|
isApproved ( ) : boolean |
Return whether the transaction is approved |
|
isDeclined ( ) : boolean |
Return whether the transaction is declined |
|
isError ( ) : boolean |
Return whether the transaction is an error |
|
isTest ( ) : boolean |
Return whether currently set to test environment |
|
isValid ( ) : boolean |
Return whether transaction data is valid |
|
send ( boolean $verifyPeer = true ) : mixed |
Send transaction |
|