Venmo
Redirect Transaction
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 IOS_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
Mandatory
Must be VENMO
sdkPresent
*
String
Mandatory
sdkPresent is Required and value must be IOS_VENMO

