fix: correct USD external account examples to match schema#232
fix: correct USD external account examples to match schema#232AaryamanBhute merged 1 commit intomainfrom
Conversation
The usBankAccount examples used invalid accountType "US_ACCOUNT" and were missing required fields. Updated to "USD_ACCOUNT" and added countries and paymentRails to conform to the UsdAccountInfo schema. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✱ Stainless preview buildsThis PR will update the kotlin openapi python typescript ✅ grid-python studio · code
✅ grid-kotlin studio · code
✅ grid-typescript studio · code
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
Greptile SummaryCorrected USD external account examples to match the Changes:
Note: Similar issues exist in payment instruction examples in Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| openapi/paths/customers/customers_external_accounts.yaml | Fixed USD account example: corrected accountType to USD_ACCOUNT and added required countries and paymentRails fields |
| openapi/paths/platform/platform_external_accounts.yaml | Fixed USD account example: corrected accountType to USD_ACCOUNT and added required countries and paymentRails fields |
Last reviewed commit: 5703552
Merge activity
|
Summary
usBankAccountexamples in both customer and platform external account endpointsaccountType: US_ACCOUNTtoUSD_ACCOUNTto match theUsdAccountInfoschema discriminatorcountriesandpaymentRailsTest plan
make lintpasses with 0 warnings🤖 Generated with Claude Code