Use the /api/fdx/v1/accounts//transactions endpoint to get the transaction history for a particular account.
/api/fdx/v1/accounts/{accountId}/transactions endpoint to get the transaction history for a particular account.
To successfully call this endpoint, you must first call the /Token endpoint to obtain a valid access_token using:
authorization_code or refresh_token{recipient client_id}{recipient client_secret}{recipient redirect_uri}{with grant type authorization_code}{with grant type refresh_token}Response is different for each Data Provider
This endpoint returns different fields for each Data Provider. For more information about the fields that each Data Provider supports, review the Data Provider’s details.Bearer token obtained from the /Token endpoint.
The ID of the customer account that you want to retrieve transactions for.
The first date in the date range that you want to retrieve transactions for, in ISO format (YYYY-MM-DD).
The last date in the date range that you want to retrieve transactions for, in ISO format (YYYY-MM-DD).
Opaque cursor used by the provider to send the next set of records.
The maximum number of transactions that you want to return with this request. Use this field to set a limit on the amount of data you receive.