---
title: "Get the current user's payment provider"
method: GET
path: "/v2/payments/provider"
tags: ["Payments"]
---

# Get the current user's payment provider

`GET /v2/payments/provider`

Sticky: an existing subscription pins its provider; otherwise the persisted assignment from the first checkout; otherwise the default provider.

## Response `200`

- PaymentProviderResponseDto
  - `provider` 'funnelfox' | 'stripe' | 'apple' | 'unlimit' | 'upgate', required
  - `reason` 'subscription' | 'assignment' | 'default', required
  - `funnelId` string — Funnel slug the checkout should carry (affiliate visitors, GEN-1317)

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
