Get Transactions

Use the /getTransactions endpoint to retrieve a complete list of posted transactions for an account and auths affecting balances. This endpoint returns a simpler set of data than the Get All Transactions endpoint and is more suitable for displaying to customers.

For a full list of transactions, including backouts, denied transactions, AVS-only requests, and tokenization requests, use the Get All Transactions endpoint.

Query Params
string
required

Pass in the Spidr account ID

^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z$

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)

^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z$

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