# Rebill > Rebill is the LatAm payments and subscriptions platform. These docs cover the API, SDKs, no-code tools, and product guides. ## API - [API Documentation](https://docs.rebill.com/api.md): Use the Rebill REST API to build custom payment flows, automate billing, and manage your entire payment operation programmatically. Create products, configure… - [API Quickstart](https://docs.rebill.com/api/quickstart.md): Create your first payment link and start accepting payments in 3 steps. - [API Documentation](https://docs.rebill.com/api/reference.md): Rebill REST API allows developers to interact programmatically with their Rebill account and services using HTTP requests. Manage payments, products, plans,… - [Addresses](https://docs.rebill.com/api/reference/addresses.md): Store billing and shipping addresses tied to a customer. Use them to pre-fill checkout flows, satisfy card network requirements on cross-border transactions,… - [API Keys](https://docs.rebill.com/api/reference/authentication.md): Every request to the Rebill API must include an API key in the x-api-key header. Requests without a valid key return 401 Unauthorized. - [Cards](https://docs.rebill.com/api/reference/cards.md): Tokenize a card once and reuse the token for future charges, recurring subscriptions, and card-on-file flows. Rebill stores card data PCI-compliantly — your… - [Checkout](https://docs.rebill.com/api/reference/checkout.md): Charge a customer in one API call. The checkout endpoint handles the whole flow — validates the card (or alternative payment method), creates or reuses the… - [Coupons](https://docs.rebill.com/api/reference/coupons.md): Create discount codes customers redeem at checkout, or apply them automatically when they match. Scope each coupon to specific products, plans, payment links,… - [Customers](https://docs.rebill.com/api/reference/customers.md): Represent the people and businesses you charge. A customer record holds identity data, contact info, saved addresses, identifications, and tokenized cards —… - [Email Templates](https://docs.rebill.com/api/reference/email-templates.md): Email templates control the content of transactional emails sent to your customers. Each template corresponds to a specific event in the payment lifecycle. - [FX Rates](https://docs.rebill.com/api/reference/fx.md): Read foreign-exchange rates for the currencies Rebill operates in across LatAm. Get the latest spot rate, convert an amount, look up a historical rate, or pull… - [My Organization](https://docs.rebill.com/api/reference/my-organization.md): Retrieve your organization to confirm your API key works, detect whether you're hitting sandbox or production, and read your account's current status before… - [Payment Links](https://docs.rebill.com/api/reference/payment-links.md): A payment link is a shareable URL that directs customers to a hosted checkout page. Payment links support one-time payments, product sales, and subscription… - [Payments](https://docs.rebill.com/api/reference/payments.md): Every transaction Rebill processes creates a payment object — checkout completions, subscription renewals, retry attempts, and dashboard-initiated charges all… - [Plans](https://docs.rebill.com/api/reference/plans.md): Define the pricing and billing cadence for recurring subscriptions. A plan specifies how much to charge, how often, in which currencies, for how many cycles,… - [Products](https://docs.rebill.com/api/reference/products.md): Define the catalog items you sell. A product holds localized names, descriptions, metadata, and one or more prices per currency. Reference a product's ID at… - [Refunds](https://docs.rebill.com/api/reference/refunds.md): A refund returns funds from a previously completed payment back to the customer. Rebill supports full and partial refunds on card payments, plus multi-step… - [Subscriptions](https://docs.rebill.com/api/reference/subscriptions.md): A subscription ties a customer to a plan and charges them on a recurring schedule. Rebill creates subscriptions automatically after the first checkout and… - [Team Members](https://docs.rebill.com/api/reference/team-members.md): Manage who has access to your Rebill organization programmatically — invite members, change roles, revoke access. Useful for syncing team state from an… - [Webhooks](https://docs.rebill.com/api/reference/webhooks.md): Webhooks deliver real-time event notifications to your server. When an event happens in your Rebill account — a new payment, a subscription status change —… - [Sandbox & Testing](https://docs.rebill.com/api/test-tools-and-resources.md): Your sandbox organization processes no real charges. Use the test cards and data below to simulate payments, declines, and edge cases before going live. - [Best Practices](https://docs.rebill.com/api/test-tools-and-resources/best-practices.md): Pass an x-idempotency-key header on checkout requests. If a network failure causes the same request to be sent twice, Rebill detects the duplicate and avoids… - [Error Messages](https://docs.rebill.com/api/test-tools-and-resources/error-messages.md): All Rebill payment errors return a consistent JSON body. Match error.type against the codes below to handle each case — error.message holds the payment outcome… ## SDK - [Card tokenization](https://docs.rebill.com/sdk/card-tokenization.md): Save a card on file without charging it. collects the card through a PCI-compliant iframe, tokenizes it server-side, and returns a crd_...… - [Checkout](https://docs.rebill.com/sdk/checkout.md): Accept one-time and recurring payments with . This page covers the difference between product and plan checkouts, what you get back from the… - [Customization](https://docs.rebill.com/sdk/customization.md): Configure through attributes. Swap sections on or off, inject custom CSS, pre-fill customer data, pre-apply a coupon, and drive submission… - [Implementation example](https://docs.rebill.com/sdk/implementation-examples.md): The Quickstart shows the minimum render. This page walks through a production-grade integration in Next.js: plan selection on the client, … - [Instant Checkout](https://docs.rebill.com/sdk/instant-checkout.md): Charge an amount that you decide at runtime instead of referencing a stored product or plan. Use it when pricing depends on the user (custom quotes, setup… - [Rebill SDK](https://docs.rebill.com/sdk/introduction.md): Drop a checkout into any page and your customers pay without leaving your site. Cards are tokenized inside a PCI-compliant iframe hosted by Rebill, so your… - [Quickstart](https://docs.rebill.com/sdk/quickstart.md): Install the SDK and render a working checkout in minutes. - [Renew subscription card](https://docs.rebill.com/sdk/renew-subscription-card.md): When a customer's card expires, gets blocked, or just needs to change, you need a way to collect the new card without losing the subscription state (cycle… - [Test payment methods](https://docs.rebill.com/sdk/test-payment-methods.md): Drive the SDK through every outcome before going live. Each test card below triggers a specific processor response — approved, rejected, or a country-specific… - [Web components reference](https://docs.rebill.com/sdk/web-components.md): Rebill ships four web components through the rebill npm package. Each is a standard — no framework wrapper, no build step beyond the single… ## Guides - [Product Guides](https://docs.rebill.com/guides.md): Step-by-step instructions to help you set up payments, manage subscriptions, handle refunds, and reconcile balances across 10+ countries with Rebill. Each… - [3D Secure](https://docs.rebill.com/guides/3d-secure.md): 3D Secure (3DS) adds an additional authentication step to card payments. During this step, the card issuer verifies the cardholder's identity before approving… - [Alternative Payment Methods (APM)](https://docs.rebill.com/guides/apm.md): Reach more customers by accepting bank transfers, mobile wallets, and other local payment methods. In many Latin American markets, APMs are how most customers… - [Balances](https://docs.rebill.com/guides/balances.md): Know exactly how much you've earned and when you can withdraw it. Use the Balance section to plan your cash flow, reconcile payments, and decide when to… - [Transaction Limits](https://docs.rebill.com/guides/charge-limits.md): Avoid failed transactions by validating payment amounts before you send them. Each country and payment method enforces minimum and maximum limits. Use this… - [Chargebacks and Disputes](https://docs.rebill.com/guides/chargebacks.md): Protect your revenue by responding to chargebacks quickly. Every uncontested chargeback costs you the full transaction amount plus fees. Use this guide to… - [Coupons and Discounts](https://docs.rebill.com/guides/coupons.md): Create and manage discount coupons to attract new customers and reward existing ones. Configure percentage or fixed-amount discounts, set duration and… - [Customers](https://docs.rebill.com/guides/customers.md): Understand your customers at a glance. Access profiles, payment methods, and full transaction history so you can resolve support issues faster, update billing… - [Error Messages](https://docs.rebill.com/guides/error-messages.md): When a payment is rejected, Rebill returns a specific code explaining why. Map each code to concrete user-facing copy and retry logic, so your customers know… - [Going Live](https://docs.rebill.com/guides/going-live.md): Before you accept real payments, pass this checklist. It's short because the rules are short: keep the secret key on your server, treat webhooks as hints until… - [Invoices](https://docs.rebill.com/guides/invoices.md): Invoices are essential for detailing transactions, serving as official records for financial management, compliance, and clear communication with your… - [Team Members and Roles](https://docs.rebill.com/guides/members-roles.md): Control who can access your Rebill account and what they can do. Assigning roles enforces least-privilege access, so developers, finance teams, and managers… - [Subscription Plans](https://docs.rebill.com/guides/plans.md): Define how much to charge, how often, and for how long. Plans are the foundation of your recurring billing setup. Configure them once and Rebill handles… - [Payment Processing Models](https://docs.rebill.com/guides/processing-models.md): Choose the right processing model for your business. The model you pick determines how you price products, in which currency your customers pay, and how you… - [Products](https://docs.rebill.com/guides/products.md): Create a product to define what you sell and how much you charge. Products are the foundation of your one-time payment setup. When you create a product, Rebill… - [Refunds](https://docs.rebill.com/guides/refunds.md): Return funds to your customers quickly and correctly. Timely refunds build trust, reduce chargebacks, and keep your dispute rate low. Rebill supports full and… - [Soft Descriptors](https://docs.rebill.com/guides/soft-descriptor.md): The soft descriptor is the text your customers see on their card statement next to the amount. A clear, recognizable descriptor reduces chargebacks caused by… - [Troubleshooting](https://docs.rebill.com/guides/troubleshooting.md): Diagnose common payment, subscription, and refund issues without opening a ticket. If the answer is here, you'll have it in the next minute. If it's not, the… - [Webhooks](https://docs.rebill.com/guides/webhooks.md): React to payment and subscription events the moment they happen. Rebill sends a JSON POST to your endpoint when state changes, so you can grant access, sync… - [Withdrawals](https://docs.rebill.com/guides/withdrawals.md): Move your earnings from Rebill to your bank account. Link multiple bank accounts and choose which one to use for each withdrawal, so you can manage cash flow… ## Developer tools - [Developer Tools](https://docs.rebill.com/developer-tools.md): Everything you need to embed checkout and billing into your product. Use SDKs, APIs, and drop-in components to start accepting payments with minimal code. - [Rebill MCP server](https://docs.rebill.com/developer-tools/rebill-mcp.md): Connect your coding agent or IDE to hosted Rebill documentation over the Model Context Protocol. The server indexes the same MDX content that powers… - [Install Rebill MCP in Cursor](https://docs.rebill.com/developer-tools/rebill-mcp/cursor.md): Paste the JSON into ~/.cursor/mcp.json (global) or .cursor/mcp.json (project). Do not rely on cursor:// install links—they often open Settings without… ## Products - [Checkout Landing](https://docs.rebill.com/products/checkout-landing.md): A Rebill-hosted checkout page at pay.rebill.com. Create a payment link, share the URL, and you're collecting payments — no frontend code. Underneath, the page… - [Customer Portal](https://docs.rebill.com/products/customer-portal.md) - [Notifications](https://docs.rebill.com/products/notifications.md): Keep customers informed and reduce churn with automated messages. Trigger emails, SMS, and WhatsApp notifications when payments succeed, subscriptions renew,… - [Payment Links Overview](https://docs.rebill.com/products/payment-links.md): Payment Link Currency - [Integrating Rebill Payments](https://docs.rebill.com/products/payments.md): Start accepting online payments across 10+ countries with cards, bank transfers, and 100+ local payment methods. This guide walks you through account setup,… - [Platforms](https://docs.rebill.com/products/platforms.md) - [Stripe Connect](https://docs.rebill.com/products/stripe-connect.md) - [Managing Rebill Subscriptions](https://docs.rebill.com/products/subscriptions.md): Subscriptions in Rebill move through a defined lifecycle of statuses, charge cycles, and retry rules. The status determines what actions you can take and what… ## No-code - [No-code Solutions](https://docs.rebill.com/no-code.md): Accept payments and automate workflows without writing a single line of code. Connect Rebill to your favorite tools and launch checkout and billing experiences… - [Make.com Module Integration](https://docs.rebill.com/no-code/make-module.md): Automate your payment workflows by connecting Rebill to CRMs, ERPs, invoicing tools, and thousands of other apps through Make.com. Sync customer data, trigger… ## About Rebill - [Rebill Documentation](https://docs.rebill.com/index.md): Accept payments and manage subscriptions across Latin America with a single integration. - [What is Rebill?](https://docs.rebill.com/what-is-rebill.md): Rebill is the payment infrastructure built for Latin America. Charge in local currency, sell subscriptions, and operate with or without a local entity in each… - [Why Rebill?](https://docs.rebill.com/why-rebill.md): Transparent pricing. Dedicated human support. No hidden fees. ## Help center (EN) - [Help Center](https://docs.rebill.com/en.md): Learn why choose Rebill, pricing and coverage - [What is Rebill?](https://docs.rebill.com/en/articles/4993148-what-is-rebill.md): Rebill is a cross-border payment platform that allows companies to collect payments in 10+ countries with more than 150 payment methods, with deep coverage in… - [Rebill's pricing and coverage](https://docs.rebill.com/en/articles/4993245-rebill-s-pricing-and-coverage.md): Rebill offers simple and transparent pricing, you only pay for approved transactions. The cost of each approved transaction varies by country and payment… - [Rebill - Payment gateway](https://docs.rebill.com/en/collections/2817459-rebill-payment-gateway.md): Rebill's pricing and coverage ## Help center (ES) - [Centro de Ayuda](https://docs.rebill.com/es.md): Precio y cobertura de Rebill - [¿Qué es Rebill?](https://docs.rebill.com/es/articles/4993148-que-es-rebill.md): Escala tus cobros en más de 10 países con pagos locales y liquidación en USD. - [Precio y cobertura de Rebill](https://docs.rebill.com/es/articles/4993245-precio-y-cobertura-de-rebill.md): El costo de procesamiento de Rebill varía por país y medio de pago. Solo pagas por lo que usas. ​ Consulta las tarifas actualizadas en la página de precios. - [¿Cómo actualizar la dirección de tu organización?](https://docs.rebill.com/es/articles/6442956-como-actualizar-la-direccion-de-tu-organizacion.md): Actualiza la dirección que registraste al crear tu cuenta de Rebill en 3 pasos: - [¿Cómo cambiar el estado de una suscripción?](https://docs.rebill.com/es/articles/6688067-como-cambiar-el-estado-de-una-suscripcion.md): Cambia el estado de tus suscripciones en pocos clicks. Pausa, activa o cancela cuando lo necesites. - [¿Qué estados puede tener una suscripción?](https://docs.rebill.com/es/articles/6688228-que-estados-puede-tener-una-suscripcion.md): Cada estado de suscripción determina qué acciones puedes realizar sobre ella: cobrar, pausar, solicitar cambio de tarjeta, entre otras. - [¿Cómo cambiar el alias de mi organización?](https://docs.rebill.com/es/articles/6901156-como-cambiar-el-alias-de-mi-organizacion.md): El alias aparece en la URL de tus links de pago. Elige un nombre que tus clientes reconozcan. - [¿Cómo cargar o cambiar el logo de mi organización?](https://docs.rebill.com/es/articles/7947839-como-cargar-o-cambiar-el-logo-de-mi-organizacion.md): El logo de tu organización se muestra en tus links de pago y genera confianza en tus clientes al momento de pagar. - [¿Cómo crear una cuenta en Rebill?](https://docs.rebill.com/es/articles/7970560-como-crear-una-cuenta-en-rebill.md): 💡Para crear tu cuenta necesitas: - [¿Cómo cobrar una suscripción manualmente?](https://docs.rebill.com/es/articles/7974819-como-cobrar-una-suscripcion-manualmente.md): Rebill tokeniza los medios de pago de tus clientes en un sistema que cumple con los estándares PCI DSS, lo que permite realizar cobros en cualquier momento. - [Suscripciones: ¿Cíclicas o recurrentes, cuál elegir?](https://docs.rebill.com/es/articles/7996708-suscripciones-ciclicas-o-recurrentes-cual-elegir.md): Rebill ofrece 2 tipos de suscripciones: cíclicas y recurrentes. - [¿Cómo editar la información de mis clientes?](https://docs.rebill.com/es/articles/8022440-como-editar-la-informacion-de-mis-clientes.md): Actualiza los datos registrados de tus clientes en cualquier momento desde el Dashboard. - [Tengo suscripciones en estado Moroso ¿Qué debo hacer?](https://docs.rebill.com/es/articles/8047913-tengo-suscripciones-en-estado-moroso-que-debo-hacer.md): Cuando el pago recurrente y los reintentos automáticos de una suscripción son rechazados, la suscripción pasa a estado Moroso. Consulta los estados de una… - [¿Qué son los reintentos automáticos de cobro?](https://docs.rebill.com/es/articles/8047998-que-son-los-reintentos-automaticos-de-cobro.md): Cuando el pago de una suscripción es rechazado, Rebill ejecuta reintentos automáticos que recuperan hasta el 60% de los cobros rechazados. - [¿Cómo interrumpir los reintentos automáticos de cobro?](https://docs.rebill.com/es/articles/8051233-como-interrumpir-los-reintentos-automaticos-de-cobro.md): Los reintentos automáticos recuperan hasta el 60% de cobros rechazados. Sin embargo, cuando un cliente carga saldo y te contacta para que se le cobre, las… - [¿Cómo personalizar el dominio desde el cual son enviadas mis notificaciones email?](https://docs.rebill.com/es/articles/8121374-como-personalizar-el-dominio-desde-el-cual-son-enviadas-mis-notificaciones-email.md): 💡 Aprende a configurar las notificaciones automáticas de tu organización en este tutorial. - [¿Cómo habilitar mi cuenta de Google para personalizar el dominio de mis notificaciones email?](https://docs.rebill.com/es/articles/8121784-como-habilitar-mi-cuenta-de-google-para-personalizar-el-dominio-de-mis-notificaciones-email.md): Si al hacer click en el botón Configurar para personalizar el dominio de tus notificaciones email ves la siguiente pantalla, sigue estos pasos para habilitar… - [¿Cómo cambiar la tarjeta asociada a una suscripción?](https://docs.rebill.com/es/articles/8137380-como-cambiar-la-tarjeta-asociada-a-una-suscripcion.md): El pago de una suscripción fue rechazado por un motivo que requiere cambio de tarjeta. - [¿Cuánto tiempo tardan los pagos en acreditarse en mi cuenta bancaria?](https://docs.rebill.com/es/articles/8157145-cuanto-tiempo-tardan-los-pagos-en-acreditarse-en-mi-cuenta-bancaria.md): Cuando un cliente realiza un pago, el dinero se acredita en tu saldo de Rebill y queda disponible para retiro 15 días corridos después de la transacción. Si… - [¿Cuánto cuesta transferir el dinero de mis ventas a mi cuenta bancaria?](https://docs.rebill.com/es/articles/8157151-cuanto-cuesta-transferir-el-dinero-de-mis-ventas-a-mi-cuenta-bancaria.md): Retira tu balance disponible de Rebill en cualquier momento, transfiriéndolo a una cuenta bancaria en la moneda del país donde tu empresa esté constituida. - [¿Cómo chequear mi balance disponible?](https://docs.rebill.com/es/articles/8161086-como-chequear-mi-balance-disponible.md): Los fondos de tus cobros con Rebill Gateway se acreditan en tu balance disponible, accesible desde el Dashboard. - [¿Cómo retirar mis fondos de Rebill?](https://docs.rebill.com/es/articles/8161137-como-retirar-mis-fondos-de-rebill.md): Solicita el retiro de tu saldo neto en cualquier momento desde la vista de Saldos del Dashboard. - [Sobre Rebill - Pasarela de Pagos](https://docs.rebill.com/es/collections/2817459-sobre-rebill-pasarela-de-pagos.md): Precio y cobertura de Rebill - [Suscripciones](https://docs.rebill.com/es/collections/3585169-suscripciones.md): ¿Qué estados puede tener una suscripción? - [Balance y retiros](https://docs.rebill.com/es/collections/5497570-balance-y-retiros.md): ¿Cómo chequear mi balance disponible? - [Balance](https://docs.rebill.com/es/collections/5497581-balance.md): ¿Cómo chequear mi balance disponible? - [Retiro de fondos](https://docs.rebill.com/es/collections/5497582-retiro-de-fondos.md): ¿Cómo retirar mis fondos de Rebill? - [Mi cuenta](https://docs.rebill.com/es/collections/5538133-mi-cuenta.md): ¿Cómo crear una cuenta en Rebill? - [Reintentos automáticos de cobro](https://docs.rebill.com/es/collections/5538160-reintentos-automaticos-de-cobro.md): ¿Qué son los reintentos automáticos de cobro? - [Suscripciones](https://docs.rebill.com/es/collections/5538260-suscripciones.md): ¿Qué estados puede tener una suscripción? - [Gestión de clientes](https://docs.rebill.com/es/collections/5538320-gestion-de-clientes.md): ¿Cómo editar la información de mis clientes?