Pay to UPI Number
This operation will enable customers to pay to other customers by entering customer's upi number
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Parameters required to call Hyper SDK API
Operation to be performed in the SDK.
Example:- upiSendMoney
P2P_PAY / SCAN_PAY / INTENT_PAY / SELF_PAY
Customer VPA
Payee VPA will be available as customerVpa in the response of Valid VPA call
Payee Name
request id for upi transaction
Amount to be transfered. Numeric String with two decimals
UPI Number of the payee
reference id for selected accounts
Remarks sent for transaction
timestamp
Base 64 encoding of signaturePayload and Protected .
Base 64 encoding of the below parameters.
Key ID to identify the public-private key pair used for signature generation.It will be provided to you by the Juspay team.
Example: uat833359804655bb748702e324111
Asymmetric algorithm used. Will be RS256 in this case..
Example:- RS256
Signature payload is a stringified JSON of the details mentioned in the below table.
Merchant generated unique profile id for the customer.
Unique identifier associated with an account created by juspay.Ex: stock
As provided by Juspay.
Time when request is created in milliseconds.
Refer Intiation Mode table from NPCI linking specs document
As received in validvpa response.

