Skip to content

Commit

Permalink
Published API specification v1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaufauvre committed Jun 20, 2023
1 parent 2a0b5f9 commit 52e3459
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions finicity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
name: Finicity
email: [email protected]
url: 'https://www.finicity.com/contact/'
version: 1.13.1
version: 1.13.2
servers:
- url: 'https://api.finicity.com'
description: Production
Expand Down Expand Up @@ -4233,8 +4233,8 @@ components:
value:
code: 3000000
message:
'Microdeposit initiation cant be processed at this time due to
technical difficulties. Please try after some time'
Microdeposit initiation can't be processed at this time due to
technical difficulties. Please try after some time
InvalidAccountNameExample:
value:
code: 3100001
Expand All @@ -4254,7 +4254,7 @@ components:
MicrodepositAmountsDidNotMatchExample:
value:
code: 3200004
message: 'Microdeposit amounts didnt match'
message: Microdeposit amounts didn't match
TooManyRequestsExample:
value:
code: 3300001
Expand Down Expand Up @@ -7472,8 +7472,8 @@ components:
routingNumber:
type: string
description: >-
The routing number of the financial institution for this specific
customers account
The routing number of the financial institution for specific
customer account
example: '123456789'
realAccountNumber:
type: string
Expand Down Expand Up @@ -9314,7 +9314,6 @@ components:
- minDailyBalance
- maxDailyBalance
- averageDailyBalance
- standardDeviationOfDailyBalance
- numberOfDaysNegativeBalance
- numberOfDaysPositiveBalance
type: object
Expand Down Expand Up @@ -9358,7 +9357,6 @@ components:
- minDailyBalance
- maxDailyBalance
- averageDailyBalance
- standardDeviationOfDailyBalance
- numberOfDaysNegativeBalance
- numberOfDaysPositiveBalance
type: object
Expand Down Expand Up @@ -12653,7 +12651,7 @@ components:
IpLastSeenDays:
type: number
description: >-
Count of days since the IP address was last observed in Ekatas Identity
Count of days since the IP address was last observed in Ekata's Identity
Network. If the IP address has not been observed before, IpLastSeenDays
will be 0.
example: 15
Expand Down Expand Up @@ -14488,14 +14486,14 @@ components:
type: number
description: >-
Count of days since the combination of phone and email was first
observed in Ekatas Identity Network. If that combination has not been
observed before, phoneEmailFirstSeenDays will be 0.
observed in Ekata's Identity Network. If that combination has not been
observed before, `phoneEmailFirstSeenDays` will be 0.
example: 54
PhoneLastSeenDays:
type: number
description: >-
Count of days since the phone was last observed in Ekatas Identity
Network. If the phone has not been observed before, phoneLastSeenDays
Count of days since the phone was last observed in Ekata's Identity
Network. If the phone has not been observed before, `phoneLastSeenDays`
will be 0.
example: 42
PhoneLineType:
Expand All @@ -14513,7 +14511,7 @@ components:

* toll-free - callee pays for call.

* premium - caller pays a premium for the call-e.g., 976 area code .
* premium - caller pays a premium for the call-e.g., 976 area code.

* non-fixed-voip - Skype, for example * other - anything that does not
match the previous categories.
Expand Down

0 comments on commit 52e3459

Please sign in to comment.