Changelog

Billing / Recovery hardened / May 6, 2026

Stripe webhook and credit pack recovery hardening

Credit-pack purchase recovery now has stricter webhook handling, safer retry behavior, and clearer billing evidence.

Back to Changelog
BillingCreditsRecovery

AgentNexus tightened the billing path around hosted checkout completion, duplicate-safe credit grants, and recovery checks so paid credit packs can be operated with clearer evidence.

Status

Recovery hardened

Category

Billing

Date

May 6, 2026

Read time

4 min read

Impact

Teams using paid credit packs get a more dependable credit provisioning path and better operational recovery guidance.

What changed

The billing flow now treats signed checkout completion as the source of truth for credit-pack grants and avoids applying credits from browser return pages alone.

Recovery checks were tightened so repeated processing does not create duplicate credit grants, while still leaving a path to reconcile completed purchases.

Why it matters

Billing surfaces need to be boring and auditable. A hosted payment page is only useful when the product waits for trusted completion evidence before changing account balances.

What to do

  • Use the Billing and Credits docs for public payment behavior.
  • Keep private payment provider identifiers out of public notes and screenshots.
  • Treat recovery evidence as operational material, not marketing copy.

Related links

Next step

Check the public documentation

Changelog entries point to user-visible product changes. Use docs for setup, reference, and operating guidance.

Read docs

Related updates