June 10th 2024

New

Improved

Instant checkout for SDK

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"
});