Payments & Finance

Reconciliation queue and settlements. Mock-gateway backed until docs/backend/PHASE-7-PAYMENTS-RECONCILIATION-CONTRACT.md ships.

Reconciliation queue

@if (facade.reconciliation().length === 0 && !facade.loading()) { } @else {
    @for (r of facade.reconciliation(); track r.id) {
  • {{ r.orderId }} - {{ r.result }} Resolve
  • }
}

Settlements

@if (facade.settlements().length === 0) { }