Invoices
Get ledger balances
get/sellers/{seller_id}/invoices/{id}/terms/balances
Path parameters
seller_idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
Response
Successful operation
Example response
{
"data": [
{
"currency": "USD",
"updated_at": "2024-01-15T10:30:00Z",
"settled_balance": 10000,
"settled_balance_usd": 10000,
"pending_increases": 10000,
"pending_increases_usd": 10000,
"pending_decreases": 10000,
"pending_decreases_usd": 10000
}
]
}