ListPaymentsRequest
| Field | Type |
|---|---|
page | int32 |
page_size | int32 |
status | PaymentStatus |
method | optional string |
portfolio_id | optional string |
Required scope: payment:read
POST /public-api/publicapi.v1.Payment/ListPayments Lists payments visible to the API key actor with bounded pagination.
| Field | Type |
|---|---|
page | int32 |
page_size | int32 |
status | PaymentStatus |
method | optional string |
portfolio_id | optional string |
| Field | Type |
|---|---|
payments | repeated Payment |
total | int32 |
page | int32 |
page_size | int32 |
{ "portfolioId": "<portfolio-id>", "page": 1, "pageSize": 25}