Key parameters (checkout session creation)
When creating a checkout session on your backend for payment flows, the following parameters are commonly used across iOS SDKs:Payment parameters (full reference)
Parameters for payment flows. All parameters used in Payment flows (iOS) are listed here with full detail.YunoConfig options (initialize)
Runtime behavior and appearance are configured viaYunoConfig when calling Yuno.initialize(apiKey:config:). All parameters used across iOS payment and enrollment flows are listed below. For visual styling (fonts, colors, buttons), see SDK customizations (iOS).
Enrollment parameters (full reference)
Parameters for enrollment flows. All parameters used in Enrollment flows (iOS) are listed here with full detail.Enrolling payment methods
You can enroll payment methods (store cards for future use) during the payment flow or via dedicated enrollment flows. For payment flows, enable save card inYunoConfig and set payment_method.vault_on_success (or equivalent) when creating the checkout session where supported. For dedicated enrollment, see Enrollment flows (iOS).