VenmoClient

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

Constructors

Link copied to clipboard
constructor(context: Context, authorization: String, appLinkReturnUrl: Uri, deepLinkFallbackUrlScheme: String? = null)

Initializes a new VenmoClient instance

constructor(context: Context, authorization: String, returnUrlScheme: String? = null)

Initializes a new VenmoClient instance

Functions

Link copied to clipboard

Start the Pay With Venmo flow.

Link copied to clipboard
suspend fun tokenize(paymentAuthResult: VenmoPaymentAuthResult.Success): VenmoResult

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