> For the complete documentation index, see [llms.txt](https://saptiva.gitbook.io/saptiva-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saptiva.gitbook.io/saptiva-docs/basicos/integrations.md).

# Formas de Pago

Integraciones de Pago con Stripe

Utilizamos las capacidades avanzadas de Stripe para manejar las soluciones de pago de manera eficiente y segura. Stripe proporciona una plataforma robusta para procesar pagos, permitiendo a nuestros usuarios realizar transacciones de manera fluida. Aquí tienes algunas de las características que ofrece Stripe:

* **Procesamiento de Pagos**: Stripe permite manejar pagos en múltiples divisas y con diferentes métodos de pago, incluyendo tarjetas de crédito y débito, transferencias bancarias y más.
* **Seguridad**: Las soluciones de stripe están totalmente certificadas y garantizan altos estándares de seguridad, proporcionando tranquilidad tanto para nosotros como para nuestros clientes.
* **Informes y Analíticas**: Accede a un conjunto de herramientas analíticas para monitorizar el rendimiento de tus transacciones y hacer un seguimiento exhaustivo de los ingresos.
* **Facilidad de Integración**: La implementación de Stripe en nuestra plataforma es sencilla, sin comprometer la personalización ni la complejidad del servicio.

Para más información sobre cómo aprovechamos Stripe, visita [Stripe Integrations](https://stripe.com/es/payments).

{% hint style="info" %}
Nota:

* Para más información y detalles sobre tu plan de facturación dirigete a [**este link**](https://lab.saptiva.com/lab/billing)**.**
* Si necesitas facturación Enterprise o migrar a un esquema post-pago, escríbenos a [**support@saptiva.com**](mailto:support@saptiva.com)**.**&#x20;
  {% endhint %}

<figure><img src="/files/fFdwIuV57XVXbEFkyyi3" alt="" width="188"><figcaption></figcaption></figure>


---

# 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://saptiva.gitbook.io/saptiva-docs/basicos/integrations.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.
