---
title: "Retrieve the Stripe public key"
method: GET
path: "/blaize/payment/stripe/publicKey"
tags: ["Stripe Payments"]
---

# Retrieve the Stripe public key

`GET /blaize/payment/stripe/publicKey`

This API endpoint fetches the public key associated with a tenant for payment processing.  If the user is authenticated and the tenant has a configured Stripe public key,  the endpoint will return the Stripe public key in a String format.

## Headers

- `cookie` string, required

## Response `200`

A stripe public key for the tenant.

- string

---

[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)
