IN VALIDATIONPAYMENT OPERATIONS

Fencair Payment Recovery

A standalone OpenCart extension focused on capturing payment failures, preserving useful order/payment context and supporting controlled recovery workflows.

VALIDATION FLOW
01Payment failure event
02Context captured
03Recovery rule evaluated
04Outcome recorded
CURRENT VALIDATION SCOPE

What is being separated and tested.

The production-store implementation contains payment recovery logic that must be made independent from store-specific integrations before Marketplace release.

Payment failure capture

Verify that failure events can be captured without assuming private theme or checkout modifications.

Order/payment context

Preserve the identifiers and state required for support and recovery without exposing unnecessary data.

Recovery workflow

Define when recovery actions are allowed, suppressed or handed off for manual review.

Admin visibility

Expose enough operational information to diagnose failures without requiring database inspection.

DOCUMENTATION PLAN

Release documentation will cover the full lifecycle.

Install & configure

Requirements, installation, permissions, configuration and first-run verification.

Operate & troubleshoot

Failure states, logs, recovery behavior, known limitations and support diagnostics.

Upgrade & uninstall

Version changes, migrations, cleanup behavior and rollback considerations.