> For the complete documentation index, see [llms.txt](https://docs.mburger.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mburger.cloud/api-docs-1/integrations-extensions/stripe.md).

# Stripe

In this part, we will discuss how to implement payment API connected with a Stripe merchant account.

Before you read this part, we’d suggest getting comfortable with [Stripe](https://stripe.com) and its features by creating an account and obtaining an API Key. You'll need to put this in the Mburger dashboard in the section, Settings.

{% hint style="info" %}
In order to handle all logic of renewing subscriptions, you need to set the Stripe webhook to [`https://mburger.cloud/stripe/webhook`](https://mburger.cloud/stripe/webhook)
{% endhint %}

This API will use objects generated by Stripe API in response.

{% content-ref url="/pages/-MDKJI2LDrb8o1b9e0jN" %}
[Create Customer](/api-docs-1/integrations-extensions/stripe/create-customer.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJJzbf2KBYmR6NLu4" %}
[Get Cards](/api-docs-1/integrations-extensions/stripe/get-cards.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJJqIUS5Wqc-pTPna" %}
[Create Card](/api-docs-1/integrations-extensions/stripe/create-card.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJJgJNp0\_qvU1plig" %}
[Make Default](/api-docs-1/integrations-extensions/stripe/make-default.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJJatPA6hYs8muDHA" %}
[Delete Card](/api-docs-1/integrations-extensions/stripe/delete-card.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJJHAXzD-IkQ3TQil" %}
[Subscription](/api-docs-1/integrations-extensions/stripe/subscription.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJNei8qJEdCnrFJ2E" %}
[Cancel Subscription](/api-docs-1/integrations-extensions/stripe/cancel-subscription.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKJNUQUhvIDgQPd6dO" %}
[Resume Subscription](/api-docs-1/integrations-extensions/stripe/resume-subscription.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MDKKAFy6y9vyNPx\_FaP" %}
[Payment](/api-docs-1/integrations-extensions/stripe/payment.md)
{% endcontent-ref %}


---

# 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.mburger.cloud/api-docs-1/integrations-extensions/stripe.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.
