Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
type: object
required:
- currency
- accountInfo
properties:
currency:
type: string
description: The ISO 4217 currency code
example: USD
platformAccountId:
type: string
description: Your platform's identifier for the account in your system. This can be used to reference the account by your own identifier.
example: ext_acc_123456
accountInfo:
$ref: ./ExternalAccountInfoOneOf.yaml
2 changes: 1 addition & 1 deletion openapi/paths/platform/platform_external_accounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ post:
content:
application/json:
schema:
$ref: ../../components/schemas/external_accounts/ExternalAccountCreateRequest.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also tiny nit! theres a comment on this resource which can be updated

The ID of the customer for whom to create the external account. If not provided, the external account will be created on behalf of the platform.

$ref: ../../components/schemas/external_accounts/PlatformExternalAccountCreateRequest.yaml
examples:
usBankAccount:
summary: Create external US bank account
Expand Down