Skip to content

Commit

Permalink
add supports_tax_document to institutionResponse and federal_insuranc…
Browse files Browse the repository at this point in the history
…e_status to accountResponse (#149)

Co-authored-by: Nicki Nixon <[email protected]>
  • Loading branch information
nickitza and Nicki Nixon authored Oct 25, 2024
1 parent a79d97d commit f47d4a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ components:
example: 1000
nullable: true
type: integer
federal_insurance_status:
example: INSURED
nullable: true
type: string
guid:
example: ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1
nullable: true
Expand Down Expand Up @@ -1554,6 +1558,10 @@ components:
example: true
nullable: true
type: boolean
supports_tax_document:
example: true
nullable: true
type: boolean
supports_transaction_history:
example: true
nullable: true
Expand Down

0 comments on commit f47d4a1

Please sign in to comment.