cURL
curl --request GET \ --url https://api-sandbox.orum.io/deliver/balance/subledgers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Orum-Version: <orum-version>'
{ "balance": { "subledger_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "pending": 123, "available": 123, "currency": "USD", "updated_at": "2023-11-07T05:31:56Z", "subledger_reference_id": "<string>" } }
Get subledger account balance object.
The access token received from the authorization server in the OAuth 2.0 flow.
Version of Deliver and Verify APIs. Use v2022-09-21.
v2022-09-21
The requested subledger account balance
Show child attributes
The subledger ID associated with the balance
Pending amount of the balance in integral cents (example: 100 = $1).
Available amount of the balance in integral cents (example: 100 = $1).
Currency code in ISO 4217 format. Only USD is supported.
USD
Timestamp when the resource was last updated.
The subledger reference id associated with the balance
Was this page helpful?