VenmoClient

Used to create and tokenize Venmo accounts. For more information see the documentation

Constructors

Link copied to clipboard
constructor(context: Context, authorization: String, returnUrlScheme: String?)

Initializes a new VenmoClient instance

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Start the Pay With Venmo flow. This will return a VenmoPaymentAuthRequestParams that will be used to authenticate the user by switching to the Venmo app or mobile browser in VenmoLauncher.launch

Link copied to clipboard

After successfully authenticating a Venmo user account via , this method should be invoked to tokenize the account to retrieve a VenmoAccountNonce.