Skip to main content
GET
List investigations for payment
This API is in preview and subject to change.

Path Parameters

transactionId
integer<int64>
required

Payment transaction ID

Query Parameters

limit
integer<int32>
default:10

A limit on the number of objects returned per page. The default is 10 items.

Required range: 1 <= x <= 100
nextPageToken
string

Cursor token for fetching the next page of results.

previousPageToken
string

Cursor token for fetching the previous page of results.

Response

Returned investigations for payment

data
object[]
required

List of investigations

meta
object
required

Pagination metadata

Last modified on July 10, 2026