# What are the cons of using payment orchestration?

The cons of having multiple payment gateways:

* **Management:** businesses must invest time and resources to manage these systems, make sure they function well together, and continuously monitor their performance.&#x20;
* **Cost:** cach gateway might involve its own setup fees, monthly charges, and transaction fees.&#x20;
* **Integration:** before Stripe orchestration you needed to build Integrations but today you don’t need to.
* **Customer experience:** variations in payment interface, processing times, and available payment options across different gateways might confuse customers or detract from a smooth checkout process.

<br>


---

# 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.flycode.com/payment-orchestration-agent/feature-overview/what-are-the-cons-of-using-payment-orchestration.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.
