Skip to main content
GET
/
v1
/
reports
/
reconciliation
Retrieve balance reconciliation report
curl --request GET \
  --url https://api.leanrails.com/v1/reports/reconciliation \
  --header 'Authorization: Basic <encoded-value>'
{
  "object": "reconciliation_report",
  "merchant_id": "<string>",
  "livemode": true,
  "differences": [
    {}
  ]
}

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

Success

object
enum<string>
Available options:
reconciliation_report
merchant_id
string
livemode
boolean
differences
object[]