List Transactions
This api will be used for getting a list of transactions.
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:- upiTransactionList
Offset to be applied on transaction list
Example:- eg : 0
Number of transactions to be fetched at once.
Example:- eg : 20
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.
This field specifies the transaction status used for filtering. It can be populated in any way.
Example:- ["SUCCESS", "PENDING", "FAILURE"]
The start date for filtering transactions. The date is to be passed in “YYYY-MM-DD” format.
Example: "2025-07-12"
The end date for filtering transactions. The date is to be passed in “YYYY-MM-DD” format.
Example: "2025-07-15"
Account type used in the transaction to be filtered against.
Example:- ["SAVINGS", "CREDIT"]

