Create a Transaction
Userinne.transaction.create() before mounting Apple Pay or Google Pay.
number
required
Amount in cents.
string
default:"BRL"
ISO 4217 currency code.
string
default:"BR"
ISO 3166 country code.
Array<{ label: string; amount: number }>
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.

