EphemeralKeyUpdateListener

Represents a listener for Ephemeral Key Update events.

Functions

Link copied to clipboard
abstract fun onKeyUpdate(stripeResponseJson: String)

Called when a key update request from your server comes back successfully.

Link copied to clipboard
abstract fun onKeyUpdateFailure(responseCode: Int, message: String)

Called when a key update request from your server comes back with an error.