CrossmintEmbeddedCheckout. Observe the instance to react to order changes. identityVerificationCredentials has a value when the order needs identity verification. Call clear() before you use one controller for a new checkout session.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Class
@MainActor final class CrossmintCheckoutController
CrossmintEmbeddedCheckout. Observe the instance to react to order changes. identityVerificationCredentials has a value when the order needs identity verification. Call clear() before you use one controller for a new checkout session.
@MainActor init()
| Property | Type | Description |
|---|---|---|
identityVerificationCredentials | IdentityVerificationCredentials? | The credentials for the pending identity verification. |
order | CheckoutOrder? | The order in its latest state. |
orderClientSecret | String? | The secret that authorizes reads of the order. |
@MainActor func clear()
Was this page helpful?
