Sigue las nuevas actualizaciones y mejoras de Rebill.
Septiembre 26º 2024
New
We're thrilled to introduce our latest feature that revolutionizes international transactions for merchants and customers alike. 'Set Prices in USD, Charge in Local Currencies' transforms how businesses handle global pricing for both one-time purchases and recurring plans, now available through payment links and our SDK.
Key features:
Set product prices and subscription plans in USD
Available for both payment links and SDK integration
Customers see and pay in their local currency
Real-time exchange rate updates for one-time purchases
Automatic adjustment of future charges for subscription plans
Flexible setup via our merchant dashboard or API
This functionality allows merchants to maintain stable, dollar-based pricing while providing customers with a familiar, localized buying experience. For one-time purchases, the displayed amount updates automatically based on current exchange rates. For subscription plans, future charges are adjusted according to the latest exchange rates at the time of billing.
Whether you're using our payment links for quick transactions or integrating our SDK for a customized checkout experience, you can easily set up USD-pegged products and plans. Use our intuitive merchant dashboard or leverage our API for programmatic control.
Empower your business to thrive in the international marketplace, whether you're selling products or offering subscription services.
Experience the future of global e-commerce with Rebill!
Septiembre 2º 2024
New
We are excited to announce the launch of a new feature on our platform !
Customers will now receive notifications via WhatsApp about important events related to their subscriptions. This feature is designed to keep your customers informed and ensure they don’t miss any important updates.
Recurring Payment Rejected: Customers will be notified when their recurring payment has been rejected, so they can take action and avoid service interruption.
Subscription Renewal in 3 Days: Three days before a subscription renewal, customers will receive a reminder to ensure they are prepared for the upcoming renewal.
Card Change Request: Customers will receive a notification if they need to update the card associated with their subscription.
Subscription Renewal: When it’s time to renew a subscription, a notification will be sent to remind customers to complete the renewal process.
This feature is enabled by default on the platform. If you prefer to disable it, you can easily do so by going to Settings -> Notifications in your account.
Agosto 28º 2024
New
Improved
We’ve enhanced our API to take the regionalization of your purchases to the next level. With our latest update, it’s now possible to reduce the number of required fields for completing a purchase in each country. This update allows you to display only the mandatory fields and hide the optional ones, reducing friction and speeding up the checkout process.
💡 Additionally, with custom Javascript, you have the flexibility to make specific fields mandatory to meet your business needs.
Display only required fields: You can now easily hide all optional fields on your checkout forms by adding a single line of custom CSS.
.optional-field {
display: none;
}
Target specific fields: If you prefer to hide individual fields instead of all optional ones, you can now target specific fields using their unique element IDs.
#phone-field {
display: none;
}
Set Fields as Required: For businesses that need to enforce the collection of specific information, we’ve added the ability to mark any input field as required using custom JavaScript.
const phoneNumberInput = document.getElementsByName('phoneNumber')[0];
phoneNumberInput.required = true;
Check out all the details of this new feature in our docs.
Agosto 14º 2024
New
Improved
We've enhanced payment link management for a seamless experience. Now, from a single view, you can instantly create and edit payment links, link them to existing or new products and plans, and customize details like pricing, payment methods, and more. Plus, with real-time checkout previews, you can ensure a smooth and engaging payment process for your customers.
Junio 30º 2024
Improved
Fixed
We're excited to announce our new KYB process. This feature streamlines the way you complete and submit your legal information, ensuring a smooth and efficient experience for your business compliance needs.
Junio 10º 2024
New
Improved
In some cases, you may need to process a payment for your client without creating a specific product or plan. Such situations could involve setup fees, dynamic charges, on-demand usage billing, or any scenario where the charged amount is calculated at the time of the transaction.
With our Instant Checkout approach, you can easily handle these scenarios. You can specify the amount you want to charge and the currency, and process the payment as either a subscription or a one-time charge.
rebill.checkout.create({
amount: 1200,
currency: "COP"
});
Mayo 29º 2024
We are thrilled to introduce our new Checkout SDK, designed to be the most sophisticated and user-friendly solution in LATAM. This SDK enables you to set up a fully functional checkout in less than 10 lines of code, supporting multiple payment methods across 10 countries, including Pix, Boleto, Nequi, Khipu, and Oxxo.
Take a look at http://docs.rebill.com/sdk
Abril 1º 2024
New
Now available is our make.com integration. Now any digital business can accept payments throughout Latin America and automate information flows from Rebill to their preferred systems and apps.
All without writing a single line of code, from creating a new client in their CRM, generating and sending an invoice, or even generating a notification in a Slack channel for a new sale.
See integration details.
Marzo 20º 2024
New
We launched 1-Click Checkout, the first cross-border and cross-merchant payment experience available in 10 countries of Latin America. Now your customers can pay with their saved cards in any country or store associated with Rebill, in less than 10 seconds.
Marzo 1º 2024
Improved
We are excited to announce the launch of our new documentation site.
Take a look at http://docs.rebill.com