Skip to content

List Payments

Required scope: payment:read

Generated Reference
POST /public-api/publicapi.v1.Payment/ListPayments

Lists payments visible to the API key actor with bounded pagination.

Request ListPaymentsRequest
Response ListPaymentsResponse

ListPaymentsRequest

Field Type
page int32
page_size int32
status PaymentStatus
method optional string
portfolio_id optional string

ListPaymentsResponse

Field Type
payments repeated Payment
total int32
page int32
page_size int32
{
"portfolioId": "<portfolio-id>",
"page": 1,
"pageSize": 25
}