Approve Decline Mandate
This api is to review and take some action on a pending mandate request. requestType can be APPROVE or DECLINE.
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. Should be upiApproveDeclineMandate for this call.
Example:- upiApproveDeclineMandate.
Value: APPROVE or DECLINE
Key ID to identify the public-private key pair used for signature generation.
Merchant generated id for the mandate request.
upiRequestId used during create or update mandate, present in gatewayMandateId in mandatePayload.
Signature generated for the signaturePayload.
reference id for selected accounts
Timestamp of when request was initiated.
VPA of the Payee involved in the mandate. Should be passed only if requestType is APPROVE.
VPA of the Payer involved in the mandate.
Name of the Payee involved in the mandate.
Amount for mandate. Numeric String with two decimals
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.

