Google Pay
Redirection Txn
This operation helps the merchant to redirect user to the Google pay and complete payment.
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 GOOGLEWALLET
showLoader
Boolean
To show a loader for the processing state.
sdkPresent
String
Must be ANDROID_GOOGLEPAY
currency
String
Default is INR
country
String
ISO country code. Default is IN
amount
*
decimal
Mandatory
paymentMethodType
*
String
Mandatory
Must be WALLET

