|
| | initChargeRequest (int $merchantId, int $productId, ?string $merchantKey, array $otherConfigurations, bool|null $production, string|null $baseUrl) |
| | Initializes a charge request with necessary parameters.
|
| |
| | getOtherConfigurations () |
| | Gets the payment request data.
|
| |
| | getResponse () |
| | Retrieves the response of the Charge request.
|
| |
◆ getOtherConfigurations()
| getOtherConfigurations |
( |
| ) |
|
Gets the payment request data.
- Returns
- array Returns payment request data array.
◆ getResponse()
Retrieves the response of the Charge request.
- Returns
- Response|null The response or null if not set.
◆ initChargeRequest()
| initChargeRequest |
( |
int |
$merchantId, |
|
|
int |
$productId, |
|
|
?string |
$merchantKey, |
|
|
array |
$otherConfigurations, |
|
|
bool|null |
$production, |
|
|
string|null |
$baseUrl |
|
) |
| |
Initializes a charge request with necessary parameters.
- Parameters
-
| int | $merchantId | Merchant ID. |
| int | $productId | Product ID. |
| string | $merchantKey | Merchant key. |
| array | $otherConfigurations | Additional configurations. |
| bool | null | $production | Production mode flag. |
| string | null | $baseUrl | Base URL for the request. |
◆ $base64Iv
◆ $encryptedRequest
| string $encryptedRequest = null |
◆ $formattedRequest
| string $formattedRequest = null |
◆ $httpQuery
◆ $iv
◆ $merchantId
◆ $merchantKey
| string $merchantKey = null |
◆ $merchantPassword
| string $merchantPassword = '' |
◆ $productId
◆ $redirectUrl
| string $redirectUrl = null |
◆ $response
| null string bool $response = null |
◆ $signature
The documentation for this class was generated from the following file: