Summary
FDX API updates
What’s new?
GET /customers/current— New endpoint to retrieve the authenticated customer’s organization-level identity (nonprofit name, EIN, address) directly from the OAuth token, without requiring an account ID.organizationIdon list accounts — TheGET /accountsresponse now documents theorganizationIdfield, which identifies the organization that owns the accounts. This value is equivalent to thecustomerIdreturned byGET /customers/current.
Authentication updates
- Scope documentation — Clarified that
read:bank_accountsandsync:connected_accountsare mutually exclusive per FDX authorization. A client may hold both scopes, but each authorization must contain exactly one. - Token exchange details — Added explicit
Authorization: Basic base64(client_id:client_secret)header format and request body field tables for both token exchange and refresh flows.

