-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecated an endpoint - Get Available Balance - Cached
- Loading branch information
1 parent
e7c3a0d
commit ec67f60
Showing
1 changed file
with
7 additions
and
1 deletion.
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: API Support | ||
email: [email protected] | ||
url: 'https://developer.mastercard.com/open-banking-us/documentation/support/' | ||
version: 1.21.1 | ||
version: 1.21.2 | ||
servers: | ||
- url: 'https://api.finicity.com' | ||
description: Production | ||
|
@@ -2777,7 +2777,13 @@ paths: | |
tags: | ||
- Payments | ||
summary: Get Available Balance - Cached | ||
deprecated: true | ||
description: >- | ||
_This endpoint will no longer be available after June 2025. You must | ||
transition to using the regular Get Available Balance endpoint, which | ||
can return either live or cached data depending on your requirements._ | ||
|
||
|
||
Retrieve the latest cached available and cleared account balances for a | ||
customer. Since we update and store balances throughout the day, this is | ||
the most accurate balance information available when a connection to a | ||
|