---
title: "Create Credit Card Setup Intent"
method: POST
path: "/v1/billing/payment_methods/credit_card_setup_intent"
tags: ["Billing"]
---

# Create Credit Card Setup Intent

`POST /v1/billing/payment_methods/credit_card_setup_intent`

Create a Stripe Setup Intent for a Payment Method

## Response `200`

OK

- CreateBillingCreditCardSetupIntentResponse
  - `success` boolean — whether the request succeeded
  - `errors` string[]
  - `messages` string[], nullable
  - `result` object
    - `setup_intent` string — Stripe setup intent

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized to access endpoint
- `405` — Invalid input
- `500` — Internal error

---

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