Venmo
Link and Txn
This operation helps the merchant to redirect user to the Venmo and complete payment.
Venmo does not require a separate process for wallet creation. The wallet setup is integrated with the transaction process.
During the transaction call to the SDK, sdkPresent should be set to ANDROID_VENMO.
Payload Parameters
Request
requestId
*
String
Mandatory
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
*
String
Mandatory
Value: in.juspay.hyperapi
payload
*
JSON
Mandatory
Parameters required to call Hyper SDK API
action
*
String
Mandatory
Must be walletTxn for Wallet Process calls.
orderId
*
String
Mandatory
order id pertaining to the order for which the payment is started.
clientAuthToken
*
String
Mandatory
Required for client side authentication
paymentMethod
*
String
Required
Must be VENMO
showLoader
Boolean
To show a loader for the processing state.
sdkPresent
*
String
Required
sdkPresent is Required only if the PayPal’s SDK is being used and value must be ANDROID_VENMO

