Retrieve Plaid Ledger balance
POST /transfer/ledger/get
Use the /transfer/ledger/get endpoint to view a balance on the ledger held with Plaid.
Request Body
Required
Defines the request schema for /transfer/ledger/get
Parameters
client_id
Your Plaid API
client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
Your Plaid API
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
ledger_id
Specify which ledger balance to get. Customers can find a list of
ledger_ids in the Accounts page of your Plaid Dashboard. If this field is left blank, this will default to id of the default ledger balance.
originator_client_id
Client ID of the end customer.
Response
Defines the response schema for /transfer/ledger/get
Response Properties
ledger_id
The unique identifier of the Ledger that was returned.
balance
Information about the balance of the ledger held with Plaid.
available
The amount of this balance available for use (decimal string with two digits of precision e.g. โ10.00โ).
pending
The amount of pending funds that are in processing (decimal string with two digits of precision e.g. โ10.00โ).
name
The name of the Ledger
is_default
Whether this Ledger is the clientโs default ledger.
request_id
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.