iVeri Payment Gateway Test

System Status
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

⚠ Configuration Required

Please update config/credentials.php with your iVeri credentials:

  1. Set IVERI_TEST_APP_ID to your test Application ID
  2. Set IVERI_TEST_SHARED_SECRET to your test Shared Secret
  3. Contact I&M Bank if you don't have these credentials
Debug Information

Session 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
        )

)