# Integrate with Stripe

If you choose any payment gateway, you need to figure out the entire setup of Products, Prices, Subscriptions, customers, Pricing tables, and the list goes on.

With PriceOps, all you need to do is onboard your Stripe account to our "Connect" platform and we act as an intermediary and perform all the actions on your Stripe.

However we do not get access to any sensitive information and all of that is handled by Stripe.

Here's how you would integrate with Stripe. There are still a few settings you would need to manage on Stripe and all of that will be handled through Stripe UI, which you can get to directly from PriceOps.

{% embed url="<https://www.loom.com/share/d753cb19bd424bb8b492a66183514a88?sid=66ca6de1-22af-481e-be9f-be59d1340ae2>" %}


---

# 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://docs.priceops.net/documentation/payment-gateway-intergration/integrate-with-stripe.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.
