docs: add external account examples for African currencies#234
Merged
Conversation
Add documentation examples for the 5 new African currencies introduced in commit cf847f6. This syncs the external-accounts.mdx snippet with the OpenAPI schema changes. Added tabs for: - South Africa (ZAR) - Bank Transfer - Kenya (KES) - Mobile Money (M-PESA) - Tanzania (TZS) - Mobile Money (AIRTEL/VODACOM) - Zambia (ZMW) - Mobile Money (TNM/AIRTEL/ZAMTEL/MTN) - Rwanda (RWF) - Mobile Money (MTN/AIRTEL) Also updated the validation best practices section with validation patterns for the new account types. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Greptile SummaryAdded comprehensive documentation examples for 5 African currencies (ZAR, KES, TZS, ZMW, RWF) that follow the existing documentation patterns and match the OpenAPI schema definitions from PR #231. What was added:
Quality verification:
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| mintlify/snippets/external-accounts.mdx | Added documentation tabs for 5 African currencies (ZAR, KES, TZS, ZMW, RWF) with accurate examples and validation patterns that match OpenAPI schema definitions |
Last reviewed commit: 522dd88
pengying
approved these changes
Feb 27, 2026
pengying
pushed a commit
that referenced
this pull request
Feb 28, 2026
## Summary - Added documentation examples for 5 new African currencies introduced in #231 (commit cf847f6) - Updated `mintlify/snippets/external-accounts.mdx` with new tabs for ZAR, KES, TZS, ZMW, and RWF - Added validation patterns for the new account types in the best practices section ## New currency examples added | Currency | Country | Payment Rail | Key Fields | |----------|---------|--------------|------------| | ZAR | South Africa | Bank Transfer | accountNumber, bankName | | KES | Kenya | Mobile Money (M-PESA) | phoneNumber, provider | | TZS | Tanzania | Mobile Money (AIRTEL/VODACOM) | phoneNumber, provider | | ZMW | Zambia | Mobile Money (TNM/AIRTEL/ZAMTEL/MTN) | phoneNumber, provider | | RWF | Rwanda | Mobile Money (MTN/AIRTEL) | phoneNumber, provider | ## Test plan - [ ] Verify the new tabs render correctly in Mintlify dev server - [ ] Confirm example requests match the OpenAPI schema definitions - [ ] Check that validation regex patterns are accurate 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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
mintlify/snippets/external-accounts.mdxwith new tabs for ZAR, KES, TZS, ZMW, and RWFNew currency examples added
Test plan
🤖 Generated with Claude Code