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
Key ID to identify the public-private key pair used for signature generation.
Stingified JSON
Unique identifier associated with an account created by juspay. Ex: stock
Any unique reference associated with your customer.
Time when request is created in milliseconds.
Signature generated for the signaturePayload
Example:-
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"]
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
Value: in.juspay.hyperapi
Response Parameters
Operation performed in the SDK.
Example:- upiTransactionList
If upiTransactionList was success or failed
Example:- SUCCESS / FAILURE
Unique merchant id shared during onboarding
Example:-
Merchant generated unique profile id for customer as passed in the request
Array of JSON containing all transaction related data .
Amount for which the particular transaction was executed. Numeric String with two decimals
Example:- eg : 5000
Response Code received from NPCI
upiRequestId as passed in request
Payee Name
Payee Vpa
Payer Name
Payer Vpa
Remarks for this transaction
Time at which this transaction was executed.
Type of transaction.
Example:- PAY/COLLECT
If the transaction was P2M transaction or P2P transaction
Example:- true / false
Time after which the transaction would expire
Response Message received from NPCI
Merchant generated id for the mandate request.
If this transaction was self initiated or not
Possible values :- true/false
Error Message
Error Code
Value: process_result

