Learn how to set up rinne-js in your frontend and establish the base SDK configuration. rinne-js handles secure payment UI and encrypted payload generation in the browser, while your backend remains responsible for API keys and transaction finalization.Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you integrate rinne-js, make sure you have:- A valid Rinne
merchantId - A frontend running on HTTPS (required for wallet payments)
- A backend endpoint that processes encrypted card data
Install the Package
Initialize the SDK
checkout.ts
Initialization is lazy. The SDK fetches merchant configuration when you first create a transaction or element.
Use via CDN (UMD)
Use UMD when you need script-tag integration or a quick prototype.index.html

