Skip to content

Docs: add FAILED to internal account status values#669

Open
claude[bot] wants to merge 1 commit into
mainfrom
docs/sync-20260708
Open

Docs: add FAILED to internal account status values#669
claude[bot] wants to merge 1 commit into
mainfrom
docs/sync-20260708

Conversation

@claude

@claude claude Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add FAILED status to internal account status values in webhooks documentation
  • This syncs documentation with OpenAPI schema changes from commit b98f162

Changes

The INTERNAL_ACCOUNT.STATUS_UPDATED webhook documentation now lists all five internal account statuses: PENDING, ACTIVE, CLOSED, FROZEN, and FAILED.

Test plan

  • Documentation content reviewed for accuracy against OpenAPI schema
  • Lint passes (make lint)

🤖 Generated with Claude Code

Update webhooks documentation to include the new FAILED status for
internal accounts, which was added in commit b98f162.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
grid-flow-builder Ignored Ignored Jul 8, 2026 8:57am
grid-wallet-demo Ignored Ignored Jul 8, 2026 8:57am

Request Review

@claude claude Bot requested review from pengying and shreyav July 8, 2026 08:57
@mintlify

mintlify Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Grid 🟢 Ready View Preview Jul 8, 2026, 8:59 AM

@greptile-apps

greptile-apps Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Syncs the webhooks documentation with the OpenAPI schema by adding the FAILED status to the INTERNAL_ACCOUNT.STATUS_UPDATED warning. The last-sentence restriction note is updated to cover both FROZEN and FAILED accounts.

  • Added FAILED (provisioning failed) as a fifth internal account status alongside PENDING, ACTIVE, CLOSED, and FROZEN.
  • Updated the payment restriction note to read "Frozen and failed accounts cannot send or receive payments."

Confidence Score: 5/5

Safe to merge — single-line documentation update with no functional code changes.

The change adds one missing enum value and updates one sentence in a Mintlify MDX doc. The new status description and payment-restriction note are accurate and consistent with the rest of the file.

No files require special attention.

Important Files Changed

Filename Overview
mintlify/ramps/platform-tools/webhooks.mdx Adds FAILED status to the INTERNAL_ACCOUNT.STATUS_UPDATED warning block; also updates the restriction note to cover both FROZEN and FAILED accounts. Change is accurate and complete.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A([Account Created]) --> B[PENDING\nProvisioning in progress]
    B -->|Provisioning succeeds| C[ACTIVE\nReady for payments]
    B -->|Provisioning fails| F[FAILED\nProvisioning failed]
    C -->|Customer request| D[CLOSED\nCustomer-initiated]
    C -->|Compliance / fraud| E[FROZEN\nCompliance or fraud hold]
    E -->|Hold lifted| C

    style F fill:#f66,color:#fff
    style E fill:#f90,color:#fff
    style D fill:#999,color:#fff
    style C fill:#4a4,color:#fff
    style B fill:#69f,color:#fff
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A([Account Created]) --> B[PENDING\nProvisioning in progress]
    B -->|Provisioning succeeds| C[ACTIVE\nReady for payments]
    B -->|Provisioning fails| F[FAILED\nProvisioning failed]
    C -->|Customer request| D[CLOSED\nCustomer-initiated]
    C -->|Compliance / fraud| E[FROZEN\nCompliance or fraud hold]
    E -->|Hold lifted| C

    style F fill:#f66,color:#fff
    style E fill:#f90,color:#fff
    style D fill:#999,color:#fff
    style C fill:#4a4,color:#fff
    style B fill:#69f,color:#fff
Loading

Reviews (1): Last reviewed commit: "Docs: add FAILED to internal account sta..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants