# Stripe Integration

We integrate with Stripe in a number of different ways.

### Platform integration

Smorg Studio allows you to connect your Stripe account to ours forming what is known as a "connected account". This allows us to collect subscription payments on your behalf in your app, and pass on the funds directly to your Stripe account.&#x20;

#### How do I connect my Stripe account?

Follow the instructions in [Setting up pricing](/managing-your-app/setting-up-pricing.md#connect-to-stripe)

#### Can I manage Stripe customer subscriptions in my own account?

Yes! All your customers that pay via Stripe will appear in your Stripe account.You can then manage them directly, e.g. cancelling a subscription.

#### Can I apply Stripe coupons?

Yes! You can create coupons in the Stripe dashboard and then distribute them to your customers. In the end user payment page, there is a input field to enter the coupon code to avail the offer.

#### Can I sell other products through my Stripe account without conflict?

Yes! Any webhooks are generated by Stripe are filtered such pnly subscriptions that are related to Smorg platform are processed. This means that if you have other subscriptions available for non Smorg products, they will not be affected.


---

# Agent Instructions: 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:

```
GET https://help.mealiq.io/stripe-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
