Package DE_EPAGES::Ipayment::API::CGI::Response
Class responsible to process the capture and cancel responses
Functions
- LoadObjectByGUID
- UpdateTransactionStatus
- cancelTransaction
- captureTransaction
- createTransaction
- new
- rejectTransaction
LoadObjectByGUID
Wrap core bindings
Syntax |
$Object = LoadObjectByGUID( $GUID ); |
Example |
$Object = LoadObjectByGUID( "b09e53f4-60e9-41a6-8b30-526b69c28b5d" ); |
Input |
|
Return |
|
UpdateTransactionStatus
Wrap core bindings
Syntax |
UpdateTransactionStatus( $LineItemPayment ); |
Example |
$hValues = UpdateTransactionStatus( $LineItemPayment ); |
Input |
|
Return |
|
cancelTransaction
Process the cancel transaction
Syntax |
cancelTransaction( $hFormParams ); |
Input |
|
captureTransaction
Process the capture transaction
Syntax |
captureTransaction( $hFormParams ); |
Input |
|
createTransaction
Process the create transaction
Syntax |
createTransaction( $SecurityLayer ); |
Input |
|
Return |
|
new
constructor
Syntax |
new ( ); |
Return |
|
rejectTransaction
Reject the transaction In case of Basket: it empty the Basket In case of Order: it set the order to cancelled
Syntax |
rejectTransaction( $SecurityLayer ); |
Input |
|