From 1cccd48695f7b468cf7481f67724f93867825b54 Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Tue, 28 Apr 2026 00:18:40 -0700 Subject: [PATCH] docs: drop broken cross-tab KYC link in Global Accounts walkthrough --- mintlify/snippets/global-accounts/walkthrough.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mintlify/snippets/global-accounts/walkthrough.mdx b/mintlify/snippets/global-accounts/walkthrough.mdx index cec2db1a..389ca819 100644 --- a/mintlify/snippets/global-accounts/walkthrough.mdx +++ b/mintlify/snippets/global-accounts/walkthrough.mdx @@ -49,7 +49,7 @@ curl -X POST "$GRID_BASE_URL/customers" \ }' ``` -**Response:** `201 Created` with the new `Customer:...` id. In sandbox, the customer is KYC-approved immediately; in production you would now run them through the [KYC / KYB flow](../onboarding/configuring-customers) before any funds can move. +**Response:** `201 Created` with the new `Customer:...` id. In sandbox, the customer is KYC-approved immediately; in production you would now run them through the KYC / KYB flow before any funds can move. ### 2. Find the Global Account