---
title: "GET /v1/stripe/payment-intents/search"
method: GET
path: "/v1/stripe/payment-intents/search"
tags: ["Stripe"]
---

# GET /v1/stripe/payment-intents/search

`GET /v1/stripe/payment-intents/search`

## Query parameters

- `search_kind` string, required
- `limit` number, double
- `page` string

## Response `200`

Ok

- StripePaymentIntentsResponse
  - `data` PaymentIntentRecord[], required
    - `id` string, required
    - `amount` number, double, required
    - `created` number, double, required
    - `status` string, required
    - `isRefunded` boolean
    - `refundedAmount` number, double
    - `refundIds` string[]
  - `has_more` boolean, required
  - `next_page` string, nullable, required
  - `count` number, double, required

---

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