---
title: "Create a Braintree buy (one-off)"
method: POST
path: "/blaize/payment/braintree/buy"
tags: ["Braintree Payments"]
---

# Create a Braintree buy (one-off)

`POST /blaize/payment/braintree/buy`

Uses the payment info captured by the braintree drop-in UI and encoded in the payment nonce to create a braintree customer and issue a one-off payment.
When braintree responds successfully, the logged-in user will be granted all entitlements in the product's associated bundle.

## Headers

- `cookie` string

## Request body

- object
  - `product_id` string, required — Product Id/slug
  - `price_point_id` string, required — Price Point Id/slug
  - `payment_nonce` string, required — Payment method nonce from Braintree drop-in UI.

## Response `200`

OK

- object
  - `grant_id` string — New grant of product bundle to user.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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