---
title: "List Braintree add-ons"
method: GET
path: "/blaize/payment/braintree/addons&promoCode={promoCode}"
tags: ["Braintree Payments"]
---

# List Braintree add-ons

`GET /blaize/payment/braintree/addons&promoCode={promoCode}`

Lists the Braintree add-ons.

## Path parameters

- `promoCode` string, required

## Query parameters

- `paymentForm` string, required

## Response `200`

OK

- AddOn[]
  - `id` string
  - `label` string
  - `value` number
  - `paymentOptions` AddOnPaymentOptions[]
    - `slug` string — The plan slug with which this add-on is associated.
    - `currency` string — The currency symbol.
    - `addonPrice` 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/versions/0400dd83950b/schema)
