Get Account Statement Data

Use GET on /account/statement to retrieve a json of transactions for the given account and month/year. This data can be used to generate a statement for your end users.


📘 Note: This endpoint should only be used for debit products. Unlike all other Spidr endpoints that use UTC, transactions and dates returned via this endpoint are listed using Arizona Standard Time (GMT -0700), also called Mountain Standard Time (MST).

Path Params
string
required

Pass in the Spidr account ID

Query Params
string
required

The month and year of the statement to retrieve in YYYY-MM format (e.g., '2025-04' for April 2025). Returns the billing cycle that starts in the specified month. For example, requesting '2025-04' returns a statement for the billing period starting in April (e.g., 04/27/2025 - 05/26/2025). Please note that all statement data is in the MST timezone.

Responses

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