> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/general-articles/stripe-integration-for-calendars.md).

# Stripe Integration For Calendars

In this article, you will learn how to set up Stripe for your calendar.

This is very useful because it allows you to collect payment to allow your users to book.

**What you will need:**

* A Stripe Integration
* A Calendar

**Part One: Connect Stripe**

* Navigate to Payments > Integrations
* Click on "Connect with Stripe" and complete the steps

{% embed url="<https://lh4.googleusercontent.com/UfD2SpOzV4bWj-Pgx8HyxGK28E1a6txp9URcVzDlcNHtJsAvIh6G4YvizXOKomY-VHZwzdso-jlnldIFmCINebceQ13Ajhs_eHzHXoT-rQtdYPajuMyTaTSGyhSPgo63khn8NbjZq8oIKWh42STioro>" %}

**Part Two: Connect Stripe with your Calendar**

* Navigate to Settings > Calendars
* Click on the 3 dots next to the calendar you need to connect
* Click on Edit

{% embed url="<https://lh6.googleusercontent.com/Wb1ui9hMqLpKcyBEW7dQ8VOWbrMkfISXYuL6J-GDlq9cs2121hvYc7w8YqiZZltRqiSvDkMN6ibfhQRykrnfjdcEWoa-1ffmMj_b8uWmhKfy_tfTiYqIpBZsrT6E4ALhs22xzp_SOcekmHPFMxftFIw>" %}

* Go to the Confirmation tab of the calendar at the top of the window
* Check the "Use Payment" option
* Enter the amount you would like to charge, the currency, and the charge description

{% embed url="<https://lh5.googleusercontent.com/uXGbfacuvMF763r-s9pN7gyNqvU6ct9_6vgICRsk5ug4go9nQFGC7hNGJTi6_DaXq1zBE7UjpAIe9DwuOujP5NnqFFwGkpzgbi-ObmO7uo3JcK9_Hd0lUId_BjPdvt1dDZWYeiQ5ZRopq7mPwfS2ZtU>" %}

* Click on "Complete" when you have filled out all the proper details
* Your calendar is all set to begin charging customers in the booking widget

**Note:** The charge description is important as it is what tells your customers why they are being charged.

**Other Payment Integrations:**

* Authorize.Net will mark the transactions as declined and not book the calendar appointment or schedule the autopayment.
* NMI is not supported for calendar payments


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/general-articles/stripe-integration-for-calendars.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.
