Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

Enum Typed default payment method — which tab/method the hosted checkout opens on.
enum CrossmintCheckoutDefaultMethod

Constructors

CrossmintCheckoutDefaultMethod

const CrossmintCheckoutDefaultMethod(this.wireValue)
Creates an enum variant with the wire-level string Crossmint expects.

Properties

wireValue

final String wireValue
Wire-level string value ("fiat" or "crypto") sent to the Crossmint-hosted page.

Functions

fiat

fiat('fiat'),

/// Open the checkout on crypto (on-chain payment).
crypto('crypto')
Open the checkout on fiat (credit card / Apple Pay / Google Pay).