For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact usLogin
GuidesAPI ReferenceFDX APIChangelog
GuidesAPI ReferenceFDX APIChangelog
  • Overview
    • Introduction
    • Authentication
  • Accounts
  • Statements
      • GETList account statements
      • GETGet account statement
  • Customers
  • Transactions
LogoLogo
Contact usLogin
StatementsStatements

Get account statement

GET
/accounts/:id/statements/:statementId
GET
/fdx/v6/accounts/:id/statements/:statementId
$curl https://api.givechariot.com/fdx/v6/accounts/id/statements/statementId \
> -H "Authorization: Bearer <token>"

Retrieve a statement document. Use the Accept header to specify the desired format. Supported formats are PDF (default), CSV, and BAI2.

Was this page helpful?
Previous

Get current customer

Next
Built with

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token. A client may hold both scopes, but each FDX authorization must contain exactly one — they are mutually exclusive per authorization. An authorization containing both will be rejected. See the Authentication page for token exchange details.

Path parameters

idstringRequiredformat: "uuid"
Unique identifier for the account
statementIdstringRequiredformat: "uuid"
Unique identifier for the statement

Response

The statement document in the requested format

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
500
Internal Server Error