# Stripe

Stripe permite el pago mediante tarjetas de crédito o débito de tus clientes por su límite de crédito excedido. Puedes usar Stripe como proveedor de pagos para el pago y procesamiento de los clientes en tu tienda en línea de mayoreo.

Stripe es uno de los proveedores de pago predeterminados de B2Bgo. Puedes [abrir una cuenta de Stripe aquí](https://dashboard.stripe.com/register).

Stripe te cobrará por cada transacción, conoce las [comisiones por transacciones aquí](https://stripe.com/mx/pricing).

Una vez que tengas tu cuenta de Stripe, [configura Stripe en tu tienda.](/configuracion/pagos.md)


---

# 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.b2bgo.mx/finanzas/pagos/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.
