---
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 USD minor units (ledger/normalised); `currency` is the presentment currency
    - `clientSecret` string — Client secret used to confirm the payment on the client
    - `createdAt` string — Creation timestamp
    - `currency` string, required — ISO 4217 presentment (charge) currency code
    - `planRef` string — Plan reference
    - `processorPaymentId` string, required — Payment processor payment intent ID
    - `status` 'pending' | 'requires_payment_method' | 'requires_confirmation' | 'requires_action' | 'processing' | 'succeeded' | 'failed' | 'cancelled', 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/revisions/d29ab7373802/schema)
