Skip to main content
GET
List chargebacks

Authorizations

Authorization
string
header
required

Bearer authentication: send your API key, agent key, or OAuth access token as Authorization: Bearer <credential>.

Headers

X-Instance-ID
string | null

Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.

Maximum string length: 1024

Query Parameters

customerPartyId
string

Connected customer to act on behalf of.

Pattern: ^pty_[0-9a-f]{32}$
cardPaymentId
string
Pattern: ^cpy_[0-9a-f]{32}$
paymentIntentId
string
Pattern: ^pmi_[0-9a-f]{32}$
status
enum<string>
Available options:
needsResponse,
expired,
accepted,
submitted,
underReview,
won,
lost
limit
integer
default:10
Required range: 1 <= x <= 25
cursor
string
Maximum string length: 1024

Response

Successful Response

data
Chargeback · object[]
required
meta
object
required