---
title: "Create a Stripe one-off payment"
method: POST
path: "/blaize/payment/stripe/buy"
tags: ["Stripe Payments"]
---

# Create a Stripe one-off payment

`POST /blaize/payment/stripe/buy`

Uses the payment method collected by Stripe Elements to create a one off payment.

## Request body

- object
  - `product_id` string, required — Product ID/slug
  - `price_point_id` string, required — Price Point ID/slug
  - `payment_method` string, required — Payment method from Stripe Elements UI.
  - `payment_intent_id` string — PaymentIntent ID returned after confirming a card payment.

## Response `200`

OK

- object
  - `grant_id` string — New grant of product bundle to user
  - `client_secret` string — Reference to Stripe payment required to process payment in front end.
  - `payment_intent_id` string — Reference to the payment intent if payment requires confirmation.

---

[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/versions/0400dd83950b/schema)
