Skip to main content
Final Class Fiat payment configuration — credit card, Apple Pay, Google Pay.
Set enabled to false and leave the rest null to hide the fiat tab entirely. When enabled is true, method availability defaults to the merchant / project configuration on the server — override individual methods via allowCard, allowApplePay, allowGooglePay.

Constructors

CrossmintCheckoutFiatPayment

Creates a fiat payment config.

Properties

enabled

Whether fiat payments are enabled.

defaultCurrency

ISO 4217 currency code preselected in the fiat tab (e.g. "USD").

allowCard

When false, hides the credit-card payment method. null keeps the project default.

allowApplePay

When false, hides Apple Pay. null keeps the project default.

allowGooglePay

When false, hides Google Pay. null keeps the project default.