=================================================
STRIPE PAYMENT TEST EXECUTION [2026-01-29 14:49:31]
=================================================
Transaction ID: ch_test_697b737bf0e7c
Amount: 50 USD
Gateway: Stripe (Simulation)
Status: Succeeded
Configuration Status:
{
    "gateway": "stripe",
    "public_key": "***jhrR",
    "secret_key": "***8OPv",
    "has_keys": true
}
Simulated Response Payload:
{
    "id": "ch_test_697b737bf0e85",
    "object": "charge",
    "amount": 5000,
    "amount_captured": 5000,
    "amount_refunded": 0,
    "application": null,
    "application_fee": null,
    "application_fee_amount": null,
    "balance_transaction": "txn_test_697b737bf0e86",
    "billing_details": {
        "address": {
            "city": null,
            "country": null,
            "line1": null,
            "line2": null,
            "postal_code": null,
            "state": null
        },
        "email": null,
        "name": null,
        "phone": null
    },
    "captured": true,
    "created": 1769698171,
    "currency": "usd",
    "customer": null,
    "description": "Test Charge",
    "status": "succeeded"
}
-------------------------------------------------

