---
title: "Get Stripe Options"
method: GET
path: "/progressions/stripe-options"
tags: ["Stripe Option"]
---

# Get Stripe Options

`GET /progressions/stripe-options`

Get Stripe Options.

## Query parameters

- `sort` string
- `page` integer
- `page_size` integer

## Headers

- `x-api-key` string, required

## Response `200`

list of Stripe Options data

- ResponseStripeOptions — List of Stripe Options with Pagination
  - `stripe_options` StripeOptionAPI[] — StripeOptions Data
    - `id` integer — Stripe Option id
    - `stripe_option` string — Stripe Option label
    - `stripe_option_value` string — Stripe Option value
  - `pagination` Pagination — Pagination for API method responses.
    - `page` integer, required — Current page number.
    - `page_size` integer, required — Number of records per page.
    - `has_more` boolean, required — True if more records exist beyond the current page.
  - `wodify_validation_result` string — The purpose of this attribute is to save any UserException message, that is, and user friendly message that should be shown to the end user.

---

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