---
title: "Check Chargeable Payment Method"
method: GET
path: "/api/v1/admin/stripe-subscriptions/customers/{stripe_customer_id}/has-chargeable-payment-method"
tags: ["Admin APIs", "stripe-subscriptions"]
---

# Check Chargeable Payment Method

`GET /api/v1/admin/stripe-subscriptions/customers/{stripe_customer_id}/has-chargeable-payment-method`

Return whether the Stripe customer has a payment method that supports automatic charging.

## Path parameters

- `stripe_customer_id` string, required

## Response `200`

Successful Response

- ChargeablePaymentMethodResponse
  - `has_chargeable_payment_method` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
