---
title: "GET /api/payment/current-user/"
method: GET
path: "/api/payment/current-user/"
tags: ["api"]
---

# GET /api/payment/current-user/

`GET /api/payment/current-user/`

See the current customer/user payment details

## Response `200`

OK

- CurrentCustomer
  - `id` integer
  - `has_active_subscription` string
  - `can_charge` string
  - `stripe_id` string, required
  - `created_at` string, date-time
  - `card_fingerprint` string
  - `card_last_4` string
  - `exp_month` string
  - `exp_year` string
  - `card_kind` string
  - `date_purged` string, date-time
  - `company` string, uuid, nullable

---

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