SDK Process Payload
This is a Client side SDK call that takes payload parameters from the merchant application based on the payment method selected by your user. It creates an transaction on Juspay and forward the request to the underlying gateways to process the transaction and then navigate to bank page for OTP authentication.
Refer the details to create Process Payload for Card transactions with offer parameters.
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Parameters required to call Hyper SDK API
Must be cardTxn for Card Process calls.
order id pertaining to the order for which the payment is started.
A valid credit/debit card number entered by the user.
Represent the expiry month of the card as MM (two digits only)
Represent the expiry year of the card as YY (two digits only)
CVV of the card. Usually three digits. Optional for all VISA saved cards, PLUXEE | SODEXO saved cards, and saved cards of select issuing banks of MASTERCARD
Required for client side authentication
This is a boolean variable and accepts true/false. If set to true, then the card will be tokenised when the transaction is successful. Else, the card will not be saved.
Card holder name. Should contain alphabetical characters only.
This is network of the card number provided. One of VISA/MASTERCARD/MAESTRO/AMEX/RUPAY. Mandatory for AMEX to verify the input of 4 digit CVV.
Offer ID created on Juspay dashboard during offer configuration on Juspay Offers dashboard. It can be passed in the array of Strings
offers parameter is mandatory parameter and should be passed only for offer transactions