VenmoResult

sealed class VenmoResult

Result of tokenizing a Venmo account

Inheritors

Types

Link copied to clipboard
data object Cancel : VenmoResult

The user canceled the Venmo payment flow.

Link copied to clipboard
class Failure(val error: Exception) : VenmoResult

There was an error in the Venmo payment flow.

Link copied to clipboard

The Venmo flow completed successfully. This nonce should be sent to your server.