Verify real-time account balances
product features
Real-time data
Verify real-time account balances
Open Banking/PSD2 integrations
Plaid’s integrations are Open Banking and PSD2 compliant, delivering secure and reliable access to the UK and European financial ecosystems.
Make a Balance request
Use the Balance endpoint to submit a POST request
available
The amount of funds available to be withdrawn from an account
current
The total amount of funds in the account
Retrieve Balance request
curl -X POST https://sandbox.plaid.com/balance/get \
-H 'Content-Type: application/json' \
-d '{
"client_id": String,
"secret": String,
"access_token": String
}'