TapUseCase

sealed interface TapUseCase

Represents the use case for Tap to Pay SDK.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Inheritors

Types

Link copied to clipboard
class Pay(val locationId: String) : TapUseCase

Represents a full use case for Tap to Pay on Android devices. The capability includes processing payments, storing, and verifying the card data.

Link copied to clipboard

Represents a verification use case with limited Tap to Pay features. The capability includes storing and verifying the card data without processing payments.