Have something to say?

Tell Rebill how they could make the product more useful to you.

Section optimization Balance

Current problem: There is some uncertainty about the time it takes for funds to be released, as this varies depending on the payment method, bank, or card. In addition, the withdrawal process is manual or requires the intervention of the support team, which creates friction and delays in the availability of capital. Proposed improvement: Settlement Calendar: It would be great to have a calendar or schedule view within the Balance section. This would give us total financial predictability. Visualization: Being able to see which days of the week/month specific amounts will be released (e.g., "Monday 23: ARS $50,000 released"). Traceability: When clicking on a date, see the breakdown of the charges that make up that amount, customers, their payment method, and the reason for the term (e.g., 72 business hours by credit card). Withdrawal Automation: Add an option to set up "Automatic Withdrawals." The idea would be to be able to choose that, once the funds are in "Available" status, they are automatically transferred to the linked bank account without having to make a manual request or contact support.

Lucas Nasich 20 days ago

💡 Feature request

Pre-fill document type and number via API (prefilledFields)

Problem Currently, prefilledFields.customer in the Payment Links API only supports: email, fullName, phoneNumber, countryCode, and language. There's no way to pre-fill document type (typeIdNumber) and document number (idNumber) via the API payload. This forces merchants to use Custom JS workarounds with URL query parameters, which: Requires extra frontend development Is fragile and undocumented Doesn't work reliably across all scenarios Use Case When a customer completes checkout on our e-commerce platform, we already collect their document. We want to pass this data to Rebill to avoid asking the customer to re-enter it. Proposed Solution Add these fields to prefilledFields.customer Benefits Reduces friction at checkout and improves conversion rates Consistent with how phone prefill works (recently added) No need for Custom JS workarounds

Vic R About 1 month ago

💡 Feature request

Disable user data in Checkout SDK

I encountered a discrepancy between the sandbox and production mode using the Checkout SDK. In sandbox mode, I am passing user data (email and name) as a component prop and hiding the fact that this data (customerInformation) is requested from the user when completing the payment. This works correctly and the payment is processed perfectly. In production mode, this setup does not work. The form submission does not work at all; it clearly does not validate this setup. When I change this configuration to customerInformation: true, and display the fields for the user to enter their email and name, the form validates and the submit works. The problem with this (unless I am missing some information, which I would appreciate if you could provide) is the identification of the user in the webhook in order to assign that subscription status in my DB. If the user is able to change their email address at the time of payment, I would be left with an orphaned subscription and would have to manually identify which email address that user belongs to in my DB.

Mauro Barrionuevo About 2 months ago

💡 Feature request