---
title: "List store payment providers"
method: GET
path: "/api/ecommerce/v1/stores/{store_id}/payment-providers"
tags: ["Ecommerce: Payments"]
---

# List store payment providers

`GET /api/ecommerce/v1/stores/{store_id}/payment-providers`

List a store's payment providers, split into providers already connected to the store and
gateways available to install. Never exposes gateway credentials, secrets, or configuration.

## Path parameters

- `store_id` string, required

## Query parameters

- `include_currency_unsupported` boolean

## Response `200`

Success response

- EcommerceV1PaymentProviderPaymentProviderListResource
  - `data` object
    - `connected` object[] — Payment providers already connected to the store.
      - `id` string — The store payment provider row ID.
      - `provider_id` string — The payment gateway ID, e.g. stripe.
      - `title` string, nullable — The provider title, or null.
      - `is_enabled` boolean — Whether the provider is enabled for the store.
      - `status` 'connected' | 'pending' | 'new' | 'invalid', nullable — The connection status.
      - `shows_at_checkout` boolean — Whether the provider shows at checkout.
    - `available` object[] — Payment gateways available to install for the store.
      - `id` string — The payment gateway ID, e.g. stripe.
      - `is_installed` boolean — Whether the gateway is installed on the store.
      - `is_enabled` boolean — Whether the gateway is enabled on the store.
      - `is_currency_supported` boolean — Whether the gateway supports the store currency.
      - `supported_currencies` string[] — Currencies the gateway supports; present only when the store currency is unsupported.

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-08-20** `b94885e042b8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/ecommerce/v1/stores/:store_id/payment-providers/get.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
