> 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/point-of-sale.md).

# Point of Sale

**BDP Integration with Stripe Locations and Terminal**

BDP utilizes Stripe's Locations and Terminal features to facilitate seamless in-person credit card transactions. This integration enables efficient and secure sales processing directly through physical card payments, enhancing the overall sales experience and unlocking lower transaction fees.

### Prerequisites

* A Stripe Account connected to BDP
* A compatible Stripe Reader
  * [Stripe Reader S710](https://docs.stripe.com/terminal/payments/setup-reader/stripe-reader-s700-s710)
  * [Stripe Reader S700](https://docs.stripe.com/terminal/payments/setup-reader/stripe-reader-s700-s710)
  * [BBPOS WisePOS E](https://docs.stripe.com/terminal/payments/setup-reader/bbpos-wisepos-e)

### Step 1: Add your Location

Use the link below to add a Location for your business, one in which you will associate your specific card readers

{% embed url="<https://docs.stripe.com/terminal/fleet/locations-and-zones>" %}

### Step 2: Register your Reader(s)

Once you have a location, you'll want to connect your compatible Stripe Reader(s)

{% embed url="<https://docs.stripe.com/terminal/fleet/register-readers>" %}

{% hint style="info" %}
Note that you'll want to use the "Registration Code" method to register your reader to your location.
{% endhint %}

### Step 3: Select your registered terminal inside BDP

Registered terminals will appear in your BDP "Payment, Tax & Disclaimers" settings screen.  Enabling a terminal here will make it possible to accept in-person payments (via your physical terminal) as an additional option alongside "Finish & Pay", for admin-generated orders.&#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/point-of-sale.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.
