Get All Transaction History

Use the /getAllTransHistory endpoint to retrieve a complete list of all transactions for an account. The calculated_balance parameter is provided per transaction and reflects the account balance after the transaction processed.

This endpoint will also return auths, backouts, denied transactions, AVS-only requests, and tokenization requests. Since this endpoint may return a large number of records, please use the page and recordCnt parameters to control the amount of data fetched.

Query Params
string
required

Pass in the Spidr account ID

The start date for the transaction history. Accepts both YYYY-MM-DD (converts to 00:00:00.000Z) or full ISO datetime (YYYY-MM-DDTHH:mm:ss.sssZ)

The end date for the transaction history. Accepts both YYYY-MM-DD (converts to 23:59:59.999Z) or full ISO datetime (YYYY-MM-DDTHH:mm:ss.sssZ)

string

The desired page to fetch

string

Specify the number of results per page

Include transactions from linked accounts

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json