Endpoints
Authentication
string
required
Your merchant, auditor, or partner API key.
GET /transactions — List with filters
Query parameters
string
Filter results to a specific merchant. Required if your key has access to multiple merchants.
string
Filter by two-letter state code (e.g.,
AZ, IN). Returns only transactions processed under that state’s jurisdiction.string
Filter by transaction type. One of:
SALE, VOID, REFUND.integer
default:"50"
Maximum number of results to return per page. Defaults to
50.integer
default:"0"
Number of results to skip before returning. Use with
limit for pagination. Defaults to 0.Example
GET /transaction/ — Get by ID
Path parameter
string
required
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.