You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FormBuilder.php
+22-5Lines changed: 22 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -152,12 +152,14 @@ public function generateAddCardParameters( $acceptCvcRequired = null, $skipFormN
152
152
* @param string $webhookCancelUrl The URL the PH server makes request after cancelling the transaction (clicking on the cancel button).
153
153
* @param int $webhookDelay Delay for webhook in seconds. Between 0-900
154
154
* @param bool $showPaymentMethodSelector
155
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
@@ -209,12 +213,13 @@ public function generatePaymentParameters($amount, $currency, $orderId, $descrip
209
213
* @param string $webhookFailureUrl The URL the PH server makes request after a failure such as an authentication or connectivity error.
210
214
* @param string $webhookCancelUrl The URL the PH server makes request after cancelling the transaction (clicking on the cancel button).
211
215
* @param int $webhookDelay Delay for webhook in seconds. Between 0-900
216
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
@@ -261,12 +268,13 @@ public function generateAddCardAndPaymentParameters($amount, $currency, $orderId
261
268
* @param string $webhookFailureUrl The URL the PH server makes request after a failure such as an authentication or connectivity error.
262
269
* @param string $webhookCancelUrl The URL the PH server makes request after cancelling the transaction (clicking on the cancel button).
263
270
* @param int $webhookDelay Delay for webhook in seconds. Between 0-900
271
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
@@ -314,13 +324,14 @@ public function generatePayWithTokenAndCvcParameters( $tokenId, $amount, $curren
314
324
* @param string $webhookFailureUrl The URL the PH server makes request after a failure such as an authentication or connectivity error.
315
325
* @param string $webhookCancelUrl The URL the PH server makes request after cancelling the transaction (clicking on the cancel button).
316
326
* @param int $webhookDelay Delay for webhook in seconds. Between 0-900
327
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
@@ -377,12 +391,13 @@ public function generatePayWithMobilePayParameters($amount, $currency, $orderId,
377
391
* @param string $webhookFailureUrl The URL the PH server makes request after a failure such as an authentication or connectivity error.
378
392
* @param string $webhookCancelUrl The URL the PH server makes request after cancelling the transaction (clicking on the cancel button).
379
393
* @param int $webhookDelay Delay for webhook in seconds. Between 0-900
394
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
* @param bool $commit Whether or not automatically commit the payment. Default true.
37
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
* @param bool $commit Whether or not automatically commit the payment. Default true.
33
+
* @param string $referenceNumber Reference number in RF or Finnish reference format, used when settling the transaction to the merchant account. Only used if one-by-ony transaction settling is configured.
0 commit comments