PaymentMethodCallback

PaymentMethodCallback is an interface for callbacks that will receive a PaymentMethod under the success case, and an Exception under the failure case.

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

Functions

Link copied to clipboard
abstract fun onFailure(e: TerminalException)

This method will be called any time the the current operation fails.

Link copied to clipboard
abstract fun onSuccess(paymentMethod: PaymentMethod)

This method will be called after successful completion of an SDK method.