Skip to main content
Composable
@Composable
fun CrossmintEmbeddedCheckout(orderId: String? = null, clientSecret: String? = null, lineItems: CheckoutLineItems? = null, payment: CheckoutPayment? = null, recipient: CheckoutRecipient? = null, apiKey: String? = null, appearance: CheckoutAppearance? = null, environment: CheckoutEnvironment = CheckoutEnvironment.STAGING, modifier: Modifier = Modifier)
Crossmint Embedded Checkout component.

Parameters

NameDescription
orderIdThe order ID for an existing order (optional)
clientSecretThe client secret for authentication (optional)
lineItemsLine items configuration - NOT YET IMPLEMENTED
paymentPayment configuration (crypto/fiat options)
recipientRecipient configuration - NOT YET IMPLEMENTED
apiKeyAPI key for authentication (optional)
appearanceUI appearance customization
environmentTarget environment (default: STAGING)
modifierCompose modifier for the checkout container