PaymentMethodSelectionCallback

Callback for payment option selection operations.

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

Functions

Link copied to clipboard
abstract fun onFailure(exception: Exception)

Called when payment option selection fails or is cancelled.

Link copied to clipboard
abstract fun onSuccess(paymentOption: PaymentOption)

Called when a payment option has been successfully selected.