> 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 %}
