Skip to content

Allign Account Item to deliver the same information (accountOwner, allowedCurrencies) #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 22, 2024
Merged
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
10 changes: 10 additions & 0 deletions accountAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ components:
title: Account Information Item
type: object
required:
- accountOwner
- id
- account
- currency
Expand All @@ -398,11 +399,20 @@ components:
$ref: '#/components/schemas/commonAccountId'
account:
$ref: '#/components/schemas/paymentIbanAccount'
accountOwner:
maxLength: 140
type: string
example: Account Owner XYZ
currency:
type: string
minLength: 3
maxLength: 3
example: CHF
allowedCurrencies:
type: array
items:
type: string
example: CHF
designation:
type: string
maxLength: 140
Expand Down