Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Greptile SummaryThis PR refactors Confidence Score: 5/5Documentation-only change with no logic, all referenced snippets exist, and anchor links resolve correctly — safe to merge. All five imported snippet files exist on disk, internal anchor targets match their heading text, and the code blocks carry the required language tag. No broken links, missing imports, or style-guide violations detected. No files require special attention.
|
| Filename | Overview |
|---|---|
| mintlify/ramps/platform-tools/sandbox-testing.mdx | Page trimmed from ~390 to ~80 lines; adds SandboxQuotePatterns and SandboxKybVerification snippet imports (both files confirmed to exist); internal anchor links and cross-references are correct. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[sandbox-testing.mdx] --> B[KYC/KYB verification\nSandboxKybVerification]
A --> C[Adding external accounts\nSandboxExternalAccounts]
C --> D[Beneficiary verification\nSandboxBeneficiaryVerification]
A --> E[Transfer in\nSandboxTransferPatterns]
E --> E1[transfer-in endpoint]
E --> E2[sandbox fund endpoint]
A --> F[Creating quotes\nSandboxQuotePatterns]
F --> G[Executing a quote]
G --> G1[Prefunded internal account]
G --> G2[Real-time via sandbox send]
A --> H[Transferring out\nsame magic suffix patterns]
A -.->|delegates full flow| I[fiat-crypto-conversion.mdx]
Reviews (1): Last reviewed commit: "docs(ramps): align sandbox-testing page ..." | Re-trigger Greptile

No description provided.