Skip to main content
GET
/
v1
/
balance
Retrieve balance
curl --request GET \
  --url https://api.leanrails.com/v1/balance \
  --header 'Authorization: Basic <encoded-value>'
{
  "object": "balance",
  "available": [
    {
      "amount": 123,
      "currency": "<string>"
    }
  ],
  "pending": [
    {
      "amount": 123,
      "currency": "<string>"
    }
  ],
  "livemode": true,
  "connect_reserved": [
    {
      "amount": 123,
      "currency": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your secret API key as the username with an empty password.

Headers

X-API-Version
string

Override the API version for this request.

Response

The merchant balance.

object
enum<string>
required
Available options:
balance
available
object[]
required

Funds available for payout.

pending
object[]
required

Funds still being processed (T+2).

livemode
boolean
required
connect_reserved
object[]

Funds held in rolling reserve.