Skip to content

docs: add external account examples for African currencies#234

Merged
pengying merged 1 commit intomainfrom
docs/sync-20260227
Feb 27, 2026
Merged

docs: add external account examples for African currencies#234
pengying merged 1 commit intomainfrom
docs/sync-20260227

Conversation

@claude
Copy link
Contributor

@claude claude bot commented Feb 27, 2026

Summary

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

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>
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 27, 2026

Greptile Summary

Added 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:

  • New tabs for South Africa (ZAR bank transfer), Kenya (KES M-PESA), Tanzania (TZS mobile money), Zambia (ZMW mobile money), and Rwanda (RWF mobile money)
  • Validation regex patterns in the best practices section for account numbers and phone numbers
  • Clear notes documenting format requirements and supported providers for each currency

Quality verification:

  • All account numbers, phone numbers, and providers in examples match their respective OpenAPI schema patterns
  • Phone number formats (country codes + 9 digits) are consistent across all mobile money examples
  • Validation patterns correctly reflect schema constraints (e.g., ZAR: 9-13 digits, phone formats: +XXX followed by 9 digits)
  • Documentation structure follows existing patterns for other currencies (US, MXN, BRL, EUR, etc.)
  • Beneficiary information follows the same structure as other currency examples

Confidence Score: 5/5

  • This PR is safe to merge - documentation-only changes with accurate examples
  • Documentation changes match OpenAPI schema definitions perfectly, follow existing patterns consistently, and include proper validation examples. All phone numbers, account numbers, and enum values are correct according to the schemas introduced in PR Add ZAR KES TSZ ZMW RWF account beneficiary information for grid #231.
  • No files require special attention

Important Files Changed

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 pengying merged commit d85f7a3 into main Feb 27, 2026
6 checks passed
@pengying pengying deleted the docs/sync-20260227 branch February 27, 2026 18:46
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant