VenmoClient
class VenmoClient
Used to create and tokenize Venmo accounts. For more information see the documentation
Constructors
Link copied to clipboard
Initializes a new VenmoClient instance
Functions
Link copied to clipboard
fun createPaymentAuthRequest(context: Context, request: VenmoRequest, callback: VenmoPaymentAuthRequestCallback)
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.