Apple Pay
Note
Please make sure Apple pay setup is completed on the dashboard and order is created on juspay’s backend with required payload.
Redirection Txn
This operation helps the merchant to redirect user to the Apple 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 APPLEPAY
showLoader
Boolean
To show a loader for the processing state.
sdkPresent
*
String
Required
Must be APPLEPAY

