Manually retry the outstanding failed charge (admin)
Immediately re-attempts the organization’s outstanding failed charge on the currently-saved card. Returns processing — the actual recovery (hold cleared, nextAction back to NONE) is confirmed asynchronously via a signature-verified Stripe webhook; poll GET /billing/account rather than inferring success from this response. Org-admin humans only — service tokens are denied (card actuation is a human/PCI boundary).
Authorizations
API key or access token
Response
Manually retry the outstanding failed charge (admin)
Immediate result of a manual "pay now" retry (spec §5.4: self-serve, instant recovery). The actual state transition (recovered, or unchanged on a decline) happens via the webhook.