Block/Spam Vpa
The merchant can call this API to block a vpa or to mark it as spam.
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:- upiBlockSpam
Request id for upi transaction which will be same as the gatewayTransactionId received in the upiListPendingTransactions response
Vpa to be blocked or marked as spam
Should be true for block request
Example:- true/false
Should be true for spam request
Example:- true/false
Key ID to identify the public-private key pair used for signature generation.
Signature payload is a stringified JSON of the details mentioned in the below table.
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
Required for Mandate Collect Request. Values :- "MANDATE" or "TRANSACTION" (default)

