GET/api/v2/transaction-reports/monthly

Downloads a Hoppacard-branded EqualsMoney transaction report for a calendar month. This convenience report is watermarked and is not an official bank statement.

Authentication

Send your API key in the x-api-key header on every request.

Parameters

Request parameters
FieldTypeRequiredDescription
year (query)unknownNo
month (query)unknownNo

Responses

200 — OK

400 — Bad Request

401 — Unauthorized

404 — Not Found

413 — Payload Too Large

502 — Bad Gateway

Example request

curl -X GET "https://{base_url}/api/v2/transaction-reports/monthly" \
  -H "x-api-key: YOUR_API_KEY"

This page is generated from the live OpenAPI specification and always matches the current API.