Configuration: {
    merchantDisplayName: string;
    appearance: LinkAppearance;
    cryptoCustomerId?: string;
}

Configuration used to initialize and customize the crypto onramp experience.

  • merchantDisplayName is shown in Stripe-provided UI (e.g., Link, Identity).
  • appearance customizes colors and primary button styling for Stripe UI.

Type declaration

  • merchantDisplayName: string

    Merchant name to display in Stripe-provided UI.

  • appearance: LinkAppearance

    Appearance overrides for Stripe-provided UI used during onramp.

  • OptionalcryptoCustomerId?: string

    The identifier of the Stripe crypto customer object.