-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fb91f8
commit 1b3885b
Showing
3 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ info: | |
name: Finicity | ||
email: [email protected] | ||
url: 'https://www.finicity.com/contact/' | ||
version: 1.11.1 | ||
version: 1.11.2 | ||
servers: | ||
- url: 'https://api.finicity.com' | ||
description: Production | ||
|
@@ -10411,10 +10411,7 @@ components: | |
number: | ||
type: string | ||
deprecated: true | ||
description: >- | ||
Use the `accountNumberDisplay` field. Starting July 1, 2021 the | ||
`number` field will sunset with limited support until April 1, 2022, | ||
at which time it will be deprecated (no longer available). | ||
description: The account number from the institution | ||
example: '2000004444' | ||
accountNumberDisplay: | ||
$ref: '#/components/schemas/AccountNumberDisplay' | ||
|
@@ -11392,7 +11389,7 @@ components: | |
type: string | ||
description: | ||
The email address for the customer receiving the Connect email | ||
example: alex.salido@finicity.com | ||
example: bob@example.com | ||
from: | ||
type: string | ||
description: | ||
|
@@ -14166,7 +14163,7 @@ components: | |
properties: | ||
accountId: | ||
$ref: '#/components/schemas/NumericAccountId' | ||
index: | ||
statementIndex: | ||
type: integer | ||
description: Index of the statement to retrieve | ||
format: int32 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters