---
title: "Get a Braintree Promo Code"
method: GET
path: "/blaize/payment/braintree/promo-code"
tags: ["Braintree Payments"]
---

# Get a Braintree Promo Code

`GET /blaize/payment/braintree/promo-code`

Gets a Braintree promo code.

## Query parameters

- `code` string, required
- `paymentForm` string, required

## Response `200`

OK

- object
  - `code` string, required — The promo code identifier.
  - `discount` number, required — The discount amount.
  - `paymentOptions` PromoCodePaymentOptions[], required — The list of payment options.
    - `slug` string — The plan slug with which this promo code is associated.
    - `currency` string — The currency symbol.
    - `pricePointId` string
    - `originalPrice` number
    - `discountPrice` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `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)
