Verify real-time account balances
product features
Real-time data
Verify real-time account balances
PSD2 integrations
Plaid’s integrations are PSD2 compliant, delivering secure and reliable access to the European financial ecosystem.
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
}'