List transactions
Lists transactions for the authenticated merchant using limit/offset
pagination, newest first (created_at descending). Only transactions created
through this API (live or sandbox) appear — checkout, storefront, and admin
transactions are never included. The response carries no total count; page
forward until a page comes back short or empty. Read-only. Requires a valid
API key or JWT bearer token (401 if missing/invalid, 403 if the
credential is not authorized).
Authorizations
Merchant API key (fp_live_* for live, fp_test_* for sandbox) or an
admin-tier JWT (company admin or root admin). Non-admin JWTs are
rejected with 403; live API keys additionally require the merchant's
API access to be enabled.
Query Parameters
Maximum number of transactions to return in one page. Defaults to 25; capped at 100.
1 <= x <= 100Number of transactions to skip before the returned page, for offset-based pagination.
x >= 0