> For the complete documentation index, see [llms.txt](https://docs.bulkdelivery.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bulkdelivery.pro/settings/payment-tax-and-disclaimers/stripe-coupons.md).

# Stripe Coupons

At checkout, customers have the option to "Add Promotional Code" if they have one.  A Promo Code is the actual text code they'll enter that triggers a specific discount, which you've predetermined by building corresponding Stripe Coupons in the background. Give discounts by percentage or finite amount, set duration/expiration, create one-time or re-useable codes, & more. Stripe Coupons and Promo Codes are a great way to step up your marketing & advertising game.&#x20;

* Make sure to **Enable Promo Codes** in BDP once you've created a Stripe Coupon

{% @supademo/embed demoId="Z8DiR6M9Q1zEFEYpBthY5" url="<https://app.supademo.com/demo/Z8DiR6M9Q1zEFEYpBthY5>" %}

### Applying a Promo Code via URL Parameter

Stripe Promo Codes can always be applied to the Checkout Page.  They can also be applied via a URL parameter that can be attached to a button, QR Code, or link that can be shared.&#x20;

**The syntax for creating a promo code URL is:**

https\://**`yoursubdomain`**.bulkdelivery.app/product/**`product-name`**?promo=**`STRIPECODE`**

"yoursubdomain" = Your BDP Subdomain\
"product-name" = Product Slug\
"STRIPECODE" = Promo code, created at Stripe

Following a link with a promo code will connect that code to the customer's cart as they continue placing their order. The appropriate discount will be applied on the Checkout screen assuming that what is purchased meets the criteria of the promo code.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bulkdelivery.pro/settings/payment-tax-and-disclaimers/stripe-coupons.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
