Transactions in rinne-js represent the checkout amount and context used by wallet elements during authorization. Create a new transaction whenever totals change so wallet sheets and backend charge requests stay aligned.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.
Create a Transaction
Userinne.transaction.create() before mounting Apple Pay or Google Pay.
Amount in cents.
ISO 4217 currency code.
ISO 3166 country code.
Optional line item breakdown used by wallet UIs.
Behavior Notes
- The SDK initializes lazily on first transaction/element call.
currencydefaults toBRLandcountrydefaults toBR.- Returned transactions are intended to be passed into wallet elements.

