Package DE_EPAGES::ServiRed::API::RedSysCallbackParams
Client for RedSys/ServiRed
Base |
DE_EPAGES::EPagesJ::API::Object::RestClient |
Functions
decryptCallbackParams
Obtains RedSys callback parameters as json string and own calculated signature
Syntax |
$response = DE_EPAGES::ServiRed::API::RedSysCallbackParams->decryptCallbackParams($MerchantParams, $Servlet); |
Input |
|
getJsonMerchantParameters
Get decrypted merchant parameters in JSON format
Syntax |
$jsonMerchantParametes = getJsonMerchantParameters(); |
Return |
|
getSignature
Get own generated signature
Syntax |
$signature = getSignature(); |
Return |
|
merchantParametersToHash
return json merchant parameters in hash format
Syntax |
$hMerchantParameters = merchantParametersToHash(); |
Return |
|
new
Creates a new RedSysCallbackParams object
Syntax |
DE_EPAGES::ServiRed::API::RedSysCallbackParams->new( %args ); |
Return |
|