Skip to content

Commit

Permalink
feat: Add support for account_type field in get personal cards (#568)
Browse files Browse the repository at this point in the history
* Add a new field account_type in get personal cards response

* Auto generate API docs

---------

Co-authored-by: Siva <[email protected]>
  • Loading branch information
tirth-bhagwat and snarayanank2 authored Oct 28, 2024
1 parent 2a80f20 commit fcacc99
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions reference/spender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8333,6 +8333,11 @@ components:
card_number:
type: string
example: '****3464'
account_type:
type: string
nullable: false
example: SAVINGS
description: Type of the bank account as provided by Yodlee.
yodlee_account_id:
$ref: '#/components/schemas/fk_string'
yodlee_fastlink_params:
Expand Down Expand Up @@ -8392,6 +8397,11 @@ components:
card_number:
type: string
example: '****3464'
account_type:
type: string
nullable: false
example: SAVINGS
description: Type of the bank account as provided by Yodlee.
yodlee_account_id:
$ref: '#/components/schemas/fk_string'
yodlee_fastlink_params:
Expand Down
10 changes: 10 additions & 0 deletions src/components/schemas/personal_card.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ personal_card_out:
card_number:
type: string
example: '****3464'
account_type:
type: string
nullable: false
example: 'SAVINGS'
description: Type of the bank account as provided by Yodlee.
yodlee_account_id:
$ref: './fields.yaml#/fk_string'
yodlee_fastlink_params:
Expand Down Expand Up @@ -133,6 +138,11 @@ personal_card_delete_out:
card_number:
type: string
example: '****3464'
account_type:
type: string
nullable: false
example: 'SAVINGS'
description: Type of the bank account as provided by Yodlee.
yodlee_account_id:
$ref: './fields.yaml#/fk_string'
yodlee_fastlink_params:
Expand Down

0 comments on commit fcacc99

Please sign in to comment.