---
title: "Create a Stripe setup intent secret"
method: POST
path: "/zephr/payment/stripe/setupIntentSecret"
tags: ["Stripe Payments"]
---

# Create a Stripe setup intent secret

`POST /zephr/payment/stripe/setupIntentSecret`

Creates the client secret to update card details

## Headers

- `cookie` string

## Response `200`

OK

- object
  - `clientSecret` string — Reference to Stripe payment required to process payment in front end.

## Other responses

- `404` — Could not find a Stripe customer for the current Zephr user.

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
