Lite Topup
This operation will be used for initial and subsequent topup of UPI wallet
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:- upiLiteTopup
Request id for upi transaction
Unique id for the payer selected bank account as returned by upiGetSessionToken response. Incase of subsequent top up, this has to be the referenceId of the lite account.
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.
Enter the amount to be topup topup UPI wallet. Numeric String with two decimals
Example:- eg: 2.00
Time when request is created in milliseconds.

