| Environment: | TEST |
| Application ID: | ✗ Not configured - Update credentials.php |
| Shared Secret: | ✗ Not configured - Update credentials.php |
| Database: | ⚠ Not connected (optional) |
| Gateway URL: | https://portal.host.iveri.com/Lite/Authorise.aspx |
| Return URL: | https://im.drinah.com/payment_callback.php?status=success |
Please update config/credentials.php with your iVeri credentials:
IVERI_TEST_APP_ID to your test Application IDIVERI_TEST_SHARED_SECRET to your test Shared SecretSession ID: 94eaed06f2b35236b0fe05ab0de0b776
Session Data:
Array
(
[cart] => Array
(
[0] => Array
(
[name] => Test Product
[quantity] => 1
[price] => 10
)
)
[order_total] => 10
[pending_transaction] => Array
(
[reference] => TEST-20260419-69E4597E12A2D
[amount] => 10
[amount_cents] => 1000
[email] => test@example.com
[customer_name] => Test Customer
[timestamp] => 1776572798
)
)