Deregister
This api will be used for deregistering the customer from UPI SDK. Removing the device binding, deleting the link between all the VPAs and accounts.
Process Parameters
Request
Response
requestId
*
String
Mandatory
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
*
String
Mandatory
Value: in.juspay.hyperapi
payload
*
JSON
Mandatory
Parameters required to call Hyper SDK API
action
*
String
Mandatory
Operation to be performed in the SDK
Example:- upiDeregister
requestId
String
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
String
Value: in.juspay.hyperapi
payload
JSON
Response Parameters
action
*
String
Mandatory
Operation performed in the SDK
Example:- upiDeregister
status
*
String
Mandatory
Status of the API
Example:- SUCCESS/FAILURE
customerMobileNumber
*
String
Mandatory
Customer Mobile Number
otherInfo
String
Optional
error
Boolean
Possible values :- true/false
errorMessage
String
Error Message
errorCode
String
Error Code
event
String
Value: process_result

