Endpoint
Headers
string
required
Your public API key.
string
required
Your API secret. Use a
stl_test_... value in sandbox, stl_live_... in production.string
required
Your business ID.
Query parameters
integer
Page number. Defaults to
1.integer
Records per page. Defaults to
10.string
Filter results to disputes for a specific transaction ID.
string
Filter by dispute status, e.g.
"open", "resolved", "rejected".string
Search disputes by keyword against the description or transaction ID.
Response
boolean
true on success.string
Human-readable outcome.
array
Array of dispute objects.
string
Unique dispute ID.
string
The ID of the disputed transaction.
string
Description of the issue submitted when the dispute was created.
string
Current status of the dispute.
string
ISO 8601 timestamp of when the dispute was filed.
object
Standard pagination envelope. See Pagination.