VenmoClient
class 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
Initializes a new VenmoClient instance
Functions
Link copied to clipboard
suspend fun createPaymentAuthRequest(context: Context, request: VenmoRequest): VenmoPaymentAuthRequest
fun createPaymentAuthRequest(context: Context, request: VenmoRequest, callback: VenmoPaymentAuthRequestCallback)
Start the Pay With Venmo flow.
Link copied to clipboard
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.