Endpoints
Authentication
Your merchant, auditor, or partner API key.
GET /transactions — List with filters
Query parameters
Filter results to a specific merchant. Required if your key has access to multiple merchants.
Filter by two-letter state code (e.g.,
AZ, IN). Returns only transactions processed under that state’s jurisdiction.Filter by transaction type. One of:
SALE, VOID, REFUND.Maximum number of results to return per page. Defaults to
50.Number of results to skip before returning. Use with
limit for pagination. Defaults to 0.Example
GET /transaction/ — Get by ID
Path parameter
The transaction ID to retrieve (e.g.,
TXN-2026-04-14-A82C2EAA).Example
A
404 response is returned when the transaction ID does not exist. Verify the ID is correct and that the transaction was processed under the same merchant account your key is scoped to.