FDX 4.6 API
Official Documentation
This page doesn't include the full FDX specification. To obtain it, you must register on the official FDX website.
However, we've included a list of available FDX 4.6 endpoints and some general information about them here.
Available Endpoints
The query parameters listed are those supported by default. Particular instances of Data Access may support more.
| FDX endpoint | Supported Query Parameters | Description |
|---|---|---|
/fdx/v4/accounts/{accountId}/transactions | startTimeendTimeoffsetlimit | Returns a list of FDX transactions. |
/fdx/v4/accounts/{accountId} | --- | Returns details for the specified account. |
/fdx/v4/accounts | accountIdsoffsetlimit | Returns a collection of lightweight FDX accounts. |
/fdx/v4/capability | --- | Returns the capabilities of the FDX API. |
/fdx/v4/customers/current | --- | Returns PII including name, dob, email, addresses, phone numbers. |
/fdx/v4/accounts/{accountId}/statements | startTimeendTimeoffsetlimit | Returns paginated list of available statements. |
/fdx/v4/accounts/{accountId}/statements/{statementId} | Specify content type in HTTP Accept header. Values may be: application/pdfimage/gifimage/jpegimage/tiffimage/png | Returns statement. |