docs: sync with recent OpenAPI changes#719
Open
claude[bot] wants to merge 1 commit into
Open
Conversation
Update documentation to reflect recent schema changes: - Business customers now require businessInfo field (#717) - Document 7 new sandbox card simulate endpoints (#715): authorization_advice, balance_inquiry, credit_authorization, credit_authorization_advice, financial_authorization, financial_credit_authorization, return_reversal Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Greptile SummaryThis PR synchronizes the Mintlify guides with recent OpenAPI changes. The main changes are:
Confidence Score: 5/5This looks safe to merge.
|
| Filename | Overview |
|---|---|
| mintlify/global-p2p/onboarding/configuring-customers.mdx | Clarifies the required fields for individual and business customer creation. |
| mintlify/snippets/cards/sandbox-testing.mdx | Documents seven new card simulation endpoints with request examples and state constraints. |
| mintlify/snippets/creating-customers/customers.mdx | Updates the shared customer snippet with the business information requirement. |
Reviews (1): Last reviewed commit: "docs: sync with recent OpenAPI changes" | Re-trigger Greptile
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
businessInfois now required (feat(customers): require businessInfo when creating a business customer #717)authorization_advice- re-size existing open authorizationsbalance_inquiry- simulate zero-amount balance checkscredit_authorization- simulate merchant-initiated creditscredit_authorization_advice- re-size credit authorizationsfinancial_authorization- single-message auth+clear (e.g. ATM withdrawal)financial_credit_authorization- single-message credit+clear (e.g. ATM deposit)return_reversal- reverse settled returnsFiles Changed
Docs (customer businessInfo requirement):
mintlify/snippets/creating-customers/customers.mdxmintlify/global-p2p/onboarding/configuring-customers.mdxDocs (new sandbox card endpoints):
mintlify/snippets/cards/sandbox-testing.mdxTest plan
🤖 Generated with Claude Code