Correct Link wallet amount limit - #615
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
courtney918
marked this pull request as ready for review
September 21, 2026 16:38
There was a problem hiding this comment.
Risk assessment: Very Low
This PR changes one documentation page, integrations/wallets/stripe-link.mdx. Both edits replace the documented Link amount upper bound from 500000 to 50000 minor currency units (about $5,000.00 USD when the currency is USD). No application code, configuration, auth, infrastructure, or shared libraries are modified.
Why this is Very Low
- Diff is two line replacements in a single docs file.
- Blast radius is the published Stripe Link wallet docs only.
- No production logic, schema, or operational surface changes.
Approving because the change is documentation-only and has not been approved yet.
Sent by Cursor Automation: Assign PR reviewers
rgarcia
approved these changes
Sep 22, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
500000to50000minor currency unitsTesting
git diff --checknpx -y mint@latest broken-linksVisual proof
Not included; this is a two-value copy correction.
Note
Low Risk
Documentation-only copy fix with no runtime, API, or security behavior changes.
Overview
Updates the Stripe Link wallet docs so the documented card
amountceiling matches the real limit: 50000 minor currency units instead of 500000.Both callouts on
integrations/wallets/stripe-link.mdxare aligned—the lifecycle note after the create/authorize examples and the item reference under cardspecfields (including the1–50000range).Reviewed by Cursor Bugbot for commit 7e6b304. Bugbot is set up for automated code reviews on this repo. Configure here.