---
title: "List payment intents for the provider"
method: GET
path: "/v1/sdk/payment-intents"
tags: ["Payment Intents"]
---

# List payment intents for the provider

`GET /v1/sdk/payment-intents`

Retrieves a paginated list of all payment intents created by the authenticated provider. Supports pagination through limit and offset query parameters.

## Query parameters

- `limit` number
- `offset` number

## Response `200`

Payment intents retrieved successfully

- SdkPaymentIntentListResponse
  - `paymentIntents` SdkPaymentIntentListItem[], required
    - `amount` number, required — Amount in the charge currency (minor units)
    - `clientSecret` string — Client secret used to confirm the payment on the client
    - `createdAt` string — Creation timestamp
    - `currency` string, required — ISO 4217 currency code
    - `planRef` string — Plan reference
    - `processorPaymentId` string, required — Payment processor payment intent ID
    - `status` string, required — Payment intent status
  - `total` number, required — Number of payment intents returned

---

[API](https://skmtc.net/solvapay/apis/solvapay-rest-api.md) · [All operations](https://skmtc.net/solvapay/apis/solvapay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solvapay/solvapay-rest-api/versions/bbc2ff2bc849/schema)
